From 0650c6b942947f7b42340614b3005120888a5179 Mon Sep 17 00:00:00 2001 From: Felix Niklas Date: Wed, 24 Sep 2014 12:09:24 +0200 Subject: [PATCH] nav-pills refactor --- app/assets/stylesheets/zzz.css.erb | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/app/assets/stylesheets/zzz.css.erb b/app/assets/stylesheets/zzz.css.erb index 9f26ebeee..2628ba1c0 100644 --- a/app/assets/stylesheets/zzz.css.erb +++ b/app/assets/stylesheets/zzz.css.erb @@ -1920,9 +1920,12 @@ footer { } .nav-pills > li > a { + padding: 0; + height: 40px; + display: flex; color: #0f94d6; + line-height: 39px; border-radius: 0; - padding: 8px 0; border-top: 1px solid #f2f2f3; } @@ -1957,9 +1960,12 @@ footer { } .badge { + min-width: 0; padding: 0; + margin-right: 5px; font-size: inherit; font-weight: normal; + text-align: left; color: #d0d2d3; background: none; border-radius: 0;