Ignore:
Timestamp:
Jan 7, 2014 2:35:40 AM (10 years ago)
Author:
anonymous
Message:

Fixed css widths of input elements.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/css/admin2.inc.css

    r436 r455  
    11/**
    2  * admin.css
     2 * admin2.inc.css
    33 *
    44 * CSS for the Strangecode administration sites.
     
    9595/*     float: left; */
    9696    min-width: 10em;
    97     width: 10em !important; 
     97    width: 10em !important;
    9898    _width: 10em;  /* IE6 hack */
    9999    margin: 0 0 10px 0;
     
    277277}
    278278
    279 #footer a:link, 
     279#footer a:link,
    280280#footer a:visited {
    281281    color: #333;
     
    283283}
    284284
    285 #footer a:active, 
     285#footer a:active,
    286286#footer a:hover {
    287287    color: #333;
     
    304304    margin: 1em 0 0 0;
    305305    padding: 0;
    306     border: 0; 
     306    border: 0;
    307307}
    308308
    309309legend {
    310310    font-size: 90%;
    311     font-weight: bold; 
     311    font-weight: bold;
    312312    padding: 0;
    313313    margin: 0;
     
    318318.sc-small,
    319319.sc-medium,
    320 .sc-large, 
     320.sc-large,
    321321.sc-full,
    322322#sc-captcha-input,
Note: See TracChangeset for help on using the changeset viewer.