Ignore:
Timestamp:
27 Jan 2014, 12:23:26 (11 years ago)
Author:
Henrik Bettermann
Message:

Beautify data tables.

File:
1 edited

Legend:

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

    r10986 r10987  
    9898/* Kofa forms */
    9999
    100 select, .textType, textarea {
     100select, .textType, textarea, .dataTables_filter input {
    101101    background-color: #FFFFFF;
    102102    border: 1px solid #CCCCCC;
     
    124124
    125125.error {
    126   color: red;
     126    color: red;
     127}
     128
     129 /* dataTables stuff */
     130
     131.dataTables_wrapper {
     132    min-height: 50px;
     133    margin-bottom: 50px;
     134}
     135
     136.dataTables_length {
     137    display: none;
     138}
     139
     140.dataTables_filter input {
     141    width: 60%;
    127142}
    128143
Note: See TracChangeset for help on using the changeset viewer.