diff options
Diffstat (limited to '')
-rw-r--r-- | admin/template/goto/picture.css | 24 |
1 files changed, 2 insertions, 22 deletions
diff --git a/admin/template/goto/picture.css b/admin/template/goto/picture.css index 839760053..87cccc238 100644 --- a/admin/template/goto/picture.css +++ b/admin/template/goto/picture.css @@ -1,4 +1,6 @@ /* $Id$ */ + +/* Maybe some cleanup has to be done there TODO */ #imageHeaderBar { padding-top: 2px; padding-bottom: 2px; @@ -95,28 +97,6 @@ TABLE.infoTable TD.value UL { list-style-type: square; } -.rateButton, .rateButtonSelected, .rateButtonStarFull, .rateButtonStarEmpty { - padding:0; - border:0; -} - -.rateButton, .rateButtonStarFull, .rateButtonStarEmpty { - cursor: pointer; -} - -.rateButtonSelected { - font-weight:bold; - font-size:120%; -} - -.rateButtonStarFull { - background: url('icon/rating-stars.gif') no-repeat scroll; background-position:-16px center; width:16px; -} - -.rateButtonStarEmpty { - background: url('icon/rating-stars.gif') no-repeat scroll; background-position:0 center; width:16px; -} - #comments { text-align: left; } |