diff options
| author | Łukasz Wilenski <wooc@gazeta.pl> | 2011-10-24 20:18:14 +0000 |
|---|---|---|
| committer | Łukasz Wilenski <wooc@gazeta.pl> | 2011-10-24 20:18:14 +0000 |
| commit | ee350fb311183d16dabb0e551c29359f8c0f287b (patch) | |
| tree | ae491cb78edb6b498bcff65f2ec951920b49d8a7 | |
| parent | 8b2f73397be2edb5b1424b7cda25dec86f0d44a5 (diff) | |
| download | webtrees-ee350fb311183d16dabb0e551c29359f8c0f287b.tar.gz webtrees-ee350fb311183d16dabb0e551c29359f8c0f287b.tar.bz2 webtrees-ee350fb311183d16dabb0e551c29359f8c0f287b.zip | |
#604136 - Nav Options box location display bug-SVN906651
| -rw-r--r-- | themes/clouds/style.css | 2 | ||||
| -rw-r--r-- | themes/colors/css/colors.css | 2 | ||||
| -rw-r--r-- | themes/fab/style.css | 2 | ||||
| -rw-r--r-- | themes/minimal/style.css | 2 | ||||
| -rw-r--r-- | themes/xenea/style.css | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/themes/clouds/style.css b/themes/clouds/style.css index 4811af9c06..a87258f700 100644 --- a/themes/clouds/style.css +++ b/themes/clouds/style.css @@ -1623,7 +1623,7 @@ margin: 0; width: 16em; padding: 0.5em; white-space:normal; - left:-5em; + left:-8em; top: 0.5em; z-index: 9999; } diff --git a/themes/colors/css/colors.css b/themes/colors/css/colors.css index 87bca164c9..839ba7f1b0 100644 --- a/themes/colors/css/colors.css +++ b/themes/colors/css/colors.css @@ -1575,7 +1575,7 @@ margin: 0; width: 16em; padding: 0.5em; white-space:normal; - left:-5em; + left:-8em; top: 0.5em; z-index: 9999; } diff --git a/themes/fab/style.css b/themes/fab/style.css index c72c511493..804cf22f25 100644 --- a/themes/fab/style.css +++ b/themes/fab/style.css @@ -1003,7 +1003,7 @@ dd { width: 16em; padding: 0.5em; white-space:normal; - left:-5em; + left:-8em; top: 0.5em; z-index: 9999; } diff --git a/themes/minimal/style.css b/themes/minimal/style.css index e0928b75aa..71afd9c076 100644 --- a/themes/minimal/style.css +++ b/themes/minimal/style.css @@ -1387,7 +1387,7 @@ dd { width: 16em; padding: 0.5em; white-space:normal; - left:-5em; + left:-8em; top: 0.5em; z-index: 9999; } diff --git a/themes/xenea/style.css b/themes/xenea/style.css index 4c00e3c62a..c07390f95a 100644 --- a/themes/xenea/style.css +++ b/themes/xenea/style.css @@ -1658,7 +1658,7 @@ dd { width: 16em; padding: 0.5em; white-space:normal; - left:-5em; + left:-8em; top: 0.5em; z-index: 9999; } |
