diff options
| author | Nigel Osborne <kiwi3685@me.com> | 2010-09-26 02:36:11 +0000 |
|---|---|---|
| committer | Nigel Osborne <kiwi3685@me.com> | 2010-09-26 02:36:11 +0000 |
| commit | 9c9983bc1160c7f2332b6c9cb2f58f1811dbe84f (patch) | |
| tree | 20919b6df9d88245a19a1f5e65af2c76178fd170 /themes/colors | |
| parent | fabfedb175d8d5f3703c2885a68bc12ffb07827c (diff) | |
| download | webtrees-9c9983bc1160c7f2332b6c9cb2f58f1811dbe84f.tar.gz webtrees-9c9983bc1160c7f2332b6c9cb2f58f1811dbe84f.tar.bz2 webtrees-9c9983bc1160c7f2332b6c9cb2f58f1811dbe84f.zip | |
Making Edit/Copy/Delete text (Minimal theme) translatable.
Diffstat (limited to 'themes/colors')
| -rw-r--r-- | themes/colors/css/aquamarine.css | 9 | ||||
| -rw-r--r-- | themes/colors/css/ash.css | 4 | ||||
| -rw-r--r-- | themes/colors/css/belgianchocolate.css | 4 | ||||
| -rw-r--r-- | themes/colors/css/bluelagoon.css | 4 | ||||
| -rw-r--r-- | themes/colors/css/bluemarine.css | 4 | ||||
| -rw-r--r-- | themes/colors/css/coldday.css | 4 | ||||
| -rw-r--r-- | themes/colors/css/greenbeam.css | 4 | ||||
| -rw-r--r-- | themes/colors/css/mediterranio.css | 4 | ||||
| -rw-r--r-- | themes/colors/css/mercury.css | 4 | ||||
| -rw-r--r-- | themes/colors/css/nocturnal.css | 4 | ||||
| -rw-r--r-- | themes/colors/css/pinkplastic.css | 4 | ||||
| -rw-r--r-- | themes/colors/css/shinytomato.css | 4 | ||||
| -rw-r--r-- | themes/colors/css/tealtop.css | 4 |
13 files changed, 53 insertions, 4 deletions
diff --git a/themes/colors/css/aquamarine.css b/themes/colors/css/aquamarine.css index 451b681e02..17fdc8b642 100644 --- a/themes/colors/css/aquamarine.css +++ b/themes/colors/css/aquamarine.css @@ -1836,6 +1836,10 @@ td.descriptionbox a { /* this keeps the tag color the same when it is a link as margin-top: 15px; } +.link_text { + visibility : hidden; +} + .editlink { background: url(../images/edit_sm.png) no-repeat left center; width: 20px; @@ -1852,7 +1856,4 @@ td.descriptionbox a { /* this keeps the tag color the same when it is a link as background: url(../images/delete.png) no-repeat left center; width: 20px; float: left; -} - - - +}
\ No newline at end of file diff --git a/themes/colors/css/ash.css b/themes/colors/css/ash.css index 4b7a2eaed8..0874c41bb1 100644 --- a/themes/colors/css/ash.css +++ b/themes/colors/css/ash.css @@ -1836,6 +1836,10 @@ td.descriptionbox a { /* this keeps the tag color the same when it is a link as margin-top: 15px; } +.link_text { + visibility : hidden; +} + .editlink { background: url(../images/edit_sm.png) no-repeat left center; width: 20px; diff --git a/themes/colors/css/belgianchocolate.css b/themes/colors/css/belgianchocolate.css index 98d2f32fdf..af2ea9fabf 100644 --- a/themes/colors/css/belgianchocolate.css +++ b/themes/colors/css/belgianchocolate.css @@ -1836,6 +1836,10 @@ td.descriptionbox a { /* this keeps the tag color the same when it is a link as margin-top: 15px; } +.link_text { + visibility : hidden; +} + .editlink { background: url(../images/edit_sm.png) no-repeat left center; width: 20px; diff --git a/themes/colors/css/bluelagoon.css b/themes/colors/css/bluelagoon.css index 263402b6ae..c50432e4b9 100644 --- a/themes/colors/css/bluelagoon.css +++ b/themes/colors/css/bluelagoon.css @@ -1836,6 +1836,10 @@ td.descriptionbox a { /* this keeps the tag color the same when it is a link as margin-top: 15px; } +.link_text { + visibility : hidden; +} + .editlink { background: url(../images/edit_sm.png) no-repeat left center; width: 20px; diff --git a/themes/colors/css/bluemarine.css b/themes/colors/css/bluemarine.css index e688a234d4..1039f08c26 100644 --- a/themes/colors/css/bluemarine.css +++ b/themes/colors/css/bluemarine.css @@ -1836,6 +1836,10 @@ td.descriptionbox a { /* this keeps the tag color the same when it is a link as margin-top: 15px; } +.link_text { + visibility : hidden; +} + .editlink { background: url(../images/edit_sm.png) no-repeat left center; width: 20px; diff --git a/themes/colors/css/coldday.css b/themes/colors/css/coldday.css index 56cb33994e..657a42eec5 100644 --- a/themes/colors/css/coldday.css +++ b/themes/colors/css/coldday.css @@ -1836,6 +1836,10 @@ td.descriptionbox a { /* this keeps the tag color the same when it is a link as margin-top: 15px; } +.link_text { + visibility : hidden; +} + .editlink { background: url(../images/edit_sm.png) no-repeat left center; width: 20px; diff --git a/themes/colors/css/greenbeam.css b/themes/colors/css/greenbeam.css index b06a6f7597..318e5739e5 100644 --- a/themes/colors/css/greenbeam.css +++ b/themes/colors/css/greenbeam.css @@ -1836,6 +1836,10 @@ td.descriptionbox a { /* this keeps the tag color the same when it is a link as margin-top: 15px; } +.link_text { + visibility : hidden; +} + .editlink { background: url(../images/edit_sm.png) no-repeat left center; width: 20px; diff --git a/themes/colors/css/mediterranio.css b/themes/colors/css/mediterranio.css index f594ded599..c78165437c 100644 --- a/themes/colors/css/mediterranio.css +++ b/themes/colors/css/mediterranio.css @@ -1836,6 +1836,10 @@ td.descriptionbox a { /* this keeps the tag color the same when it is a link as margin-top: 15px; } +.link_text { + visibility : hidden; +} + .editlink { background: url(../images/edit_sm.png) no-repeat left center; width: 20px; diff --git a/themes/colors/css/mercury.css b/themes/colors/css/mercury.css index 7fc7442a64..914d6d9310 100644 --- a/themes/colors/css/mercury.css +++ b/themes/colors/css/mercury.css @@ -1836,6 +1836,10 @@ td.descriptionbox a { /* this keeps the tag color the same when it is a link as margin-top: 15px; } +.link_text { + visibility : hidden; +} + .editlink { background: url(../images/edit_sm.png) no-repeat left center; width: 20px; diff --git a/themes/colors/css/nocturnal.css b/themes/colors/css/nocturnal.css index cfcf933d6f..9041556bce 100644 --- a/themes/colors/css/nocturnal.css +++ b/themes/colors/css/nocturnal.css @@ -1836,6 +1836,10 @@ td.descriptionbox a { /* this keeps the tag color the same when it is a link as margin-top: 15px; } +.link_text { + visibility : hidden; +} + .editlink { background: url(../images/edit_sm.png) no-repeat left center; width: 20px; diff --git a/themes/colors/css/pinkplastic.css b/themes/colors/css/pinkplastic.css index b5f135bafe..db6c9f0bdc 100644 --- a/themes/colors/css/pinkplastic.css +++ b/themes/colors/css/pinkplastic.css @@ -1836,6 +1836,10 @@ td.descriptionbox a { /* this keeps the tag color the same when it is a link as margin-top: 15px; } +.link_text { + visibility : hidden; +} + .editlink { background: url(../images/edit_sm.png) no-repeat left center; width: 20px; diff --git a/themes/colors/css/shinytomato.css b/themes/colors/css/shinytomato.css index 0d5bf9d64a..ebb2e7153b 100644 --- a/themes/colors/css/shinytomato.css +++ b/themes/colors/css/shinytomato.css @@ -1836,6 +1836,10 @@ td.descriptionbox a { /* this keeps the tag color the same when it is a link as margin-top: 15px; } +.link_text { + visibility : hidden; +} + .editlink { background: url(../images/edit_sm.png) no-repeat left center; width: 20px; diff --git a/themes/colors/css/tealtop.css b/themes/colors/css/tealtop.css index 42e4ca577f..8f16f13a8e 100644 --- a/themes/colors/css/tealtop.css +++ b/themes/colors/css/tealtop.css @@ -1836,6 +1836,10 @@ td.descriptionbox a { /* this keeps the tag color the same when it is a link as margin-top: 15px; } +.link_text { + visibility : hidden; +} + .editlink { background: url(../images/edit_sm.png) no-repeat left center; width: 20px; |
