Changeset 18976


Ignore:
Timestamp:
Nov 8, 2012, 10:12:26 PM (11 years ago)
Author:
rvelices
Message:

cleanup admin css

Location:
trunk/admin/themes
Files:
5 edited

Legend:

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

    r18610 r18976  
    2626input[type="radio"], input[type="checkbox"] { background-color: transparent; }
    2727
    28 INPUT[type="submit"], INPUT[type="button"], INPUT[type="reset"] {
    29         color:#666;
    30         border: 1px solid #777;
     28
     29
     30INPUT[type="text"], INPUT[type="password"], INPUT[type="file"] {
    3131        background-color: #ddd;
    32         padding: 1px 15px;
    33 }
    34 
    35 
    36 INPUT[type="text"], INPUT[type="password"], INPUT[type="button"],
    37 INPUT[type="submit"], INPUT[type="reset"], INPUT[type="file"] {
    38         background-color: #ddd;
    39 }
    40 
    41 INPUT.text, INPUT.password, INPUT.button,
    42 INPUT.submit, INPUT.reset, INPUT.file,
     32}
     33
    4334SELECT, TEXTAREA {
    4435        background-color: #ddd;
    4536}
    4637
    47 INPUT:focus, SELECT:focus, TEXTAREA:focus, INPUT.focus, FORM .focus, INPUT.submit:hover {
     38INPUT:focus, SELECT:focus, TEXTAREA:focus {
    4839  background-color: #eee;
    4940  color: #666;
     
    5243INPUT, SELECT, TEXTAREA { border: 1px solid #999; }
    5344
    54 
    55 INPUT[type="button"]:hover, INPUT[type="submit"]:hover, INPUT[type="reset"]:hover {
    56   cursor:pointer;
    57   color:#666;
    58   border-color: #999;
    59 }
    6045
    6146
     
    7156  top: 70px;
    7257}
    73 html, body { min-height: 100%; }
    74 body { margin: 0; padding: 0; background:#f9f9f9 }
     58html, body {
     59        min-height: 100%;
     60        background-color: #f9f9f9;
     61}
     62
    7563/* #the_page { margin: 0; padding: 0; z-index: 1; top:0px; */
    7664/* padding-top: 0; min-height: 100%; width:100%; position:absolute; left:0px; } */
     
    11098.tagSelected LABEL {color:black;}
    11199
    112 .content ul.categoryActions a img { margin-left: 10px; }
    113100ul.thumbnails input { color:#666; font-size:10px; margin:0; background-color:#bbb; text-align: center;}
    114101INPUT.bigbutton:hover { background-color: #ddd;  color:#0cc; border: 0; }
     
    312299
    313300input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover, a.bigButton:hover {
     301        cursor: pointer;
    314302  background-color:#ff7700;
    315303  color:white;
  • trunk/admin/themes/default/print.css

    r12670 r18976  
    1 #menubar, .content .navigationBar, UL.categoryActions,
     1#menubar, .content .navigationBar,
    22.navThumb, #addComment {
    33    display: none;
  • trunk/admin/themes/default/template/group_list.tpl

    r12482 r18976  
    1010    </span>
    1111    <input type="text" id="groupname" name="groupname" maxlength="50" size="20">
     12                <input type="submit" name="submit_add" value="{'Add'|@translate}">
     13                <input type="hidden" name="pwg_token" value="{$PWG_TOKEN}">
    1214
    13     <p>
    14       <input class="submit" type="submit" name="submit_add" value="{'Add'|@translate}">
    15       <input type="hidden" name="pwg_token" value="{$PWG_TOKEN}">
    16     </p>
    1715  </fieldset>
    1816</form>
  • trunk/admin/themes/default/theme.css

    r18610 r18976  
    77.content dt { margin-bottom: 5px; font-style: italic;
    88  font-size: 110%; }
    9 .content ul.categoryActions a img, ul.categoryActions a {
    10 border:0; margin-bottom:-5px; }
    119ul.categoryActions { margin: 0 2px; width: auto; list-style-position:outside;
    1210  padding: 0; text-indent: 0; list-style: none; text-align: center; }
    13 .content div.titrePage ul.categoryActions { float: right; }
    1411.content div.titrePage { padding: 0 0 3px; }
    15 .content ul.categoryActions li { display: inline; }
    1612.content div.comment { margin: 0 0 0.5em 0; padding: 0;
    1713  overflow: hidden; width: 100%;        /* don't ask why. It's a very usefull trick  */ }
     
    175171}
    176172
    177 FORM#categoryOrdering UL.categoryActions {
    178         float: right;
    179         height:45px;
    180         line-height:45px;
    181 }
    182 /* */
    183173
    184174/* menuOrdering */
     
    287277
    288278BODY {
    289         margin: 5px;
    290         padding: 0;
    291279        font-size: 0.8em;
    292280        font-family: "Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif;
     
    910898/* Tables & forms */
    911899
    912 INPUT.text, INPUT.password, INPUT.button,
    913 INPUT.submit, INPUT.reset, INPUT.file,
    914900SELECT, TEXTAREA {
    915901  color:#999;
     
    917903}
    918904
    919 INPUT:focus, SELECT:focus, TEXTAREA:focus, INPUT.focus, FORM .focus {
     905INPUT:focus, SELECT:focus, TEXTAREA:focus {
    920906  background-color: #444;       /* whitesmoke */
    921907}
  • trunk/admin/themes/roma/theme.css

    r18610 r18976  
    7373fieldset { border: 2px solid #333; }
    7474INPUT, SELECT, TEXTAREA { border: 1px solid #666; }
    75 input:focus, select:focus, textarea:focus, input.focus, form .focus { background-color:#444;color: #999; }
     75input:focus, select:focus, textarea:focus {
     76        background-color: #444;
     77        color: #999;
     78}
     79
    7680TEXTAREA { cursor:text; font-size: 13px; }
    7781.tagSelection label { padding-right:12px; }
    7882.tagSelection LI.tagSelected {background-color:#aaa;}
    7983.tagSelected LABEL {color:#000;}
    80 .content ul.categoryActions a img { margin-left: 10px; }
    8184ul.thumbnails input { color:#999; font-size:10px; margin:0; background-color:#444; text-align: center;}
    8285INPUT[type="submit"]:hover , INPUT[type="reset"]:hover  { cursor: pointer; }
Note: See TracChangeset for help on using the changeset viewer.