diff options
Diffstat (limited to 'themes/default/theme.css')
-rw-r--r-- | themes/default/theme.css | 25 |
1 files changed, 7 insertions, 18 deletions
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; |