diff options
| author | makitso <makitso@gmail.com> | 2016-06-22 14:13:44 -0700 |
|---|---|---|
| committer | makitso <makitso@gmail.com> | 2016-06-22 14:13:44 -0700 |
| commit | d7e722d9af5cc8b25e6a0b73b437d57774212521 (patch) | |
| tree | 39fe8b75c4804cc6c2e9e8e1915cd01c48628643 /themes/fab | |
| parent | 109b53ce3823ef22968e319d90883a1a22478bc9 (diff) | |
| download | webtrees-d7e722d9af5cc8b25e6a0b73b437d57774212521.tar.gz webtrees-d7e722d9af5cc8b25e6a0b73b437d57774212521.tar.bz2 webtrees-d7e722d9af5cc8b25e6a0b73b437d57774212521.zip | |
Fix #1024 - Pending Changes style changes
Diffstat (limited to 'themes/fab')
| -rw-r--r-- | themes/fab/css-1.7.5/style.css | 11 |
1 files changed, 11 insertions, 0 deletions
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, |
