Header notes location has been changed for Check integrity of upgrades in Admin.

(Just a temporary change before Admin transfer).

git-svn-id: http://piwigo.org/svn/trunk@2318 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
vdigital
2008-04-26 15:59:37 +00:00
parent 1c47963298
commit dc59527512
+6 -1
View File
@@ -438,4 +438,9 @@ body#theAdminPage #menubar { /* theme.css (line 324) */
background:transparent none repeat-y scroll right top; border-bottom:0px; }
#theAdminPage #the_page #content, #theAdminPage #the_page .content { /*theme.css (line 91)*/
background-color:#111111; border-width:0px; padding:5px 35px 5px 5px; }
body#theAdminPage #menubar dl.selected dd { padding-bottom: 145px; }
body#theAdminPage #menubar dl.selected dd { padding-bottom: 145px; }
.header_notes {/*default-colors.cs... (line 91)*/
background-image:url(icon/note.png); background-position:left top;
background-repeat:no-repeat; border:1px solid #AAAAAA;
font-weight:bold; margin:14px; padding:5px 0px 0px;
position:absolute; right:31px; text-align:center; top:96px; width:50%; }