Ignore:
Timestamp:
Jun 4, 2013, 6:44:34 AM (11 years ago)
Author:
rvelices
Message:

feature 2916 Replace raphael with symbol fonts
I added more icons than before (I think it's better as we can find links faster but that's arguable ...)

File:
1 edited

Legend:

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

    r22664 r23029  
    156156/* .tabsheet a:hover */
    157157.tabsheet li.selected_tab  a { color: #555; }
    158 .tabsheet a span { display:block; font-size:10px; margin-right:2px; padding:0 3px 0 1px; }
     158.tabsheet a span { font-size:10px; margin-right:2px; padding:0 3px 0 1px; }
    159159
    160160.sort { clear: none; }
     
    175175#menubar dl.first dt {border-radius:0 6px 0 0;}
    176176#menubar dl.last {border-bottom:1px solid #ddd; border-radius:0 0 6px 0;}
    177 #menubar dt { background-color: #ddd; margin: 0; display: block; font-weight:bold;
    178 position:relative; padding: 5px 1px 4px 5px; font-size: 13px; color: #777; }
    179 #menubar dt  span { cursor:pointer; }
     177#menubar dt {
     178        background-color: #ddd; margin: 0; display: block; font-weight:bold;
     179        position:relative; padding: 5px 1px 4px 5px; font-size: 13px; color: #777;
     180        cursor:pointer;
     181}
    180182#menubar li { margin: 0; padding-left:10px; }
    181183#menubar li A { display:block; }
Note: See TracChangeset for help on using the changeset viewer.