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 | |
| 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')
| -rw-r--r-- | themes/colors/css/aquamarine.css | 32 | ||||
| -rw-r--r-- | themes/colors/css/ash.css | 32 | ||||
| -rw-r--r-- | themes/colors/css/belgianchocolate.css | 32 | ||||
| -rw-r--r-- | themes/colors/css/bluelagoon.css | 32 | ||||
| -rw-r--r-- | themes/colors/css/bluemarine.css | 32 | ||||
| -rw-r--r-- | themes/colors/css/coldday.css | 32 | ||||
| -rw-r--r-- | themes/colors/css/greenbeam.css | 32 | ||||
| -rw-r--r-- | themes/colors/css/mediterranio.css | 32 | ||||
| -rw-r--r-- | themes/colors/css/mercury.css | 32 | ||||
| -rw-r--r-- | themes/colors/css/nocturnal.css | 32 | ||||
| -rw-r--r-- | themes/colors/css/olivia.css | 32 | ||||
| -rw-r--r-- | themes/colors/css/pinkplastic.css | 32 | ||||
| -rw-r--r-- | themes/colors/css/shinytomato.css | 32 | ||||
| -rw-r--r-- | themes/colors/css/tealtop.css | 32 |
14 files changed, 364 insertions, 84 deletions
diff --git a/themes/colors/css/aquamarine.css b/themes/colors/css/aquamarine.css index 5cb4ebfce9..d8db137b74 100644 --- a/themes/colors/css/aquamarine.css +++ b/themes/colors/css/aquamarine.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; } diff --git a/themes/colors/css/ash.css b/themes/colors/css/ash.css index 32d50b12fd..72e3b1eade 100644 --- a/themes/colors/css/ash.css +++ b/themes/colors/css/ash.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; } diff --git a/themes/colors/css/belgianchocolate.css b/themes/colors/css/belgianchocolate.css index a8d7b06dee..995217b9a3 100644 --- a/themes/colors/css/belgianchocolate.css +++ b/themes/colors/css/belgianchocolate.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; } 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; } diff --git a/themes/colors/css/bluemarine.css b/themes/colors/css/bluemarine.css index 2c614c0896..a594400a66 100644 --- a/themes/colors/css/bluemarine.css +++ b/themes/colors/css/bluemarine.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; } diff --git a/themes/colors/css/coldday.css b/themes/colors/css/coldday.css index eb18751449..222decc1bd 100644 --- a/themes/colors/css/coldday.css +++ b/themes/colors/css/coldday.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; } diff --git a/themes/colors/css/greenbeam.css b/themes/colors/css/greenbeam.css index f6f7d805a6..b016c5e1d4 100644 --- a/themes/colors/css/greenbeam.css +++ b/themes/colors/css/greenbeam.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; } diff --git a/themes/colors/css/mediterranio.css b/themes/colors/css/mediterranio.css index d00013cbd3..a08b98c769 100644 --- a/themes/colors/css/mediterranio.css +++ b/themes/colors/css/mediterranio.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; } diff --git a/themes/colors/css/mercury.css b/themes/colors/css/mercury.css index 07b24a308e..ebc28291c1 100644 --- a/themes/colors/css/mercury.css +++ b/themes/colors/css/mercury.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; } diff --git a/themes/colors/css/nocturnal.css b/themes/colors/css/nocturnal.css index 898375e2d8..13f66e2097 100644 --- a/themes/colors/css/nocturnal.css +++ b/themes/colors/css/nocturnal.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; } diff --git a/themes/colors/css/olivia.css b/themes/colors/css/olivia.css index 3dd814a8dc..9dddf6165d 100644 --- a/themes/colors/css/olivia.css +++ b/themes/colors/css/olivia.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; } diff --git a/themes/colors/css/pinkplastic.css b/themes/colors/css/pinkplastic.css index 64b8bd9c50..590c46c6f5 100644 --- a/themes/colors/css/pinkplastic.css +++ b/themes/colors/css/pinkplastic.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; } 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; } diff --git a/themes/colors/css/tealtop.css b/themes/colors/css/tealtop.css index 601c8eca11..66f2d69650 100644 --- a/themes/colors/css/tealtop.css +++ b/themes/colors/css/tealtop.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; } |
