Ignore:
Timestamp:
Dec 23, 2015 11:22:00 PM (8 years ago)
Author:
anonymous
Message:

Changed form input widths from em to rem. Contingency for empty logMsg() file and line. Minor mm fix.

File:
1 edited

Legend:

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

    r500 r557  
    367367}
    368368
     369.sc-form-row input + input {
     370    margin-top: .5rem;
     371    margin-bottom: .5rem;
     372}
     373
    369374input[type="submit"],
    370375input[type="button"] {
     
    386391select.sc-medium,
    387392label.sc-medium {
    388     width: 21.25em;
     393/* WFT? */
     394/*    width: 21.25rem;*/
    389395}
    390396
Note: See TracChangeset for help on using the changeset viewer.