From 845e82e57ec7da4d0278cf399f03beade66ce24c Mon Sep 17 00:00:00 2001 From: Rnhmjoj Date: Tue, 11 Mar 2014 18:05:22 +0100 Subject: [PATCH] Increase satusab height and remove tabbar padding --- stylesheets/panels.less | 3 ++- stylesheets/tabs.less | 5 ++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/stylesheets/panels.less b/stylesheets/panels.less index b202b10..0a8ba54 100644 --- a/stylesheets/panels.less +++ b/stylesheets/panels.less @@ -11,7 +11,8 @@ .tool-panel { .text(normal); position: relative; - + height: 36px; + line-height: 36px; background-color: @tool-panel-background-color; } diff --git a/stylesheets/tabs.less b/stylesheets/tabs.less index 399aea7..1b7b3fb 100644 --- a/stylesheets/tabs.less +++ b/stylesheets/tabs.less @@ -10,7 +10,6 @@ .tab-bar { height: @tab-height + @tab-top-padding; background: @tab-bar-background-color; - padding: 0 13px 0 10px; box-sizing: border-box; &:after { @@ -65,7 +64,7 @@ } &:first-child { - margin-left: 20px; + margin-left: 17px; } &:hover { @@ -97,7 +96,7 @@ height: @tab-height; } &:before { - border-right: 0; + border-right: 0; } }