Edgewall Software

Changeset 8246


Ignore:
Timestamp:
May 29, 2009, 6:34:56 PM (15 years ago)
Author:
Remy Blank
Message:

0.11-stable: Attempted fixing the layout of admin panels containing a table, when the table stops shrinking. Previously, the "Add …" panels were overlapping the table. Now, the panel content gets a scroll bar.

Tested with Firefox 3, Opera 9, Konqueror, IE7 and Safari.

Related to #8291.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/0.11-stable/trac/htdocs/css/admin.css

    r7464 r8246  
    2020}
    2121
    22 #tabcontent { padding: 0.4em 2em; margin-left: 12em; min-height: 300px; }
     22#tabcontent { padding: 0.4em 0 0.4em 2em; margin-left: 12em; min-height: 300px; }
    2323#tabcontent h2 { color: #333; margin-top: 0; }
     24#tabcontent form { overflow: auto; padding: 0 1px; }
    2425p.help { color: #666; font-size: 90%; margin: 1em .5em .5em; }
    2526
    2627#enumlist tbody td { vertical-align: middle; }
    2728
    28 form.addnew { clear: right; float: right; margin: -2em 0 4em; width: 33% }
    29 form.mod { margin-top: 1em; }
     29#tabcontent form.addnew { clear: right; float: right; margin: -2em 0 2em 2em; width: 33%; overflow: visible; padding: 0 }
     30#tabcontent form.mod { margin-top: 1em; overflow: visible; padding: 0 }
     31form.mod fieldset { margin: 0 }
    3032form.mod .field { margin: .5em 0; }
    3133form .field em { color: #888; font-size: smaller }
    3234form .field .disabled em { color: #d7d7d7 }
    3335
    34 table.listing { clear: none; width: 64% }
     36table.listing { clear: none; }
    3537table.listing .sel, table.listing .default { text-align: center; width: 1% }
    3638table.listing .num { text-align: right; width: 1% }
     
    3941form#addplug { width: 35% }
    4042.plugin { background: #f7f7f7; border: 1px solid #d7d7d7; margin: 0 0 2em;
    41   padding: 2px .5em; text-align: left; width: 60%;
     43  padding: 2px .5em; text-align: left;
    4244}
    4345.plugin h3 { margin: .5em 0; color: #bb0000;}
    4446.plugin h3 a {
    45  padding: 2px .5em; text-align: left; width: 60%;
     47 padding: 2px .5em; text-align: left;
    4648}
    4749.plugin h3 a { background: url(../expanded.png) 0 50% no-repeat;
Note: See TracChangeset for help on using the changeset viewer.