Ignore:
Timestamp:
Dec 31, 2016, 2:01:53 AM (7 years ago)
Author:
SergeD
Message:

version 1.2.28 - see changelog for details

File:
1 edited

Legend:

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

    r31232 r31733  
    3232.content div.titrePage { height: auto; padding: 0.2em 0 0 0.5em; }
    3333.titrePage h2 { color: #000; text-align: left; }
    34 .titrePage .left-links { float: right; padding-right: 1.4em; top: 0; right: 0; position: absolute; }
     34.titrePage .left-links { float: right; padding-right: 1.4em; top: 0; right: 0; position: absolute; text-transform: capitalize; }
    3535.titrePage .left-links ul { float: right; margin-top: 0; line-height: 2.2em; }
    3636.titrePage .left-links li { line-height: 2.5em; list-style-type: none; float: left; color: #618299; display: inline; text-shadow: 0px 1px 0px #ffffff; }
     
    6161
    6262.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;
    63     padding: 2px 10px 1px; cursor: pointer; color: #555; border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px;
    64     white-space: nowrap; box-sizing: border-box; background: none repeat scroll 0% 0% #F7F7F7; box-shadow: 0px 1px 0px #FFF inset, 0px 1px 0px rgba(0, 0, 0, 0.08);
    65     vertical-align: top;
     63    padding: 2px 10px 1px; cursor: pointer; color: #555; border-radius: 0; -webkit-border-radius: 0; -moz-border-radius: 0;
     64    white-space: nowrap; box-sizing: border-box; background: none repeat scroll 0% 0% #F7F7F7; vertical-align: top;
    6665}
    6766
    68 .content input[type='submit'] { background-color: #0091CD; color: #FFF; border-color: #0073AA; box-shadow: 0px 1px 0px rgba(120, 200, 230, 0.6) inset; }
     67.content input[type='submit'] { background-color: #0091CD; color: #FFF; border-color: #0091CD; }
    6968
    7069form.properties label.textarea { display: inline-block; width: 89%; margin: 0; line-height: 1em; }
Note: See TracChangeset for help on using the changeset viewer.