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
This commit is contained in:
vdigital 2008-10-06 21:44:05 +00:00
commit b0c514745f
12 changed files with 19 additions and 26 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 611 B

After

Width:  |  Height:  |  Size: 581 B

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.1 KiB

After

Width:  |  Height:  |  Size: 1.5 KiB

Before After
Before After

View file

@ -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;
}