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