From c36f3152f5a375de1562d1d37a51dfbd134b1753 Mon Sep 17 00:00:00 2001 From: chris Date: Wed, 9 Jan 2013 21:35:54 +0800 Subject: [PATCH] Changes in css for structure icon and sidebar padding --- app/assets/stylesheets/icons.css.erb | 3 ++- app/assets/stylesheets/style.css.erb | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/app/assets/stylesheets/icons.css.erb b/app/assets/stylesheets/icons.css.erb index f61fef21..6335a8b9 100644 --- a/app/assets/stylesheets/icons.css.erb +++ b/app/assets/stylesheets/icons.css.erb @@ -63,7 +63,8 @@ a [class*=" icon"] { display: inline; /* keeps button heights with and without icons the same */ - line-height: .6em; + line-height: 1.4em; + font-size: 1.5em; } .btn [class^="icon"].icon-spin, .nav [class^="icon"].icon-spin, diff --git a/app/assets/stylesheets/style.css.erb b/app/assets/stylesheets/style.css.erb index 24ba4707..f86c9a91 100644 --- a/app/assets/stylesheets/style.css.erb +++ b/app/assets/stylesheets/style.css.erb @@ -548,6 +548,7 @@ margin-left:40px; } .folded #main-sidebar .nav { + padding-right: 0; padding-left: 12px; width: 28px; white-space: nowrap;