diff options
| author | Nigel Osborne <kiwi3685@me.com> | 2010-09-22 22:38:58 +0000 |
|---|---|---|
| committer | Nigel Osborne <kiwi3685@me.com> | 2010-09-22 22:38:58 +0000 |
| commit | 5e8b9615fc0d612ab30bba3b57ab45d76ab63d76 (patch) | |
| tree | 081a3a4bc15b95706eaca046090d4fa494d0d261 /themes/colors/css/bluelagoon.css | |
| parent | 7d0ecee179d49d288f233a3303ec9f93a3b188dd (diff) | |
| download | webtrees-5e8b9615fc0d612ab30bba3b57ab45d76ab63d76.tar.gz webtrees-5e8b9615fc0d612ab30bba3b57ab45d76ab63d76.tar.bz2 webtrees-5e8b9615fc0d612ab30bba3b57ab45d76ab63d76.zip | |
Modifications to the "edit" icons as discussed on the forum
Diffstat (limited to 'themes/colors/css/bluelagoon.css')
| -rw-r--r-- | themes/colors/css/bluelagoon.css | 32 |
1 files changed, 26 insertions, 6 deletions
diff --git a/themes/colors/css/bluelagoon.css b/themes/colors/css/bluelagoon.css index b720068095..93d05e07fd 100644 --- a/themes/colors/css/bluelagoon.css +++ b/themes/colors/css/bluelagoon.css @@ -530,7 +530,7 @@ padding-bottom: 0px; #descendancy_chart_rtl ul { background-image:url(../images/vline.gif); -background-image: url(images/vline.gif); +background-image: url(../images/vline.gif); background-repeat: repeat-y; background-position: right top; list-style: none; @@ -1885,14 +1885,34 @@ padding: 0 10px; } /*--- edit links ---*/ -.edit_link:after { + +.edit_link:after { /* used only on the user list */ content: " " url(../images/edit_sm.png); } -.copy_link:after { - content: url(../images/copy.png); +td.descriptionbox a { /* this keeps the tag color the same when it is a link as when not */ + color: #ffffff; +} + +.editfacts { /* a container for the following three links */ + float: left; + margin-top: 15px; } -.delete_link:after { - content: url(../images/delete.png); +.editlink { + background: url(../images/edit_sm.png) no-repeat left center; + width: 20px; + float: left; +} + +.copylink { + background: url(../images/copy.png) no-repeat left center; + width: 20px; + float: left; +} + +.deletelink { + background: url(../images/delete.png) no-repeat left center; + width: 20px; + float: left; } |
