diff options
| author | makitso <makitso@gmail.com> | 2015-11-01 07:20:06 -0600 |
|---|---|---|
| committer | makitso <makitso@gmail.com> | 2015-11-01 07:20:06 -0600 |
| commit | 241891ba021fdff7be70f796b1958caddc096160 (patch) | |
| tree | 7bbf76298eaa3394ea26579f5c82c555815ca4a5 /themes/clouds/css-1.7.0/style.css | |
| parent | cbac43beda839a3d620d6bd6b9b75d6129a20636 (diff) | |
| download | webtrees-241891ba021fdff7be70f796b1958caddc096160.tar.gz webtrees-241891ba021fdff7be70f796b1958caddc096160.tar.bz2 webtrees-241891ba021fdff7be70f796b1958caddc096160.zip | |
Improve mobile support for Phonetic search
Diffstat (limited to 'themes/clouds/css-1.7.0/style.css')
| -rw-r--r-- | themes/clouds/css-1.7.0/style.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/themes/clouds/css-1.7.0/style.css b/themes/clouds/css-1.7.0/style.css index 0896d4087d..4b66be3df8 100644 --- a/themes/clouds/css-1.7.0/style.css +++ b/themes/clouds/css-1.7.0/style.css @@ -5326,6 +5326,10 @@ footer .error { .list_label, .list_value { white-space: normal; } + /* Phonetic Search */ + #search-page-table .label { + width: 25%; + } } @media (max-width: 480px) { |
