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;