Ignore:
Timestamp:
22 Jan 2014, 18:18:07 (11 years ago)
Author:
Henrik Bettermann
Message:

Adjust css classes in Kofa forms.

File:
1 edited

Legend:

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

    r10917 r10957  
    2727    padding-left: 8px;
    2828}
     29
     30/* Kofa forms */
     31
     32select, .textType, textarea {
     33    background-color: #FFFFFF;
     34    border: 1px solid #CCCCCC;
     35    border-radius: 4px;
     36    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
     37    color: #555555;
     38    padding: 6px 12px;
     39    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
     40    width: 100%
     41}
     42
     43.phone-input {
     44    width: 25%
     45}
     46
     47.hint {
     48    padding: 0px 0px 5px 0px;
     49    color: #bfbfbf;
     50}
Note: See TracChangeset for help on using the changeset viewer.