Ignore:
Timestamp:
Feb 18, 2012, 11:09:08 PM (12 years ago)
Author:
plg
Message:

change color scheme on submit buttons for clear theme: white text on dark gray
background and orange background on :hover.

On many places, the submit buttons are now left aligned (instead of centered)

On configuration option screens, the "Reset" button was removed: useless and
confusing.

Much simpler "Quick Local Synchronization" button on admin/intro.tpl for admin
theme clear.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/admin/themes/default/theme.css

    r13079 r13244  
    349349FORM P {
    350350        text-align: center;
    351         margin-top: 2em;
    352         margin-bottom: 2em;
     351        margin:1em;
    353352}
    354353
     
    356355  text-align: left;
    357356}
     357
     358form p.formButtons {text-align:left;}
    358359
    359360FORM FIELDSET P {
    360361        margin-top: 1em;
    361362        margin-bottom: 0;
     363        text-align:left;
    362364}
    363365
Note: See TracChangeset for help on using the changeset viewer.