merge from trunk r1395:1396 (fix bug 410)

git-svn-id: http://piwigo.org/svn/branches/branch-1_6@1397 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
chrisaga
2006-06-24 12:30:27 +00:00
parent db8a057f3d
commit c65e3942bd
+2 -2
View File
@@ -18,10 +18,10 @@ BODY#thePopuphelpPage {
/* Set the width of the menubar for the admin section */
BODY#theAdminPage #menubar {
width: 12em;
width: 12.5em;
}
BODY#theAdminPage #content {
margin-left: 14em;
margin-left: 14.5em; /* = #menubar width + 2em */
}
/* Set some sizes according to your maximum thumbnail width and height */