diff options
Diffstat (limited to 'themes')
| -rw-r--r-- | themes/clouds/css-1.7.5/style.css | 11 | ||||
| -rw-r--r-- | themes/colors/css-1.7.5/style.css | 11 | ||||
| -rw-r--r-- | themes/fab/css-1.7.5/style.css | 11 | ||||
| -rw-r--r-- | themes/minimal/css-1.7.5/style.css | 11 | ||||
| -rw-r--r-- | themes/webtrees/css-1.7.5/style.css | 20 | ||||
| -rw-r--r-- | themes/xenea/css-1.7.5/style.css | 11 |
6 files changed, 75 insertions, 0 deletions
diff --git a/themes/clouds/css-1.7.5/style.css b/themes/clouds/css-1.7.5/style.css index 0b0f76d71f..ee52a60cbf 100644 --- a/themes/clouds/css-1.7.5/style.css +++ b/themes/clouds/css-1.7.5/style.css @@ -935,6 +935,17 @@ a:hover .nameZoom { margin-top: 20px; } +#pending .list_value { + padding: 3px; + text-align: center; + vertical-align: middle; + white-space: nowrap; +} + +#pending .indent { + padding: 0px; +} + /* ======== Person box ======= */ .gedcom_favorites_block, .user_favorites_block, diff --git a/themes/colors/css-1.7.5/style.css b/themes/colors/css-1.7.5/style.css index 6cdf1ef09c..7e36b95fbb 100644 --- a/themes/colors/css-1.7.5/style.css +++ b/themes/colors/css-1.7.5/style.css @@ -940,6 +940,17 @@ a:hover .nameZoom { margin-top: 20px; } +#pending .list_value { + padding: 3px; + text-align: center; + vertical-align: middle; + white-space: nowrap; +} + +#pending .indent { + padding: 0px; +} + /* ======== Person box ======= */ .gedcom_favorites_block, .user_favorites_block, diff --git a/themes/fab/css-1.7.5/style.css b/themes/fab/css-1.7.5/style.css index 3b638f1b18..c4d26ac6b0 100644 --- a/themes/fab/css-1.7.5/style.css +++ b/themes/fab/css-1.7.5/style.css @@ -892,6 +892,17 @@ a:hover .nameZoom { margin-top: 20px; } +#pending .list_value { + padding: 3px; + text-align: center; + vertical-align: middle; + white-space: nowrap; +} + +#pending .indent { + padding: 0px; +} + /* ======== Person box ======= */ .gedcom_favorites_block, .user_favorites_block, diff --git a/themes/minimal/css-1.7.5/style.css b/themes/minimal/css-1.7.5/style.css index 6bf8eb2c7c..b2b721ab2a 100644 --- a/themes/minimal/css-1.7.5/style.css +++ b/themes/minimal/css-1.7.5/style.css @@ -885,6 +885,17 @@ a:hover .nameZoom { margin-top: 20px; } +#pending .list_value { + padding: 3px; + text-align: center; + vertical-align: middle; + white-space: nowrap; +} + +#pending .indent { + padding: 0px; +} + /* ======== Person box ======= */ .gedcom_favorites_block, .user_favorites_block, diff --git a/themes/webtrees/css-1.7.5/style.css b/themes/webtrees/css-1.7.5/style.css index 4b98b901d4..f0c16a5de1 100644 --- a/themes/webtrees/css-1.7.5/style.css +++ b/themes/webtrees/css-1.7.5/style.css @@ -893,6 +893,26 @@ td.descriptionbox a { margin-top: 20px; } +#pending a { + font-weight: 700; + color: #555; +} + +#pending a:hover { + color: #f00; +} + +#pending .list_value { + padding: 3px; + text-align: center; + vertical-align: middle; + white-space: nowrap; +} + +#pending .indent { + padding: 0px; +} + /* ======== Person box ======= */ .gedcom_favorites_block, .user_favorites_block, diff --git a/themes/xenea/css-1.7.5/style.css b/themes/xenea/css-1.7.5/style.css index 7abd39e8ad..b63a66f27e 100644 --- a/themes/xenea/css-1.7.5/style.css +++ b/themes/xenea/css-1.7.5/style.css @@ -904,6 +904,17 @@ a:hover .nameZoom { margin-top: 20px; } +#pending .list_value { + padding: 3px; + text-align: center; + vertical-align: middle; + white-space: nowrap; +} + +#pending .indent { + padding: 0px; +} + /* ======== Person box ======= */ .gedcom_favorites_block, .user_favorites_block, |
