diff options
author | Gotcha <gotcha@piwigo.org> | 2010-11-09 21:51:39 +0000 |
---|---|---|
committer | Gotcha <gotcha@piwigo.org> | 2010-11-09 21:51:39 +0000 |
commit | 3d9f6cdd8c1e546293c821c91b75f5db751814ed (patch) | |
tree | cf59c5b531da2e9acc7f6b52f2792a425a560247 /admin | |
parent | 3114cf8b8fc82f17533f98d8b1d21499cbbc40d0 (diff) |
Display list of the plugins in admin clear theme
bug:1813
Thanks to cljosse
git-svn-id: http://piwigo.org/svn/branches/2.1@7732 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to 'admin')
-rw-r--r-- | admin/themes/default/default-layout.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/admin/themes/default/default-layout.css b/admin/themes/default/default-layout.css index 344818541..674e40af0 100644 --- a/admin/themes/default/default-layout.css +++ b/admin/themes/default/default-layout.css @@ -607,7 +607,7 @@ ul.holder li.bit-box-focus a.closebutton, ul.holder li.bit-box-focus a.closebutt } html, body {height:100%; margin:0; padding:0;} -#the_page {min-height:100%; position:relative; padding:0;margin:0;} +#the_page {min-height:100%; position:absolute; width:100%; padding:0;margin:0;} #pwgMain {padding:10px;padding-bottom:60px;} #footer { @@ -756,6 +756,7 @@ html, body {height:100%; margin:0; padding:0;} /* Set the width of the menubar for the galery */ #menubar { width: 18em; + margin: 10px 0 50px 10px !important; } .content { margin-left: 20em; /* = #menubar width + 2em */ |