diff options
author | chrisaga <chrisaga@piwigo.org> | 2006-06-24 12:30:27 +0000 |
---|---|---|
committer | chrisaga <chrisaga@piwigo.org> | 2006-06-24 12:30:27 +0000 |
commit | c65e3942bd913689edbc3b63d72621a399293e99 (patch) | |
tree | 39a53177750e0ff6d62d087a37a493cacecd525e /template-common | |
parent | db8a057f3d5352c88380f4e2cb14d428a40d8548 (diff) |
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
Diffstat (limited to 'template-common')
-rw-r--r-- | template-common/default-layout.css | 4 |
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 */ |