summaryrefslogtreecommitdiffstats
path: root/web/sass-files/sass/partials/_search.scss
diff options
context:
space:
mode:
authorAsaad Mahmood <Unknowngi@live.com>2015-07-17 03:53:58 +0500
committerAsaad Mahmood <Unknowngi@live.com>2015-07-17 03:53:58 +0500
commit4329437ea690fc07f3727325c54a349eada8aa11 (patch)
treecbe1ed640f2e5b3464f114a54a010cbe80bd09be /web/sass-files/sass/partials/_search.scss
parent3f328546f8af55f655290aefad245b0f3b049bcd (diff)
downloadchat-4329437ea690fc07f3727325c54a349eada8aa11.tar.gz
chat-4329437ea690fc07f3727325c54a349eada8aa11.tar.bz2
chat-4329437ea690fc07f3727325c54a349eada8aa11.zip
Improving search header for mobile layouts and other UI changes
Diffstat (limited to 'web/sass-files/sass/partials/_search.scss')
-rw-r--r--web/sass-files/sass/partials/_search.scss13
1 files changed, 6 insertions, 7 deletions
diff --git a/web/sass-files/sass/partials/_search.scss b/web/sass-files/sass/partials/_search.scss
index 8d51d00c0..d4a4da243 100644
--- a/web/sass-files/sass/partials/_search.scss
+++ b/web/sass-files/sass/partials/_search.scss
@@ -2,21 +2,20 @@
padding: 8px 8px 8px 0;
}
.sidebar__collapse {
- width: 20px;
- height: 30px;
+ width: auto;
+ height: auto;
position: absolute;
- top: 10px;
- left: 6px;
+ top: 17px;
+ right: 15px;
cursor: pointer;
- background: url("../images/arrow-left.png") center no-repeat;
- @include background-size(10px 15px);
z-index: 5;
display: none;
}
.sidebar__search-icon {
position: absolute;
- left: 40px;
+ left: 15px;
top: 18px;
+ font-size: 16px;
@include opacity(0.8);
display: none;
}