diff options
| author | Rob Peters <makitso@gmail.com> | 2010-09-26 20:18:10 +0000 |
|---|---|---|
| committer | Rob Peters <makitso@gmail.com> | 2010-09-26 20:18:10 +0000 |
| commit | 256f2d2228cdb83fc604ed0277e66699dc83af0f (patch) | |
| tree | 83f774cda796eacfeca9875d6aefd214136f05ff | |
| parent | 6bce37caffe6c7b9c14d369a586496397174fc36 (diff) | |
| download | webtrees-256f2d2228cdb83fc604ed0277e66699dc83af0f.tar.gz webtrees-256f2d2228cdb83fc604ed0277e66699dc83af0f.tar.bz2 webtrees-256f2d2228cdb83fc604ed0277e66699dc83af0f.zip | |
Fix blockh2 error for Opera
| -rw-r--r-- | themes/colors/css/aquamarine.css | 6 | ||||
| -rw-r--r-- | themes/colors/css/ash.css | 1 | ||||
| -rw-r--r-- | themes/colors/css/belgianchocolate.css | 3 | ||||
| -rw-r--r-- | themes/colors/css/bluelagoon.css | 3 | ||||
| -rw-r--r-- | themes/colors/css/bluemarine.css | 3 | ||||
| -rw-r--r-- | themes/colors/css/coldday.css | 3 | ||||
| -rw-r--r-- | themes/colors/css/greenbeam.css | 1 | ||||
| -rw-r--r-- | themes/colors/css/mediterranio.css | 3 | ||||
| -rw-r--r-- | themes/colors/css/mercury.css | 3 | ||||
| -rw-r--r-- | themes/colors/css/nocturnal.css | 3 | ||||
| -rw-r--r-- | themes/colors/css/olivia.css | 7 | ||||
| -rw-r--r-- | themes/colors/css/pinkplastic.css | 3 | ||||
| -rw-r--r-- | themes/colors/css/shinytomato.css | 3 | ||||
| -rw-r--r-- | themes/colors/css/tealtop.css | 3 |
14 files changed, 33 insertions, 12 deletions
diff --git a/themes/colors/css/aquamarine.css b/themes/colors/css/aquamarine.css index 17fdc8b642..812705b695 100644 --- a/themes/colors/css/aquamarine.css +++ b/themes/colors/css/aquamarine.css @@ -381,6 +381,7 @@ width:8px; } .blockhc { +padding-right:15px; padding-top: 3px; } @@ -1856,4 +1857,7 @@ 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 0874c41bb1..65ae49202e 100644 --- a/themes/colors/css/ash.css +++ b/themes/colors/css/ash.css @@ -381,6 +381,7 @@ width:8px; } .blockhc { +padding-right:15px; padding-top: 3px; } diff --git a/themes/colors/css/belgianchocolate.css b/themes/colors/css/belgianchocolate.css index af2ea9fabf..029b638447 100644 --- a/themes/colors/css/belgianchocolate.css +++ b/themes/colors/css/belgianchocolate.css @@ -3,7 +3,7 @@ * * Based on standard theme, which is Copyright (C) 2002 to 2010 PGV Development Team. * -* $Id: ash.css 9547 2010-09-25 12:56:05Z rob $ +* $Id: ash.css 9557 2010-09-26 02:36:11Z nigel $ */ .something { @@ -381,6 +381,7 @@ width:8px; } .blockhc { +padding-right:15px; padding-top: 3px; } diff --git a/themes/colors/css/bluelagoon.css b/themes/colors/css/bluelagoon.css index c50432e4b9..e9a8197493 100644 --- a/themes/colors/css/bluelagoon.css +++ b/themes/colors/css/bluelagoon.css @@ -3,7 +3,7 @@ * * Based on standard theme, which is Copyright (C) 2002 to 2010 PGV Development Team. * -* $Id: ash.css 9547 2010-09-25 12:56:05Z rob $ +* $Id: ash.css 9557 2010-09-26 02:36:11Z nigel $ */ .something { @@ -381,6 +381,7 @@ width:8px; } .blockhc { +padding-right:15px; padding-top: 3px; } diff --git a/themes/colors/css/bluemarine.css b/themes/colors/css/bluemarine.css index 1039f08c26..bc7581aa04 100644 --- a/themes/colors/css/bluemarine.css +++ b/themes/colors/css/bluemarine.css @@ -3,7 +3,7 @@ * * Based on standard theme, which is Copyright (C) 2002 to 2010 PGV Development Team. * -* $Id: ash.css 9547 2010-09-25 12:56:05Z rob $ +* $Id: ash.css 9557 2010-09-26 02:36:11Z nigel $ */ .something { @@ -381,6 +381,7 @@ width:8px; } .blockhc { +padding-right:15px; padding-top: 3px; } diff --git a/themes/colors/css/coldday.css b/themes/colors/css/coldday.css index 657a42eec5..506b0e3193 100644 --- a/themes/colors/css/coldday.css +++ b/themes/colors/css/coldday.css @@ -3,7 +3,7 @@ * * Based on standard theme, which is Copyright (C) 2002 to 2010 PGV Development Team. * -* $Id: ash.css 9547 2010-09-25 12:56:05Z rob $ +* $Id: ash.css 9557 2010-09-26 02:36:11Z nigel $ */ .something { @@ -381,6 +381,7 @@ width:8px; } .blockhc { +padding-right:15px; padding-top: 3px; } diff --git a/themes/colors/css/greenbeam.css b/themes/colors/css/greenbeam.css index 318e5739e5..99e651d57a 100644 --- a/themes/colors/css/greenbeam.css +++ b/themes/colors/css/greenbeam.css @@ -381,6 +381,7 @@ width:8px; } .blockhc { +padding-right:15px; padding-top: 3px; } diff --git a/themes/colors/css/mediterranio.css b/themes/colors/css/mediterranio.css index c78165437c..942f2f14dc 100644 --- a/themes/colors/css/mediterranio.css +++ b/themes/colors/css/mediterranio.css @@ -3,7 +3,7 @@ * * Based on standard theme, which is Copyright (C) 2002 to 2010 PGV Development Team. * -* $Id: ash.css 9547 2010-09-25 12:56:05Z rob $ +* $Id: ash.css 9557 2010-09-26 02:36:11Z nigel $ */ .something { @@ -381,6 +381,7 @@ width:8px; } .blockhc { +padding-right:15px; padding-top: 3px; } diff --git a/themes/colors/css/mercury.css b/themes/colors/css/mercury.css index 914d6d9310..d24c1308e6 100644 --- a/themes/colors/css/mercury.css +++ b/themes/colors/css/mercury.css @@ -3,7 +3,7 @@ * * Based on standard theme, which is Copyright (C) 2002 to 2010 PGV Development Team. * -* $Id: ash.css 9547 2010-09-25 12:56:05Z rob $ +* $Id: ash.css 9557 2010-09-26 02:36:11Z nigel $ */ .something { @@ -381,6 +381,7 @@ width:8px; } .blockhc { +padding-right:15px; padding-top: 3px; } diff --git a/themes/colors/css/nocturnal.css b/themes/colors/css/nocturnal.css index 9041556bce..d3cedff06c 100644 --- a/themes/colors/css/nocturnal.css +++ b/themes/colors/css/nocturnal.css @@ -3,7 +3,7 @@ * * Based on standard theme, which is Copyright (C) 2002 to 2010 PGV Development Team. * -* $Id: ash.css 9547 2010-09-25 12:56:05Z rob $ +* $Id: ash.css 9557 2010-09-26 02:36:11Z nigel $ */ .something { @@ -381,6 +381,7 @@ width:8px; } .blockhc { +padding-right:15px; padding-top: 3px; } diff --git a/themes/colors/css/olivia.css b/themes/colors/css/olivia.css index 4397d12ff6..15ff816102 100644 --- a/themes/colors/css/olivia.css +++ b/themes/colors/css/olivia.css @@ -3,7 +3,7 @@ * * Based on standard theme, which is Copyright (C) 2002 to 2010 PGV Development Team. * -* $Id: ash.css 9547 2010-09-25 12:56:05Z rob $ +* $Id: ash.css 9557 2010-09-26 02:36:11Z nigel $ */ .something { @@ -381,6 +381,7 @@ width:8px; } .blockhc { +padding-right:15px; padding-top: 3px; } @@ -1836,6 +1837,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 db6c9f0bdc..ea69d58b90 100644 --- a/themes/colors/css/pinkplastic.css +++ b/themes/colors/css/pinkplastic.css @@ -3,7 +3,7 @@ * * Based on standard theme, which is Copyright (C) 2002 to 2010 PGV Development Team. * -* $Id: ash.css 9547 2010-09-25 12:56:05Z rob $ +* $Id: ash.css 9557 2010-09-26 02:36:11Z nigel $ */ .something { @@ -381,6 +381,7 @@ width:8px; } .blockhc { +padding-right:15px; padding-top: 3px; } diff --git a/themes/colors/css/shinytomato.css b/themes/colors/css/shinytomato.css index ebb2e7153b..fead188348 100644 --- a/themes/colors/css/shinytomato.css +++ b/themes/colors/css/shinytomato.css @@ -3,7 +3,7 @@ * * Based on standard theme, which is Copyright (C) 2002 to 2010 PGV Development Team. * -* $Id: ash.css 9547 2010-09-25 12:56:05Z rob $ +* $Id: ash.css 9557 2010-09-26 02:36:11Z nigel $ */ .something { @@ -381,6 +381,7 @@ width:8px; } .blockhc { +padding-right:15px; padding-top: 3px; } diff --git a/themes/colors/css/tealtop.css b/themes/colors/css/tealtop.css index 8f16f13a8e..aab4a5ef64 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 9547 2010-09-25 12:56:05Z rob $ +* $Id: ash.css 9557 2010-09-26 02:36:11Z nigel $ */ .something { @@ -381,6 +381,7 @@ width:8px; } .blockhc { +padding-right:15px; padding-top: 3px; } |
