From 5fa374e4eb423652d502d1785feb214cb687a2ea Mon Sep 17 00:00:00 2001 From: Asaad Mahmood Date: Wed, 29 Jul 2015 21:18:49 +0500 Subject: Fixing LHS Header css --- web/sass-files/sass/partials/_headers.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'web/sass-files/sass') diff --git a/web/sass-files/sass/partials/_headers.scss b/web/sass-files/sass/partials/_headers.scss index 2c5f845d2..52c6c2d98 100644 --- a/web/sass-files/sass/partials/_headers.scss +++ b/web/sass-files/sass/partials/_headers.scss @@ -85,6 +85,7 @@ .sidebar--left, .sidebar--menu { .team__header { position: relative; + padding: 10px; @include legacy-pie-clearfix; &:before { @include single-transition(all, 0.05s, linear); @@ -145,7 +146,7 @@ } .header__info { color: #fff; - padding: 10px 10px 10px 14px; + padding-left: 4px; z-index: 1; position: relative; } -- cgit v1.2.3-1-g7c22 From a9da77908a1c4a01b7f0ce7cb253a77e3eebb407 Mon Sep 17 00:00:00 2001 From: Asaad Mahmood Date: Wed, 29 Jul 2015 21:36:24 +0500 Subject: Updating color of hover on LHS Header --- web/sass-files/sass/partials/_headers.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web/sass-files/sass') diff --git a/web/sass-files/sass/partials/_headers.scss b/web/sass-files/sass/partials/_headers.scss index 52c6c2d98..fb37c43eb 100644 --- a/web/sass-files/sass/partials/_headers.scss +++ b/web/sass-files/sass/partials/_headers.scss @@ -99,7 +99,7 @@ } &:hover { &:before { - background: rgba(black, 0.05); + background: rgba(black, 0.1); } .user__name { color: #fff; -- cgit v1.2.3-1-g7c22 From 3866358c0a59b32ced42bce9aaaf3a0091968f07 Mon Sep 17 00:00:00 2001 From: Asaad Mahmood Date: Wed, 29 Jul 2015 22:09:08 +0500 Subject: Minor Ui updates regarding the search and the center channel header on mobile. --- web/sass-files/sass/partials/_navbar.scss | 14 +++++++------- web/sass-files/sass/partials/_responsive.scss | 2 +- web/sass-files/sass/partials/_search.scss | 8 ++++---- 3 files changed, 12 insertions(+), 12 deletions(-) (limited to 'web/sass-files/sass') diff --git a/web/sass-files/sass/partials/_navbar.scss b/web/sass-files/sass/partials/_navbar.scss index e5e67a9e0..905907d84 100644 --- a/web/sass-files/sass/partials/_navbar.scss +++ b/web/sass-files/sass/partials/_navbar.scss @@ -5,15 +5,15 @@ .navbar-default { position: absolute; border: none; - min-height: 50px; + min-height: 45px; background: $primary-color; .navbar-nav { > li { > a { - height: 50px; + height: 45px; padding: 0 1.3em; i { - line-height: 50px; + line-height: 45px; } } } @@ -24,8 +24,8 @@ border-radius: 0; margin: 0; padding: 0 10px; - line-height: 53px; - height: 50px; + line-height: 48px; + height: 44px; z-index: 5; fill: #fff; .icon-bar { @@ -38,8 +38,8 @@ } .navbar-brand { padding: 0 0.5em; - height: 50px; - line-height: 50px; + height: 45px; + line-height: 45px; float: none; font-size: 16px; .heading { diff --git a/web/sass-files/sass/partials/_responsive.scss b/web/sass-files/sass/partials/_responsive.scss index f3f9cd477..81b94ab5a 100644 --- a/web/sass-files/sass/partials/_responsive.scss +++ b/web/sass-files/sass/partials/_responsive.scss @@ -466,7 +466,7 @@ } .search__form { border: none; - padding: 7px 20px 0 45px; + padding: 7px 20px 0 49px; height: 45px; position: relative; @include single-transition(all, 0.2s, linear); diff --git a/web/sass-files/sass/partials/_search.scss b/web/sass-files/sass/partials/_search.scss index 0d005bfe2..e2168ef75 100644 --- a/web/sass-files/sass/partials/_search.scss +++ b/web/sass-files/sass/partials/_search.scss @@ -16,13 +16,13 @@ fill: #FFF; position: absolute; left: 0; - font-size: 33px; - width: 45px; + font-size: 35px; + width: 49px; @include single-transition(all, 0.2s, linear); @include translateX(0px); text-align: center; - padding-right: 2px; - line-height: 42px; + padding-left: 1px; + line-height: 40px; display: none; } .sidebar__search-icon { -- cgit v1.2.3-1-g7c22