summaryrefslogtreecommitdiffstats
path: root/web/sass-files/sass/partials/_responsive.scss
diff options
context:
space:
mode:
authorAsaad Mahmood <Unknowngi@live.com>2015-09-08 21:12:36 +0500
committerAsaad Mahmood <Unknowngi@live.com>2015-09-08 21:12:36 +0500
commit62940fb72f8ba89b97bbbd2bdc484fd42f5e09ce (patch)
treeae40f78bfc1655296356014421275eddac863068 /web/sass-files/sass/partials/_responsive.scss
parent5b3ee66dc3baff35104bc6e6c8f25c4474005974 (diff)
downloadchat-62940fb72f8ba89b97bbbd2bdc484fd42f5e09ce.tar.gz
chat-62940fb72f8ba89b97bbbd2bdc484fd42f5e09ce.tar.bz2
chat-62940fb72f8ba89b97bbbd2bdc484fd42f5e09ce.zip
UI changes for various tickets
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 c56625b88..a850d5a7f 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: 15px;
+ }
.user-settings {
.tab-header {
display: none;
@@ -513,6 +516,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;