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:
parent
9415fdfb37
commit
72d88da6de
1 changed files with 2 additions and 2 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue