diff options
author | vdigital <vdigital@piwigo.org> | 2008-10-06 21:44:05 +0000 |
---|---|---|
committer | vdigital <vdigital@piwigo.org> | 2008-10-06 21:44:05 +0000 |
commit | b0c514745ff0f602a9a04c9a47ae8eb56fc072c0 (patch) | |
tree | a3cc319bdcc424dd840e4e32c74c76b7661a6ee8 /admin/template | |
parent | 184f006c2c0f2af9a0381dac9f7fbd3792ea87ae (diff) |
Some icons (Thanks to Stripy).
Small cleanup in goto/picture.css (More must come later).
Notification and help pages have been reviewed.
Swap rating stars in Sylvia.
git-svn-id: http://piwigo.org/svn/trunk@2677 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin/template')
-rw-r--r-- | admin/template/goto/icon/cat_move.png | bin | 611 -> 581 bytes | |||
-rw-r--r-- | admin/template/goto/icon/category_representant_random.png | bin | 3171 -> 1575 bytes | |||
-rw-r--r-- | admin/template/goto/picture.css | 24 |
3 files changed, 2 insertions, 22 deletions
diff --git a/admin/template/goto/icon/cat_move.png b/admin/template/goto/icon/cat_move.png Binary files differindex e0d1e9ec9..9d6939cfc 100644 --- a/admin/template/goto/icon/cat_move.png +++ b/admin/template/goto/icon/cat_move.png diff --git a/admin/template/goto/icon/category_representant_random.png b/admin/template/goto/icon/category_representant_random.png Binary files differindex dfa69846f..26fe7016a 100644 --- a/admin/template/goto/icon/category_representant_random.png +++ b/admin/template/goto/icon/category_representant_random.png 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; } |