diff options
author | Christopher Speller <crspeller@gmail.com> | 2015-09-09 10:55:53 -0400 |
---|---|---|
committer | Christopher Speller <crspeller@gmail.com> | 2015-09-09 10:55:53 -0400 |
commit | 2c67b4db61fb896854906c096b02290935fb9c7f (patch) | |
tree | 3b9e78b36ebf02246349e51bd4a31eb703ba246a /web/sass-files/sass/partials/_settings.scss | |
parent | 12f3c877f1b70869398f9318c1b81bfdf5080a43 (diff) | |
parent | 9d3f67dddb96d851f5cf448d7ba85e24c7949451 (diff) | |
download | chat-2c67b4db61fb896854906c096b02290935fb9c7f.tar.gz chat-2c67b4db61fb896854906c096b02290935fb9c7f.tar.bz2 chat-2c67b4db61fb896854906c096b02290935fb9c7f.zip |
Merge pull request #625 from asaadmahmoodspin/ui-changes
UI changes for various tickets
Diffstat (limited to 'web/sass-files/sass/partials/_settings.scss')
-rw-r--r-- | web/sass-files/sass/partials/_settings.scss | 16 |
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 { |