From f59a0712510d2e25a3a689d01517d5e889a047db Mon Sep 17 00:00:00 2001 From: Sipke Schoorstra Date: Wed, 7 Aug 2013 02:11:02 -0700 Subject: [PATCH] #19629: Restoring the style of the "New" menu item to not render an icon and to not be indented. Work Item: 19629 --- src/Orchard.Web/Themes/TheAdmin/Styles/site.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/Orchard.Web/Themes/TheAdmin/Styles/site.css b/src/Orchard.Web/Themes/TheAdmin/Styles/site.css index 500f394e9..e360fa2aa 100644 --- a/src/Orchard.Web/Themes/TheAdmin/Styles/site.css +++ b/src/Orchard.Web/Themes/TheAdmin/Styles/site.css @@ -360,8 +360,13 @@ ul.disc {list-style:disc inside; margin:12px 0;} border-radius: 2px; } #menu .menu-admin ul a:hover, #menu .menu-admin ul a:active {background-color:rgba(101,107,85,0.5);} +#menu .menu-admin .section-new .navicon-new { + background-image: none; + padding: 0; +} ul.menuItems {margin:6px 0 0 0;} + /******Tabs******/ #local-navigation {margin:8px 0 -8px 0;}