menu icons

This commit is contained in:
Matthias Kretschmann 2012-02-27 13:00:38 +01:00
parent 7d2fe8ad26
commit 2a1dfc6bcc
1 changed files with 40 additions and 1 deletions

View File

@ -87,14 +87,47 @@ a:hover {
}
.icon:before,
td.actions .button:before {
td.actions .button:before,
li#admin_menu_logout_link:before,
#admin_menu li.admin_menu_toplevel a:before,
li#admin_menu_help_link a:before {
font-family: 'iconSweetsRegular';
font-weight: normal;
}
.icon.link:before {
content: "Q";
}
li#admin_menu_logout_link:before {
content: "d";
margin-right: .5em;
font-size: 16px;
}
#admin_menu li.admin_menu_toplevel a:before {
margin-right: .7em;
font-size: 16px;
}
li#admin_menu_admin_link a:before {
content: "0";
}
li#admin_menu_tools_link a:before {
content: "m";
}
li#admin_menu_plugins_link a:before {
content: "l";
}
li#admin_menu_help_link a:before {
content: "?";
margin-right: .7em;
font-size: 16px;
}
#public h1.icon.link:before {
display: block;
font-size: .8em;
@ -148,6 +181,12 @@ td.actions .button_delete:before {
color: #4e1b1c;
}
td.actions .button.disabled, #add-button.disabled {
border: none;
background: transparent;
opacity: .4;
}
#wrap > h1:first-child {
display: none;
}