summaryrefslogtreecommitdiff
path: root/themes/clouds/css-1.7.0/style.css
diff options
context:
space:
mode:
authormakitso <makitso@gmail.com>2015-11-01 07:20:06 -0600
committermakitso <makitso@gmail.com>2015-11-01 07:20:06 -0600
commit241891ba021fdff7be70f796b1958caddc096160 (patch)
tree7bbf76298eaa3394ea26579f5c82c555815ca4a5 /themes/clouds/css-1.7.0/style.css
parentcbac43beda839a3d620d6bd6b9b75d6129a20636 (diff)
downloadwebtrees-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.css4
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) {