Ignore:
Timestamp:
1 Feb 2014, 09:20:08 (11 years ago)
Author:
Henrik Bettermann
Message:

Next try to format select elements coming from zope.formlib or from Kofa pagetemplates.

File:
1 edited

Legend:

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

    r11021 r11026  
    139139}
    140140
    141 select, .textType, textarea, .dataTables_filter input {
     141.value select, .phone-input, .textType, textarea, .dataTables_filter input {
    142142    background-color: #FFFFFF;
    143143    border: 1px solid #CCCCCC;
     
    151151}
    152152
     153.value select, .half {
     154    width: 50%;
     155}
     156
    153157textarea {
    154158    font-family: Courier,"Courier New",monospace;
     
    165169.form-table td.fieldname {
    166170    vertical-align: top;
    167 }
    168 
    169 select {
    170     width: 50%;
    171171}
    172172
Note: See TracChangeset for help on using the changeset viewer.