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
This commit is contained in:
parent
3114cf8b8f
commit
3d9f6cdd8c
1 changed files with 2 additions and 1 deletions
|
@ -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;}
|
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;}
|
#pwgMain {padding:10px;padding-bottom:60px;}
|
||||||
|
|
||||||
#footer {
|
#footer {
|
||||||
|
@ -756,6 +756,7 @@ html, body {height:100%; margin:0; padding:0;}
|
||||||
/* Set the width of the menubar for the galery */
|
/* Set the width of the menubar for the galery */
|
||||||
#menubar {
|
#menubar {
|
||||||
width: 18em;
|
width: 18em;
|
||||||
|
margin: 10px 0 50px 10px !important;
|
||||||
}
|
}
|
||||||
.content {
|
.content {
|
||||||
margin-left: 20em; /* = #menubar width + 2em */
|
margin-left: 20em; /* = #menubar width + 2em */
|
||||||
|
|
Loading…
Add table
Reference in a new issue