diff options
| author | Greg Roach <fisharebest@gmail.com> | 2014-04-21 12:39:42 +0100 |
|---|---|---|
| committer | Greg Roach <fisharebest@gmail.com> | 2014-04-21 12:40:00 +0100 |
| commit | 85683b68e8a099f9543752eb35ddb0ed54ff0dd6 (patch) | |
| tree | 785c89b992da365b2a0270f585ba71aa6d970349 | |
| parent | 016f5737cb30e6b467397f934d66f40320556a84 (diff) | |
| download | webtrees-85683b68e8a099f9543752eb35ddb0ed54ff0dd6.tar.gz webtrees-85683b68e8a099f9543752eb35ddb0ed54ff0dd6.tar.bz2 webtrees-85683b68e8a099f9543752eb35ddb0ed54ff0dd6.zip | |
Submenus need to wrap in family navigator, but not in the album tab
| -rw-r--r-- | themes/clouds/css-1.5.3/style.css | 1 | ||||
| -rw-r--r-- | themes/colors/css-1.5.3/css/colors.css | 1 | ||||
| -rw-r--r-- | themes/webtrees/css-1.5.3/style.css | 1 | ||||
| -rw-r--r-- | themes/xenea/css-1.5.3/style.css | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/themes/clouds/css-1.5.3/style.css b/themes/clouds/css-1.5.3/style.css index 6f6c2e5240..6b13371563 100644 --- a/themes/clouds/css-1.5.3/style.css +++ b/themes/clouds/css-1.5.3/style.css @@ -1972,6 +1972,7 @@ a:hover .nameZoom { background-color: #fff; border: 1px solid #ccc; padding: 3px 3px 0 3px; + white-space: nowrap; } .submenuitem_hover { diff --git a/themes/colors/css-1.5.3/css/colors.css b/themes/colors/css-1.5.3/css/colors.css index ca31518fdd..97433ad618 100644 --- a/themes/colors/css-1.5.3/css/colors.css +++ b/themes/colors/css-1.5.3/css/colors.css @@ -1906,6 +1906,7 @@ a:hover .nameZoom { border: 1px solid #ccc; height: 20px; padding: 3px 3px 0; + white-space: nowrap; } .theme_form { diff --git a/themes/webtrees/css-1.5.3/style.css b/themes/webtrees/css-1.5.3/style.css index afe5f0fe25..704c839a0d 100644 --- a/themes/webtrees/css-1.5.3/style.css +++ b/themes/webtrees/css-1.5.3/style.css @@ -555,6 +555,7 @@ a:hover .nameZoom { font-size: 11px; background-color: #edf7fd; padding: 1px; + white-space: nowrap; } .submenuitem_hover { diff --git a/themes/xenea/css-1.5.3/style.css b/themes/xenea/css-1.5.3/style.css index cdf0941e0b..2588ebece3 100644 --- a/themes/xenea/css-1.5.3/style.css +++ b/themes/xenea/css-1.5.3/style.css @@ -1542,6 +1542,7 @@ a:hover .nameZoom { text-decoration: none; background-color: #ecf5ff; padding: 1px; + white-space: nowrap; } .submenuitem a, |
