feature 2477: remove unnecesary admin css rules / html elements

git-svn-id: http://piwigo.org/svn/trunk@12528 68402e56-0260-453c-a942-63ccdbb3a9ee
This commit is contained in:
rvelices 2011-10-28 19:35:45 +00:00
commit b58fea9f2c
5 changed files with 53 additions and 36 deletions

View file

@ -1,7 +1,6 @@
/* content.css */
/* .Content is on every pages so it is common and it will no longer be a specific css */
.content { margin-right: 1em; margin-bottom: 1em; }
.content h2 {margin: 0; padding: 5px 0.5em 5px 0.5em; text-align: right; font-size: 120%;}
.content .navigationBar { margin: 10px 0; text-align: center; }
.content form { text-align: left; }
@ -498,9 +497,9 @@ FORM.filter FIELDSET P
display: block;
}
FORM.filter INPUT[type="submit"] {
/*FORM.filter INPUT[type="submit"] {
margin-top: 1.8em;
}
}*/
FORM.properties UL, FORM#update UL {
list-style-type: none;
@ -633,7 +632,10 @@ img.ui-datepicker-trigger {
html, body {height:100%; margin:0; padding:0;}
#the_page {min-height:100%; position:absolute; width:100%; padding:0;margin:0;}
#pwgMain {padding:10px;padding-bottom:60px;}
#pwgMain {
padding: 10px 5px 60px;
}
#footer {
position:absolute;
@ -781,10 +783,16 @@ 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;
margin: 10px 0 50px 5px;
display: inline;
float: left;
left: 0;
}
.content {
margin-left: 20em; /* = #menubar width + 2em */
padding:0 5px 0 0;
margin: 0 5px 0 227px;
z-index:99;
}
/* Set minimum width of the page before getting a scrollbar */
/* IE5 and IE6 don't get that */
@ -1064,4 +1072,6 @@ p#uploadModeInfos {text-align:left;margin-top:1em;font-size:90%;color:#999;}
.ui-progressbar-value { background-image: url(images/pbar-ani.gif); height:10px;margin:-1px;border:1px solid #E78F08;}
/* Tag Manager */
.warningDeletion {display:none;font-style:italic;}
.warningDeletion {display:none;font-style:italic;}
#debug { margin-left: 227px; font-size:12px; }