diff options
| author | Rob Peters <makitso@gmail.com> | 2010-12-21 03:23:07 +0000 |
|---|---|---|
| committer | Rob Peters <makitso@gmail.com> | 2010-12-21 03:23:07 +0000 |
| commit | f20105908582a591667e5eebe7b6816571146de4 (patch) | |
| tree | a5e032807ac9859a788eed9e41940d3dc322195b /themes/colors/css/tealtop.css | |
| parent | 51b53b99b799e273d337c6f042c8113bef300d96 (diff) | |
| download | webtrees-f20105908582a591667e5eebe7b6816571146de4.tar.gz webtrees-f20105908582a591667e5eebe7b6816571146de4.tar.bz2 webtrees-f20105908582a591667e5eebe7b6816571146de4.zip | |
Addresses [Bug 692761] The Edit, Copy & Delete icons are missing from the facts on an individual's Personal for Colors and Clouds themes
Diffstat (limited to 'themes/colors/css/tealtop.css')
| -rw-r--r-- | themes/colors/css/tealtop.css | 26 |
1 files changed, 15 insertions, 11 deletions
diff --git a/themes/colors/css/tealtop.css b/themes/colors/css/tealtop.css index 07a6082d43..559df2aa3e 100644 --- a/themes/colors/css/tealtop.css +++ b/themes/colors/css/tealtop.css @@ -3,7 +3,7 @@ * * Based on standard theme, which is Copyright (C) 2002 to 2010 PGV Development Team. * -* $Id: ash.css 9566 2010-09-26 22:15:23Z rob $ +* $Id: ash.css 9634 2010-10-07 16:28:39Z rob $ */ .something { @@ -32,9 +32,9 @@ color: #ffffff; /* Define Tbl hdrs and Light Text Colors */ .descriptionbox, -.descriptionbox a, +#personal_facts_content a, .topbottombar, -.topbottombar a, +.topbottombar a, .list_label, .list_label a, .facts_label, @@ -1830,24 +1830,31 @@ padding: 0 10px; /*--- edit links ---*/ +#personal_facts_content a { +background: transparent; +} + .edit_link:after { /* used only on the user list */ content: " " url(../images/edit_sm.png); } -td.descriptionbox a { /* this keeps the tag color the same when it is a link as when not */ - color: #ffffff; +td.descriptionbox a { } .editfacts { /* a container for the following three links */ - float: left; - margin-top: 15px; + clear: left; + padding-top: 15px; +} + +.editfacts a:hover { + background-color: transparent; } .link_text { visibility : hidden; } -.editlink { +.editlink, editlink { background: url(../images/edit_sm.png) no-repeat left center; width: 20px; float: left; @@ -1864,6 +1871,3 @@ td.descriptionbox a { /* this keeps the tag color the same when it is a link as width: 20px; float: left; } - - - |
