From 2a1dfc6bccfb5ad3a3459a8b8d01570fa641b571 Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Mon, 27 Feb 2012 13:00:38 +0100 Subject: [PATCH] menu icons --- user/css/krtmn.css | 41 ++++++++++++++++++++++++++++++++++++++++- 1 file changed, 40 insertions(+), 1 deletion(-) diff --git a/user/css/krtmn.css b/user/css/krtmn.css index 292a4d1..f946384 100644 --- a/user/css/krtmn.css +++ b/user/css/krtmn.css @@ -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; }