From b1f148bfc5f9b5a2e62eb04970ef99eb53987cc4 Mon Sep 17 00:00:00 2001 From: rvelices Date: Fri, 28 Oct 2011 19:38:27 +0000 Subject: feature 2477: merge -r12528 from trunk remove unnecesary admin css rules / html elements git-svn-id: http://piwigo.org/svn/branches/2.3@12529 68402e56-0260-453c-a942-63ccdbb3a9ee --- admin/themes/default/theme.css | 24 +++++++++++++++++------- 1 file changed, 17 insertions(+), 7 deletions(-) (limited to 'admin/themes/default/theme.css') diff --git a/admin/themes/default/theme.css b/admin/themes/default/theme.css index 1b30ff591..69d19d798 100644 --- a/admin/themes/default/theme.css +++ b/admin/themes/default/theme.css @@ -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 */ @@ -1074,4 +1082,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;} \ No newline at end of file +.warningDeletion {display:none;font-style:italic;} + +#debug { margin-left: 227px; font-size:12px; } -- cgit v1.2.3