Changeset 5165 for trunk/admin/themes


Ignore:
Timestamp:
Mar 17, 2010, 8:33:26 PM (14 years ago)
Author:
plg
Message:

add #aaa border on content and menubar for clear admin theme

Location:
trunk/admin/themes
Files:
2 edited

Legend:

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

    r5163 r5165  
    3434.throw em { font-style: normal; color: #0cc9c; }
    3535#content { background: #f1f1f1; min-height: 467px;}
    36 .content { padding:0 5px 5px; margin: 0 10px 0 252px; z-index:99; }
     36.content { padding:0 5px 5px; margin: 0 10px 0 252px; z-index:99; border: 1px solid #aaa;}
    3737.content h3 { font-size:20px; letter-spacing:-0.4px; margin:0 20px 12px 0;
    3838 text-align:center; background:none; border: 0; }
     
    101101/* tabsheets are often used in admin  pages => No specific css files */
    102102.tabsheet {
    103 background-color:#f9f9f9; border:0px none; border-bottom:1px solid #aaa; display:table;
     103background-color:#f9f9f9; border:1px solid #f9f9f9; border-bottom:1px solid #aaa; display:table;
    104104font-family:verdana,arial,helvetica,sans-serif; font-size:8px;
    105105list-style-image:none; padding: 0; position:relative; text-decoration:none;
    106 top:-2px; white-space:nowrap; margin: 0 0 0 -5px; padding-left:10px;
     106top:-2px; white-space:nowrap; margin: 0 0 0 -6px; padding-left:10px;
    107107width:100%; }
    108108.tabsheet li { background:#f1f1f1; float:left; margin:0 6px 0 0; overflow:hidden; text-align:right; border:1px solid #aaa; border-bottom:none; position:relative; top:11px; -moz-border-radius-topleft:5px; -moz-border-radius-topright:5px;}
     
    135135
    136136#menubar dd { margin: 0; padding: 0; height:232px; }
    137 #menubar dl { width: 207px; border:0; margin: 0; padding: 0; display: block; min-height:35px; border:1px solid #ddd; background-color:#f1f1f1}
     137#menubar dl { width: 207px; border:0; margin: 0; padding: 0; display: block; min-height:35px; border:1px solid #ddd; background-color:#f1f1f1; border-left:1px solid #aaa; border-right:1px solid #aaa;}
     138#menubar dl.first {border-top:1px solid #aaa;}
     139#menubar dl.last {border-bottom:1px solid #aaa;}
    138140#menubar dt { background-color: #ddd; margin: 0; display: block; font-weight:bold;
    139141position:relative; padding: 5px 1px 4px 5px; font-size: 13px; color: #777; }
  • trunk/admin/themes/default/template/admin.tpl

    r5143 r5165  
    6464    </dd>
    6565  </dl>
    66   <dl>
     66  <dl class="last">
    6767    <dt class="rdion"><span>{'Specials'|@translate}&nbsp;</span></dt>
    6868    <dd>
Note: See TracChangeset for help on using the changeset viewer.