fix bug 410: "Gestionnaire des Sites" passe à la ligne avec IE

git-svn-id: http://piwigo.org/svn/trunk@1396 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
chrisaga 2006-06-24 12:28:48 +00:00
commit 72d88da6de

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 */