Ignore:
Timestamp:
May 25, 2015, 3:22:49 AM (9 years ago)
Author:
SergeD
Message:

version 1.2.25 - see changelog for details

File:
1 edited

Legend:

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

    r30900 r31175  
    5353
    5454#configContent label:not(.no-bold) { font-weight: normal; }
     55#configContent .submit { margin-left: 1em; }
    5556
    5657.content fieldset h3 { color: #d54e21; border-bottom: #a2bdbf 1px solid; margin-top: 0.3em; margin-bottom: 0.3em; font-size: 1em; letter-spacing: normal; text-align: left; }
     
    5960.content select { width: 51.5%; margin-right: 0.4em; padding: 2px 2px 2px 4px; background-color: #FFF; color: #555555; border: 1px solid #ccc; }
    6061
    61 .content input[type='submit'], .content input[type='button'] { display: inline-block; width: 120px; min-width: 100px; padding: 3px 10px; margin-bottom: 1em;
    62   font-size: 1em; line-height: 1.5em; color: #333333; text-align: center; text-shadow: 0px 1px 1px rgba(255,255,255,0.75); background-color: #fafafa;
    63   background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
    64   background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6); background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
    65   background-image: -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6); background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
    66   background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6); background-repeat: no-repeat; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
    67   border: 1px solid #ccc; border-bottom-color: #bbb; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px;
    68   -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    69   box-shadow: inset 0px 1px 0px rgba(255,255,255,0.2), 0px 1px 2px rgba(0,0,0,0.05); cursor: pointer; margin-left: 1em;
     62.content input[type='submit'], .content input[type='button'] { display: inline-block; width: 120px; min-width: 100px; margin-bottom: 1em; line-height: 1.8em;
     63    padding: 2px 10px 1px;
     64    cursor: pointer;
     65    color: #555;
     66    border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px;
     67    white-space: nowrap;
     68    box-sizing: border-box;
     69    background: none repeat scroll 0% 0% #F7F7F7;
     70    box-shadow: 0px 1px 0px #FFF inset, 0px 1px 0px rgba(0, 0, 0, 0.08);
     71    vertical-align: top;
    7072}
    7173
Note: See TracChangeset for help on using the changeset viewer.