summaryrefslogtreecommitdiffstats
path: root/web/sass-files/sass/partials/_responsive.scss
diff options
context:
space:
mode:
authorAsaad Mahmood <Unknowngi@live.com>2015-09-09 21:07:25 +0500
committerAsaad Mahmood <Unknowngi@live.com>2015-09-09 21:07:25 +0500
commit407b6af7a0be2abcdbf8541a071e17741eca0910 (patch)
treeaabda37634f2fc52e8f4ae0c8e9e5f5d7d952423 /web/sass-files/sass/partials/_responsive.scss
parentf74f066a4472ad5ceac379eb3518307b51a18280 (diff)
parente6d4661aba8c25901329bd3fcff8e01ddc6ae600 (diff)
downloadchat-407b6af7a0be2abcdbf8541a071e17741eca0910.tar.gz
chat-407b6af7a0be2abcdbf8541a071e17741eca0910.tar.bz2
chat-407b6af7a0be2abcdbf8541a071e17741eca0910.zip
Merge branch 'master' of https://github.com/mattermost/platform into mm-1866
Diffstat (limited to 'web/sass-files/sass/partials/_responsive.scss')
-rw-r--r--web/sass-files/sass/partials/_responsive.scss9
1 files changed, 9 insertions, 0 deletions
diff --git a/web/sass-files/sass/partials/_responsive.scss b/web/sass-files/sass/partials/_responsive.scss
index 71e9d0f96..24c79e6c2 100644
--- a/web/sass-files/sass/partials/_responsive.scss
+++ b/web/sass-files/sass/partials/_responsive.scss
@@ -365,6 +365,9 @@
width: 100%;
z-index: 5;
}
+ .modal-title {
+ padding-left: 20px;
+ }
.user-settings {
.tab-header {
display: none;
@@ -526,6 +529,12 @@
height: 45px;
position: relative;
@include single-transition(all, 0.2s, linear);
+ .glyphicon-refresh-animate {
+ right: 33px;
+ top: 15px;
+ color: #fff;
+ color: rgba(255,255,255,0.5);
+ }
.form-control {
border: none;
padding: 0 10px 0 31px;