Ignore:
Timestamp:
Apr 1, 2019, 3:05:20 AM (5 years ago)
Author:
SergeD
Message:

version 1.3.1 - see changelog for details

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/greydragon/admin/css/styles.css

    r31733 r31979  
    4848
    4949input[type=checkbox] { display: none; }
     50.gd-checkbox { font-size: 1.5em; color: #555; width: 1em; line-height: 1.3em; }
     51.gd-checkbox.success { color: #0C0; }
     52.gd-checkbox.error   { color: #C00; }
     53
    5054.graphicalCheckbox   { font-size: 16px; line-height: 16px; color: #555; }
    5155.graphicalCheckbox.success { color: #0C0; }
     
    6064.content select { width: 51.5%; margin-right: 0.4em; padding: 2px 2px 2px 4px; background-color: #FFF; color: #555555; border: 1px solid #ccc; }
    6165
    62 .content input[type='submit'], .content input[type='button'] { font-weight: normal; display: inline-block; width: 120px; min-width: 100px; margin-bottom: 1em; line-height: 1.8em;
     66.content input[type='submit'], .content input[type='button'] { font-weight: bold; display: inline-block; width: 120px; min-width: 100px; margin-bottom: 1em; line-height: 1.8em;
    6367    padding: 2px 10px 1px; cursor: pointer; color: #555; border-radius: 0; -webkit-border-radius: 0; -moz-border-radius: 0;
    6468    white-space: nowrap; box-sizing: border-box; background: none repeat scroll 0% 0% #F7F7F7; vertical-align: top;
Note: See TracChangeset for help on using the changeset viewer.