Ignore:
Timestamp:
Oct 28, 2011, 9:38:27 PM (13 years ago)
Author:
rvelices
Message:

feature 2477: merge -r12528 from trunk remove unnecesary admin css rules / html elements

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.3/admin/themes/default/theme.css

    r12480 r12529  
    22
    33/* .Content  is on every pages so it is common and it will no longer be a specific css */
    4 .content { margin-right: 1em; margin-bottom: 1em; }
    54.content h2 {margin: 0; padding: 5px 0.5em 5px 0.5em; text-align: right; font-size: 120%;}
    65.content .navigationBar { margin: 10px 0; text-align: center; }
     
    499498}
    500499
    501 FORM.filter INPUT[type="submit"] {
     500/*FORM.filter INPUT[type="submit"] {
    502501        margin-top: 1.8em;
    503 }
     502}*/
    504503
    505504FORM.properties UL, FORM#update UL {
     
    634633html, body {height:100%; margin:0; padding:0;}
    635634#the_page {min-height:100%; position:absolute; width:100%; padding:0;margin:0;}
    636 #pwgMain {padding:10px;padding-bottom:60px;}
     635
     636#pwgMain {
     637  padding: 10px 5px 60px;
     638}
    637639
    638640#footer {
     
    782784#menubar {
    783785  width: 18em;
    784   margin: 10px 0 50px 10px !important;
    785 }
     786  margin: 10px 0 50px 5px;
     787  display: inline;
     788  float: left;
     789  left: 0;
     790}
     791
    786792.content {
    787   margin-left: 20em;  /* = #menubar width + 2em */
     793  padding:0 5px 0 0;
     794  margin: 0 5px 0 227px;
     795  z-index:99;
    788796}
    789797/* Set minimum width of the page before getting a scrollbar */
     
    10761084/* Tag Manager */
    10771085.warningDeletion {display:none;font-style:italic;}
     1086
     1087#debug { margin-left: 227px; font-size:12px; }
Note: See TracChangeset for help on using the changeset viewer.