aboutsummaryrefslogtreecommitdiffstats
path: root/template-common
diff options
context:
space:
mode:
authorchrisaga <chrisaga@piwigo.org>2006-06-24 12:28:48 +0000
committerchrisaga <chrisaga@piwigo.org>2006-06-24 12:28:48 +0000
commit72d88da6de727def3c9f0c2ec33517e8682b08e0 (patch)
tree46b67b0ef216d3bc729c5dee0ad5d4790736f8cf /template-common
parent9415fdfb37e5962f422b4433fae361ed586a3d34 (diff)
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
Diffstat (limited to 'template-common')
-rw-r--r--template-common/default-layout.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/template-common/default-layout.css b/template-common/default-layout.css
index b6873f386..2a0cbd086 100644
--- a/template-common/default-layout.css
+++ b/template-common/default-layout.css
@@ -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 */