aboutsummaryrefslogtreecommitdiffstats
path: root/template/yoga/theme/Sylvia/theme.css
diff options
context:
space:
mode:
authorvdigital <vdigital@piwigo.org>2008-10-06 21:44:05 +0000
committervdigital <vdigital@piwigo.org>2008-10-06 21:44:05 +0000
commitb0c514745ff0f602a9a04c9a47ae8eb56fc072c0 (patch)
treea3cc319bdcc424dd840e4e32c74c76b7661a6ee8 /template/yoga/theme/Sylvia/theme.css
parent184f006c2c0f2af9a0381dac9f7fbd3792ea87ae (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 'template/yoga/theme/Sylvia/theme.css')
-rw-r--r--template/yoga/theme/Sylvia/theme.css7
1 files changed, 5 insertions, 2 deletions
diff --git a/template/yoga/theme/Sylvia/theme.css b/template/yoga/theme/Sylvia/theme.css
index 93c435413..4278ef9f9 100644
--- a/template/yoga/theme/Sylvia/theme.css
+++ b/template/yoga/theme/Sylvia/theme.css
@@ -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;} \ No newline at end of file
+#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'); } \ No newline at end of file