diff --git a/themes/original/css/common.css.php b/themes/original/css/common.css.php index c2d48c2c7c..0401e05749 100644 --- a/themes/original/css/common.css.php +++ b/themes/original/css/common.css.php @@ -295,35 +295,35 @@ table tr.even { } -/* marked table rows */ -td.marked, -table tr.marked td, -table tr.marked th, -table tr.marked { - background: ; - color: ; -} -; + color: ; + } + -/* hovered items */ -.odd:hover, -.even:hover, -.hover { - background: ; - color: ; -} + /* hovered items */ + .odd:hover, + .even:hover, + .hover { + background: ; + color: ; + } -/* hovered table rows */ -table tr.odd:hover th, -table tr.even:hover th, -table tr.hover th { - background: ; - color: ; -} -; + color: ; + } + @@ -358,10 +358,10 @@ table [class=value] { -.value { - font-family: ; -} -; + } + .attention { @@ -443,15 +443,16 @@ div.error { margin: 0.3em 0 0 0; border: 2px solid; background-repeat: no-repeat; - - background-position: 10px 50%; - padding: 0.1em 0.1em 0.1em 36px; + + background-position: 10px 50%; + padding: 0.1em 0.1em 0.1em 36px; + + background-position: 99% 50%; + padding: 0.1em 46px 0.1em 0.1em; - background-position: 99% 50%; - padding: 0.1em 46px 0.1em 0.1em; - } @@ -504,15 +505,16 @@ fieldset.confirmation legend { font-weight: bold; background-image: url(getImgPath('s_really.png');?>); background-repeat: no-repeat; - - background-position: 5px 50%; - padding: 0.2em 0.2em 0.2em 25px; + + background-position: 5px 50%; + padding: 0.2em 0.2em 0.2em 25px; - background-position: 97% 50%; - padding: 0.2em 25px 0.2em 0.2em; + } else { ?> + background-position: 97% 50%; + padding: 0.2em 25px 0.2em 0.2em; } /* end messageboxes */ diff --git a/themes/pmahomme/css/common.css.php b/themes/pmahomme/css/common.css.php index 4fc432cce4..f43aa7fd66 100644 --- a/themes/pmahomme/css/common.css.php +++ b/themes/pmahomme/css/common.css.php @@ -738,13 +738,16 @@ div.error { margin: .5em 0 0.5em; border: 1px solid; background-repeat: no-repeat; - - background-position: 10px 50%; - padding: 10px 10px 10px 10px; - - background-position: 99% 50%; - padding: 10px 35px 10px 10px; - + + background-position: 10px 50%; + padding: 10px 10px 10px 10px; + + background-position: 99% 50%; + padding: 10px 35px 10px 10px; + -moz-border-radius: 5px; -webkit-border-radius: 5px; @@ -1522,13 +1525,16 @@ p.notice { margin: 1.5em 0; border: 1px solid #000; background-repeat: no-repeat; - - background-position: 10px 50%; - padding: 10px 10px 10px 25px; - - background-position: 99% 50%; - padding: 25px 10px 10px 10px - + + background-position: 10px 50%; + padding: 10px 10px 10px 25px; + + background-position: 99% 50%; + padding: 25px 10px 10px 10px + -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px;