diff options
author | chrisaga <chrisaga@piwigo.org> | 2005-08-26 19:54:45 +0000 |
---|---|---|
committer | chrisaga <chrisaga@piwigo.org> | 2005-08-26 19:54:45 +0000 |
commit | 54cd492c8644b250dc24293995fdf61853625adf (patch) | |
tree | a0bee2c33a90bf5d3c4c9cf57b2d2bc2c1c0db8e /template/cclear/content.css | |
parent | 2521a217f765eed4e21422ffb9c62476059b8dc8 (diff) |
as discussed with z0rglub, increase #menubar width to 22em in #theAdminPage
git-svn-id: http://piwigo.org/svn/trunk@852 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'template/cclear/content.css')
-rw-r--r-- | template/cclear/content.css | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/template/cclear/content.css b/template/cclear/content.css index ab9c845eb..7fcaf4b6a 100644 --- a/template/cclear/content.css +++ b/template/cclear/content.css @@ -1,9 +1,12 @@ /* $Id$ */ #content { - margin-left: 14em; + margin-left: 24em; margin-right: 1em; margin-bottom: 1em; /* when it's longer than menu bar */ } +BODY#theAdminPage #content { + margin-left: 14em; +} BODY#theCommentsPage #content, BODY#theRegisterPage #content, |