summaryrefslogtreecommitdiffstats
path: root/web/sass-files/sass/partials/_settings.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/_settings.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/_settings.scss')
-rw-r--r--web/sass-files/sass/partials/_settings.scss16
1 files changed, 9 insertions, 7 deletions
diff --git a/web/sass-files/sass/partials/_settings.scss b/web/sass-files/sass/partials/_settings.scss
index 8d743dfe2..25c093957 100644
--- a/web/sass-files/sass/partials/_settings.scss
+++ b/web/sass-files/sass/partials/_settings.scss
@@ -14,13 +14,15 @@
width:800px;
max-width: 100%;
.modal-back {
- width: 8px;
- height: 13px;
- background: url("../images/arrow-left.png");
- @include background-size(100% 100%);
- margin-right: 10px;
- display: inline-block;
+ width: 40px;
+ height: 56px;
+ background: url("../images/arrow-left.png") no-repeat;
+ @include background-size(8px 13px);
+ background-position: center;
+ top: 0;
+ left: 0;
cursor: pointer;
+ position: absolute;
}
.modal-body {
padding: 0;
@@ -59,7 +61,7 @@
.section-max {
background: #f2f2f2;
- padding: 1em 0;
+ padding: 1em 0 1.3em;
margin-bottom: 0;
@include clearfix;
.section-title {