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

View file

@ -230,6 +230,7 @@ BODY#thePopuphelpPage #copyright {
display: none;
}
#theNotificationPage p { padding: 0.5em; }
BODY#thePopuphelpPage .content P {
text-align: justify;
padding: 0.5em;
@ -272,3 +273,6 @@ TABLE.tagLetterContent {
}
#theHeader {text-align: center;}
#theNotificationPage dl,
#thePopuphelpPage dl { margin: 0 25px 25px; }

View file

@ -14,6 +14,12 @@
<p>{'The RSS notification feed provides notification on news from this website : new pictures, updated categories, new comments. Use a RSS feed reader.'|@translate}</p>
<p><a href="{$U_FEED_IMAGE_ONLY}">{'Image only RSS feed'|@translate}</a></p>
<p><a href="{$U_FEED}">{'Complete RSS feed'|@translate}</a></p>
<dl>
<dt>
<a href="{$U_FEED_IMAGE_ONLY}">{'Image only RSS feed'|@translate}</a><br /><br />
</dt>
<dt>
<a href="{$U_FEED}">{'Complete RSS feed'|@translate}</a>
</dt>
</dl>
</div>

Binary file not shown.

After

Width:  |  Height:  |  Size: 577 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 579 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 700 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 829 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 559 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 561 B

View file

@ -37,7 +37,8 @@ margin:0; }
#menubar #mbIdentification UL, #menubar #mbIdentification p,
#menubar #mbIdentification .illustration { background:transparent url(images/menuId_sides.gif) repeat-y scroll left bottom; }
#menubar #mbIdentification form { background:transparent url(images/menuId_sides.gif) repeat-y scroll left bottom; }
#menubar #mbIdentification .actions, #menubar ul ul, #menubar #mbIdentification form p { background-image:none; }
#menubar #mbIdentification .actions, #menubar li ul, #menubar #mbIdentification form p {
background:transparent none repeat-y scroll left bottom; }
#menubar #mbIdentification p { padding: 2px 16px 0; margin: 0;}
#menubar p { padding: 16px 16px 0; }
#menubar .button { position:relative; right:9px; top:12px; height:16px; }
@ -96,4 +97,6 @@ A, INPUT.rateButton { color:#f70; border-width: 0; }
A:hover, A:active { color: #f33; border-bottom: 1px solid #f33; cursor: pointer; }
#theImage A, .illustration A, A.navThumb, A.navThumb { border-bottom-width: 0; }
*, *:focus, *:active, input:active, a:active, input:focus, a:focus { outline: none; -moz-outline-width: 0px; }
#debug { margin: 15px 15px 5px 248px; font-size:12px; clear: both; word-wrap:break-word;}
#debug { margin: 15px 15px 5px 248px; font-size:12px; clear: both; word-wrap:break-word;}
.rateButtonStarFull { background-image: url('icon/rating-stars.gif'); }
.rateButtonStarEmpty { background-image: url('icon/rating-stars.gif'); }