diff --git a/themes/Sylvia/theme.css b/themes/Sylvia/theme.css index 532b3357c..7f00ae82d 100644 --- a/themes/Sylvia/theme.css +++ b/themes/Sylvia/theme.css @@ -7,7 +7,7 @@ #comments .thumbnailCategories hr {display:none;} #comments form.filter input[type="submit"] { margin-top:1.8em; } /* Sylvia Theme is close to the Roma Admin theme */ -BODY, H1, H3, DT, .rateButtonSelected, H2, #menubar DT { +BODY, H1, H3, DT, INPUT.rateButtonSelected, H2, #menubar DT { color:#666; } #imageHeaderBar, #imageToolBar A:hover { diff --git a/themes/clear/theme.css b/themes/clear/theme.css index 0accaf6bd..dc690e1d9 100644 --- a/themes/clear/theme.css +++ b/themes/clear/theme.css @@ -1,7 +1,7 @@ /* text color */ BODY, H1, H2, H3, DT, -.rateButtonSelected /* <= why IE doesn't inherit this ? */ { +INPUT.rateButtonSelected /* <= why IE doesn't inherit this ? */ { color:#696969; /* dimgray */ } @@ -49,12 +49,12 @@ UL.thumbnails SPAN.wrap2:hover, } /* links */ -A, .rateButton { +A, INPUT.rateButton { color: #005e89; background: transparent; } -A:hover, .rateButton:hover { +A:hover, INPUT.rateButton:hover { color: #858460; } diff --git a/themes/dark/theme.css b/themes/dark/theme.css index e65b26264..56d441091 100644 --- a/themes/dark/theme.css +++ b/themes/dark/theme.css @@ -1,7 +1,7 @@ /* text color */ BODY, H1, H3, -.rateButtonSelected /* <= why IE doesn't inherit this ? */ { +INPUT.rateButtonSelected /* <= why IE doesn't inherit this ? */ { color:#d0d0d0; } @@ -65,7 +65,7 @@ UL.thumbnails SPAN.wrap2:hover, /* links */ -A, .rateButton { +A, INPUT.rateButton { color: #fff; border: 0; } diff --git a/themes/default/template/comment_list.tpl b/themes/default/template/comment_list.tpl index c3e5eb791..f73e61b19 100644 --- a/themes/default/template/comment_list.tpl +++ b/themes/default/template/comment_list.tpl @@ -2,57 +2,58 @@ diff --git a/themes/default/template/picture_nav_buttons.tpl b/themes/default/template/picture_nav_buttons.tpl index c2a34eb5f..0bb50bd8f 100644 --- a/themes/default/template/picture_nav_buttons.tpl +++ b/themes/default/template/picture_nav_buttons.tpl @@ -63,42 +63,42 @@ - diff --git a/themes/default/theme.css b/themes/default/theme.css index e1b34cb67..87c685684 100644 --- a/themes/default/theme.css +++ b/themes/default/theme.css @@ -300,7 +300,7 @@ UL.thumbnails SPAN.wrap2 { margin: 0; /* important reset the margins */ display: table-cell;/* block prevents vertical-align here */ vertical-align: middle;/* Ok with Opera and Geko not IE6 */ - border-radius: 4px 4px; /* round corners with CSS3 compliant browsers */ + border-radius: 4px; /* round corners with CSS3 compliant browsers */ -moz-border-radius: 4px; /* round corners with Geko */ -webkit-border-radius: 4px; /* Safari webkit project */ } @@ -399,6 +399,8 @@ TABLE.infoTable TD.value UL { .rateButton, .rateButtonSelected, .rateButtonStarFull, .rateButtonStarEmpty { padding:0; border:0; + color:inherit; + background-color:transparent !important; /* Konqueror doesn't accept transparent here */ } .rateButton, .rateButtonStarFull, .rateButtonStarEmpty { @@ -418,6 +420,7 @@ TABLE.infoTable TD.value UL { background: url('icon/rating-stars.gif') no-repeat scroll; background-position:0 center; width:16px; } + /** * Default Layout */ @@ -651,17 +654,12 @@ UL.tagSelection LI { display: none; } -#thePopuphelpPage P { - text-align: justify; +#thePopuphelpPage P, #theNotificationPage P { padding: 0.5em; } -#thePopuphelpPage LI { - margin-bottom: 0.5em; -} - -#theNotificationPage P { - padding: 0.5em; +#theNotificationPage DL, #thePopuphelpPage DL { + margin: 0 25px 25px; } TR.tagLine { @@ -696,10 +694,6 @@ TABLE.tagLetterContent { #theHeader {text-align: center;} -#theNotificationPage DL, #thePopuphelpPage DL { - margin: 0 25px 25px; -} - .content #comments UL.thumbnailCategories LI { width:99%; } /* jQuery datepicker */ @@ -771,11 +765,6 @@ INPUT.radio, INPUT.checkbox { border: none; /* <= IE6 needs this */ } -/* rate buttons displayed like links */ -.rateButton, .rateButtonSelected, .rateButtonStarFull, .rateButtonStarEmpty { - color:inherit; - background-color:transparent !important; /* Konqueror doesn't accept transparent here */ -} .errors { /* Errors display */ color: red;