Ignore:
Timestamp:
Jun 20, 2013, 1:10:00 AM (11 years ago)
Author:
plg
Message:

feature 2916 (admin icons):

  • all level 2 admin menus have an icon
  • bigger right-margin (0.5em instead of 0.2em) on #menubar dd icons
  • many tabs get an icon (list plugins/themes/languages, update, add; add photos, history)

Specific changes on "roma" (dark admin theme)

  • menu icons in grey #666
  • no text-decoration on icons
File:
1 edited

Legend:

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

    r23275 r23382  
    156156}
    157157#menubar dt  span { background-color: #111; }
    158 #menubar li { margin: 0 0 0 6px; }
     158#menubar li { margin: 0 0 0 12px; }
    159159#menubar li.external { list-style-image:url(images/external_inactive.png); padding:10px 0px 0pt 10px; }
    160160#menubar li.external:hover { list-style-image:url(images/external_active.png); }
    161161#menubar ul { color: #333; margin:0 9px 0 9px; line-height: 16px;
    162   list-style-type: square; list-style-position: inside; padding: 0; }
     162  list-style-type: none; list-style-position: inside; padding: 0; }
    163163#menubar ul.scroll { overflow-y:auto; max-height:500px;}
     164
     165#menubar dd [class^="icon-"]:before {
     166    color: #666;
     167    text-decoration:none;
     168}
    164169
    165170/* jQuery tooltips */
Note: See TracChangeset for help on using the changeset viewer.