summaryrefslogtreecommitdiff
path: root/themes/colors/css/shinytomato.css
diff options
context:
space:
mode:
authorNigel Osborne <kiwi3685@me.com>2010-09-22 22:38:58 +0000
committerNigel Osborne <kiwi3685@me.com>2010-09-22 22:38:58 +0000
commit5e8b9615fc0d612ab30bba3b57ab45d76ab63d76 (patch)
tree081a3a4bc15b95706eaca046090d4fa494d0d261 /themes/colors/css/shinytomato.css
parent7d0ecee179d49d288f233a3303ec9f93a3b188dd (diff)
downloadwebtrees-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/shinytomato.css')
-rw-r--r--themes/colors/css/shinytomato.css32
1 files changed, 26 insertions, 6 deletions
diff --git a/themes/colors/css/shinytomato.css b/themes/colors/css/shinytomato.css
index 73dce6f9c1..eccf9282b3 100644
--- a/themes/colors/css/shinytomato.css
+++ b/themes/colors/css/shinytomato.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;
}