Changeset 22580


Ignore:
Timestamp:
May 10, 2013, 6:49:09 AM (11 years ago)
Author:
rvelices
Message:

clean admin unused css ...

Location:
trunk/admin/themes
Files:
3 edited

Legend:

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

    r22541 r22580  
    6363/* #the_page { margin: 0; padding: 0; z-index: 1; top:0px; */
    6464/* padding-top: 0; min-height: 100%; width:100%; position:absolute; left:0px; } */
    65 #headbranch { width: 233px; height: 240px; margin: 0; padding: 0;
    66 position:absolute; left:0px; top:0px; z-index: 0;
    67 background:transparent }
    68 h3, .content, .throw, .row1 { background-color: #ddd; }
     65h3, .throw, .row1 { background-color: #ddd; }
    6966.row2 { background-color:#eeeeee; }
    70 #content { background: #f1f1f1; min-height: 467px;}
    71 
    72 .content {
     67
     68#content {
     69        background: #f1f1f1;
    7370  border: 1px solid #aaa;
     71        min-height: 467px;
    7472  margin-left:217px;
    7573  margin-top: 7px;
     
    9997
    10098ul.thumbnails input { color:#666; font-size:10px; margin:0; background-color:#bbb; text-align: center;}
    101 INPUT.bigbutton:hover { background-color: #ddd;  color:#0cc; border: 0; }
    10299.throw  { font-size: 120%; line-height: 26px; padding-top: 10px; font-weight: bold; }
    103100label { cursor:pointer }
     
    298295#pwgMain {padding-left:0}
    299296
    300 .grp_action A, input[type="submit"], input[type="button"], input[type="reset"], a.bigButton {
     297.buttonLike, input[type="submit"], input[type="button"], input[type="reset"] {
    301298  font-size:12px;
    302299  font-weight:bold;
     
    312309}
    313310
    314 .grp_action A:hover, input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover, a.bigButton:hover {
     311.buttonLike:hover, input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover {
    315312        cursor: pointer;
    316   background-color:#ff7700;
    317   color:white;
     313  background-color: #ff7700;
     314  color: white;
     315        text-decoration: none;
    318316}
    319317
  • trunk/admin/themes/default/template/group_list.tpl

    r22516 r22580  
    148148        {foreach from=$groups item=group}
    149149        <p group_id="{$group.ID}" class="grp_action">
    150           {$group.NAME} > {if $group.NB_MEMBERS!=0}<a href="{$group.U_MEMBERS}" title="{'Manage the members'|@translate}">{'Manage the members'|@translate}</a>{else}{'No members to manage'|@translate}{/if}
     150          {$group.NAME} > {if $group.NB_MEMBERS!=0}<a class="buttonLike" href="{$group.U_MEMBERS}" title="{'Manage the members'|@translate}">{'Manage the members'|@translate}</a>{else}{'No members to manage'|@translate}{/if}
    151151        </p>
    152152        {/foreach}
     
    159159        {foreach from=$groups item=group}
    160160        <p group_id="{$group.ID}" class="grp_action">
    161           {$group.NAME} > <a href="{$group.U_PERM}" title="{'Permissions'|@translate}">{'Manage Permissions'|@translate}</a>
     161          {$group.NAME} > <a class="buttonLike" href="{$group.U_PERM}" title="{'Permissions'|@translate}">{'Manage Permissions'|@translate}</a>
    162162        </p>
    163163        {/foreach}
  • trunk/admin/themes/roma/theme.css

    r22541 r22580  
    2323option[disabled] { background-color: #999; color: #444; }
    2424input[type="radio"], input[type="checkbox"] { background-color: transparent; }
    25 /* INPUT[type="checkbox"], INPUT[type="radio"]
    26 { color:#999; background-color: #eee; }  */
    27 .grp_action A, INPUT[type="submit"], INPUT[type="reset"]  { color:#999; border: 1px solid #666; background-color: #444; padding: 1px 15px; }
     25
    2826
    2927h2 { color: #ccc; }
     
    4543/* #the_page { margin: 0; padding: 0; z-index: 1; top:0px; */
    4644/* padding-top: 0; min-height: 100%; width:100%; position:absolute; left:0px; } */
    47 #headbranch { width: 233px; height: 240px; margin: 0; padding: 0;
    48 position:absolute; left:0px; top:0px; z-index: 0;
    49 }
    5045h3, .row2, .content { background-color: #222; }
    5146.throw, .row1 { background-color:#111; }
    5247.throw em { font-style: normal; color: #ff3363; }
    5348
    54 #content { min-height: 466px; margin-top: 15px; }
    55 
    56 .content {
    57   border: 1px solid #222;
     49#content {
     50        border: 1px solid #222;
     51        min-height: 466px;
     52        margin-top: 15px;
    5853}
    5954
     
    7469/* borders */
    7570fieldset { border: 2px solid #333; }
    76 .grp_action A, INPUT, SELECT, TEXTAREA { border: 1px solid #666; }
     71
     72.buttonLike, INPUT, SELECT, TEXTAREA {
     73        border: 1px solid #666;
     74}
    7775input:focus, select:focus, textarea:focus {
    7876        background-color: #444;
     
    212210#ui-datepicker-div .ui-datepicker-days-cell { background-color:#444; border:1px solid #222; border-top-color: #444; border-left-color: #444;}
    213211INPUT[type="text"].large  { width: 317px; }
    214 .grp_action A, input[type="button"], input[type="submit"], input[type="reset"] {
    215 color:#ff3363; background-color:#222; border-color: #ff3363; }
    216 .grp_action A:hover, input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover {
    217 color:#999; border-color: #666; }
     212
     213.buttonLike, input[type="button"], input[type="submit"], input[type="reset"] {
     214        color:#ff3363;
     215        background-color:#222;
     216        border-color: #ff3363;
     217        padding: 1px 15px;
     218}
     219
     220.buttonLike:hover, input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover {
     221        color:#999;
     222        border-color: #666;
     223        text-decoration: none;
     224}
     225
    218226.bigbutton { background:transparent url(images/quickLocalSync_inactiv.png) no-repeat scroll left top; display: block;
    219227color:#111; font-size:28px; height:161px; margin: 0 20px 0 auto; padding:0 18px 0; text-align:center; width:625px;
Note: See TracChangeset for help on using the changeset viewer.