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;