diff options
author | Gotcha <gotcha@piwigo.org> | 2010-11-09 21:52:28 +0000 |
---|---|---|
committer | Gotcha <gotcha@piwigo.org> | 2010-11-09 21:52:28 +0000 |
commit | 81dfe1f5c881e51c2f158b8025c4484ed6514eab (patch) | |
tree | e260fd5ea0fe3a52a6c23ec74113921308fc0d23 | |
parent | 64125a60d44276f9502e0652cbd41ac5b5693913 (diff) |
Merge r7732 from br2.1 to trunk
bug:1813
git-svn-id: http://piwigo.org/svn/trunk@7733 68402e56-0260-453c-a942-63ccdbb3a9ee
-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 7f44314c8..6cbbb8928 100644 --- a/admin/themes/default/default-layout.css +++ b/admin/themes/default/default-layout.css @@ -612,7 +612,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 { @@ -761,6 +761,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 */ |