diff options
| author | Greg Roach <fisharebest@gmail.com> | 2014-04-19 16:39:50 +0100 |
|---|---|---|
| committer | Greg Roach <fisharebest@gmail.com> | 2014-04-19 16:40:33 +0100 |
| commit | 5205b4dee2ec7076d575b54d48a706e01c3b56c3 (patch) | |
| tree | 09dedb3debf45bed59e7692d245ea6cf1a0207e3 | |
| parent | 311c4ebf4dcd9cf655198337cd55307d8d98516d (diff) | |
| download | webtrees-5205b4dee2ec7076d575b54d48a706e01c3b56c3.tar.gz webtrees-5205b4dee2ec7076d575b54d48a706e01c3b56c3.tar.bz2 webtrees-5205b4dee2ec7076d575b54d48a706e01c3b56c3.zip | |
Family navigator submenus overlap page margins and break layout, especially on RTL
| -rw-r--r-- | themes/clouds/css-1.5.3/style.css | 1 | ||||
| -rw-r--r-- | themes/colors/css-1.5.3/css/colors.css | 2 | ||||
| -rw-r--r-- | themes/webtrees/css-1.5.3/style.css | 2 | ||||
| -rw-r--r-- | themes/xenea/css-1.5.3/style.css | 2 |
4 files changed, 0 insertions, 7 deletions
diff --git a/themes/clouds/css-1.5.3/style.css b/themes/clouds/css-1.5.3/style.css index ca29c1ed36..6f6c2e5240 100644 --- a/themes/clouds/css-1.5.3/style.css +++ b/themes/clouds/css-1.5.3/style.css @@ -1971,7 +1971,6 @@ a:hover .nameZoom { font-size: 11px; background-color: #fff; border: 1px solid #ccc; - white-space: nowrap; padding: 3px 3px 0 3px; } diff --git a/themes/colors/css-1.5.3/css/colors.css b/themes/colors/css-1.5.3/css/colors.css index 310be05903..ca31518fdd 100644 --- a/themes/colors/css-1.5.3/css/colors.css +++ b/themes/colors/css-1.5.3/css/colors.css @@ -1898,7 +1898,6 @@ a:hover .nameZoom { .submenu { font-size: 11px; - white-space: nowrap; } .submenuitem, @@ -1907,7 +1906,6 @@ 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 e1aa204a38..afe5f0fe25 100644 --- a/themes/webtrees/css-1.5.3/style.css +++ b/themes/webtrees/css-1.5.3/style.css @@ -543,7 +543,6 @@ a:hover .nameZoom { font-size: 11px; background-color: #edf7fd; border: solid #81a9cb 1px; - white-space: nowrap; visibility: hidden; position: absolute; padding: 5px; @@ -555,7 +554,6 @@ a:hover .nameZoom { text-decoration: none; font-size: 11px; background-color: #edf7fd; - white-space: nowrap; padding: 1px; } diff --git a/themes/xenea/css-1.5.3/style.css b/themes/xenea/css-1.5.3/style.css index 03b3d39d4b..cdf0941e0b 100644 --- a/themes/xenea/css-1.5.3/style.css +++ b/themes/xenea/css-1.5.3/style.css @@ -1532,7 +1532,6 @@ a:hover .nameZoom { font-size: 11px; background-color: #ecf5ff; border: solid #84beff 1px; - white-space: nowrap; } .submenuitem { @@ -1542,7 +1541,6 @@ a:hover .nameZoom { font-size: 11px; text-decoration: none; background-color: #ecf5ff; - white-space: nowrap; padding: 1px; } |
