diff options
author | vdigital <vdigital@piwigo.org> | 2008-06-22 08:45:28 +0000 |
---|---|---|
committer | vdigital <vdigital@piwigo.org> | 2008-06-22 08:45:28 +0000 |
commit | fda524253d89292ad5a3ec9bfed291495a72572e (patch) | |
tree | cd2b2aae0c1e38e7be85094e0776d0f0ea3980d4 /template-common/default-layout.css | |
parent | 7d3d91e95abed9af3ad29e0bce8d2a8a67923d44 (diff) |
Admin isolation: Copy of admin templates in admin folder.
(Before previous admin templates removal).
Some of css simplification (in admin only currently.
git-svn-id: http://piwigo.org/svn/trunk@2390 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template-common/default-layout.css')
-rw-r--r-- | template-common/default-layout.css | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/template-common/default-layout.css b/template-common/default-layout.css index 1c3d70864..905d89108 100644 --- a/template-common/default-layout.css +++ b/template-common/default-layout.css @@ -16,14 +16,6 @@ BODY#thePopuphelpPage { min-width: 0; } -/* Set the width of the menubar for the admin section */ -BODY#theAdminPage #menubar { - width: 12.5em; -} -BODY#theAdminPage .content { - margin-left: 14.5em; /* = #menubar width + 2em */ -} - /* Set some sizes according to your maximum thumbnail width and height */ .content UL.thumbnails SPAN, .content UL.thumbnails SPAN.wrap2 A, |