Changeset 10292 for main/ngren.theme


Ignore:
Timestamp:
11 Jun 2013, 10:37:26 (11 years ago)
Author:
uli
Message:

Give text in submit buttons, etc. more space.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/ngren.theme/trunk/ngren/theme/ngren_theme/css/style.css

    r10291 r10292  
    2828input[type="file"], input[type="image"], input[type="submit"], input[type="reset"], input[type="button"], input[type="radio"], input[type="checkbox"] {
    2929        float: left;
     30}
     31
     32button, html input[type="button"], input[type="reset"], input[type="submit"] {
     33        padding: 1px 6px;
    3034}
    3135
Note: See TracChangeset for help on using the changeset viewer.