summaryrefslogtreecommitdiffstats
path: root/web/sass-files/sass/partials/_modal.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/_modal.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/_modal.scss')
-rw-r--r--web/sass-files/sass/partials/_modal.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/web/sass-files/sass/partials/_modal.scss b/web/sass-files/sass/partials/_modal.scss
index dec08b567..29e05f6bf 100644
--- a/web/sass-files/sass/partials/_modal.scss
+++ b/web/sass-files/sass/partials/_modal.scss
@@ -63,7 +63,6 @@
margin: 0;
}
button.close {
- margin: -2px -2px 0 0;
color: #fff;
@include opacity(1);
z-index: 5;
@@ -71,7 +70,8 @@
height: 30px;
line-height: 30px;
@include single-transition(all, 0.25s, ease-in);
- position: relative;
+ position: absolute;
+ right: 10px;
&:hover {
background: rgba(0, 0, 0, 0.1);
}