aboutsummaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorvdigital <vdigital@piwigo.org>2008-11-21 19:52:39 +0000
committervdigital <vdigital@piwigo.org>2008-11-21 19:52:39 +0000
commitc612fd5074defafd3c56749d16b86cef1e539012 (patch)
tree77a2e7e4deb855a6d0266c99d9b80f0937cfdca4 /template
parent66af3393b5d6790e48755533fdd31b74e4ac61c7 (diff)
merge -c2898 from branch 2.0 to trunk
Sylvia notes are similar to msgs (with transparent white grid) git-svn-id: http://piwigo.org/svn/trunk@2899 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template')
-rw-r--r--template/yoga/theme/Sylvia/theme.css21
1 files changed, 11 insertions, 10 deletions
diff --git a/template/yoga/theme/Sylvia/theme.css b/template/yoga/theme/Sylvia/theme.css
index 6377259e3..70d769379 100644
--- a/template/yoga/theme/Sylvia/theme.css
+++ b/template/yoga/theme/Sylvia/theme.css
@@ -41,7 +41,7 @@ BODY {
color:#333;
}
.header_msgs {
- background:transparent url(images/header_msgs-bg.gif) repeat scroll right top;
+ background:transparent url(images/header_msgs-bg.gif) repeat scroll left top;
border:0;
color:#333;
font-size:24px;
@@ -54,16 +54,17 @@ BODY {
width:100%;
z-index:99;
}
-.header_notes {
- border:0;
- color:#333;
- margin:0;
- padding:12px 44px 0 0;
+.header_notes {
+ background:transparent url(images/header_msgs-bg.gif) repeat scroll left top;
+ border:0 none;
+ color:#333;
+ font-size:16px;
+ margin:0;
+ padding:0;
position:absolute;
- right:9px;
- top:48px;
- z-index:99;
- background-position: right top;
+ top:0;
+ width:100%;
+ z-index:99;
}
#menubar DL {
background:transparent url(images/menuBox_top.gif) no-repeat scroll left top;