Ignore:
Timestamp:
24 Jan 2014, 17:33:49 (11 years ago)
Author:
Henrik Bettermann
Message:

theme.html: Split div element.

More style adjustments.

File:
1 edited

Legend:

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

    r10982 r10985  
    113113    padding: 6px 12px;
    114114    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    115     width: 100%
     115    width: 100%;
     116    margin: 0px 4px 0px 0px;
     117}
     118
     119select {
     120    width: 50%;
    116121}
    117122
    118123.phone-input {
    119     width: 25%
     124    width: 30%
    120125}
    121126
     
    125130}
    126131
     132.error {
     133  color: red;
     134}
    127135
    128136/* Smartphone styles */
Note: See TracChangeset for help on using the changeset viewer.