From 874a89d99b6457ec0c3526eb4f41b936c22458a8 Mon Sep 17 00:00:00 2001 From: Christophe Vilayphiou Date: Tue, 22 May 2012 16:48:57 +0800 Subject: [PATCH] Ray's fix for structure side_bar --- app/assets/stylesheets/sidebar.css.erb | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/app/assets/stylesheets/sidebar.css.erb b/app/assets/stylesheets/sidebar.css.erb index 76d1e4e9..1a77e0e7 100644 --- a/app/assets/stylesheets/sidebar.css.erb +++ b/app/assets/stylesheets/sidebar.css.erb @@ -21,6 +21,15 @@ .nav-list>li>ol { margin-left: 0; } +.nav-list>li>.with_action { + padding-left: 0; +} +.nav-list>li>.with_action>.quick-edit { + margin: 0 0 0 3px !important; +} +.nav-list>li>.with_action>i { + display: none; +} /* #back_sidebar h1 { background: url(<%= asset_path "h1_bg.png" %>) repeat-x scroll left top transparent;