mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-07-13 21:31:35 +02:00
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:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user