diff options
Diffstat (limited to 'themes')
| -rw-r--r-- | themes/clouds/style.css | 3 | ||||
| -rw-r--r-- | themes/colors/css/colors.css | 3 | ||||
| -rw-r--r-- | themes/fab/style.css | 3 | ||||
| -rw-r--r-- | themes/minimal/style.css | 3 | ||||
| -rw-r--r-- | themes/webtrees/style.css | 3 | ||||
| -rw-r--r-- | themes/xenea/style.css | 3 |
6 files changed, 12 insertions, 6 deletions
diff --git a/themes/clouds/style.css b/themes/clouds/style.css index 82fb6ed589..4811af9c06 100644 --- a/themes/clouds/style.css +++ b/themes/clouds/style.css @@ -1622,7 +1622,8 @@ margin: 0; position: absolute; width: 16em; padding: 0.5em; - left: 0.5em; + white-space:normal; + left:-5em; top: 0.5em; z-index: 9999; } diff --git a/themes/colors/css/colors.css b/themes/colors/css/colors.css index cfa2cf6e54..87bca164c9 100644 --- a/themes/colors/css/colors.css +++ b/themes/colors/css/colors.css @@ -1574,7 +1574,8 @@ margin: 0; position: absolute; width: 16em; padding: 0.5em; - left: 0.5em; + white-space:normal; + left:-5em; top: 0.5em; z-index: 9999; } diff --git a/themes/fab/style.css b/themes/fab/style.css index 680985b0ed..c72c511493 100644 --- a/themes/fab/style.css +++ b/themes/fab/style.css @@ -1002,7 +1002,8 @@ dd { position: absolute; width: 16em; padding: 0.5em; - left: 0.5em; + white-space:normal; + left:-5em; top: 0.5em; z-index: 9999; } diff --git a/themes/minimal/style.css b/themes/minimal/style.css index 0ad511766b..e0928b75aa 100644 --- a/themes/minimal/style.css +++ b/themes/minimal/style.css @@ -1386,7 +1386,8 @@ dd { position: absolute; width: 16em; padding: 0.5em; - left: 0.5em; + white-space:normal; + left:-5em; top: 0.5em; z-index: 9999; } diff --git a/themes/webtrees/style.css b/themes/webtrees/style.css index 7cd81f9284..ecfd2b5945 100644 --- a/themes/webtrees/style.css +++ b/themes/webtrees/style.css @@ -1344,7 +1344,8 @@ td.descriptionbox a {color:#fff;}/* this keeps the tag color the same when it i position:absolute; width:16em; padding:0.5em; - left:0.5em; + white-space:normal; + left:-8em; top:0.5em; z-index:9999; } diff --git a/themes/xenea/style.css b/themes/xenea/style.css index d47889ad0b..4c00e3c62a 100644 --- a/themes/xenea/style.css +++ b/themes/xenea/style.css @@ -1657,7 +1657,8 @@ dd { position: absolute; width: 16em; padding: 0.5em; - left: 0.5em; + white-space:normal; + left:-5em; top: 0.5em; z-index: 9999; } |
