aboutsummaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorvdigital <vdigital@piwigo.org>2008-04-26 15:59:37 +0000
committervdigital <vdigital@piwigo.org>2008-04-26 15:59:37 +0000
commitdc595275124fba0151776539bf371025992a4641 (patch)
treefc176face76dcca442779e02261983f2a9805526 /template
parent1c479632987b3a1a8cdb9ff45809cf7d845490e2 (diff)
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
Diffstat (limited to 'template')
-rw-r--r--template/yoga/theme/admin/theme.css7
1 files changed, 6 insertions, 1 deletions
diff --git a/template/yoga/theme/admin/theme.css b/template/yoga/theme/admin/theme.css
index e5d971dda..b168c9381 100644
--- a/template/yoga/theme/admin/theme.css
+++ b/template/yoga/theme/admin/theme.css
@@ -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; } \ No newline at end of file
+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%; } \ No newline at end of file