Ignore:
Timestamp:
29 Jan 2014, 11:23:13 (11 years ago)
Author:
Henrik Bettermann
Message:

Further adjustments of forms, tables and buttons in browser module.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/branches/uli-diazo-themed/layout/static/css/base.css

    r10994 r10999  
    5353
    5454.kofa-content-wide .well, .kofa-content-narrow .well {
    55     padding: 0px 20px 10px 20px;
     55    padding: 10px 20px 10px 20px;
    5656}
    5757
     
    8585    margin: 4px;
    8686    font-size: 13px;
     87    display: inline;
    8788}
    8889
     
    107108}
    108109
    109 .form-table td, .input-table td {
     110.form-table td {
    110111    padding: 5px 0px 5px 4px;
    111112    border-top: none;
     
    128129}
    129130
     131.form-table td {
     132    vertical-align: bottom;
     133}
     134
     135.form-table td.fieldname {
     136    vertical-align: top;
     137}
     138
    130139select {
    131140    width: 50%;
    132141}
    133142
    134 .ordered-selection-field select {
     143.ordered-selection-field select , .inline-selection-field select {
    135144    width: 100%;
    136145}
Note: See TracChangeset for help on using the changeset viewer.