summaryrefslogtreecommitdiffstats
path: root/web/sass-files/sass/partials/_modal.scss
diff options
context:
space:
mode:
authorAsaad Mahmood <Unknowngi@live.com>2015-06-26 23:19:29 +0500
committerAsaad Mahmood <Unknowngi@live.com>2015-06-26 23:19:29 +0500
commitfebb6e3b656f0a5e48c928f26d071d2f1baf5b33 (patch)
tree653d359e3f4c550ad76d164294478f134a3d53bb /web/sass-files/sass/partials/_modal.scss
parentf2401dd91f7e0ae005e1efddd1132d91bf4dad02 (diff)
downloadchat-febb6e3b656f0a5e48c928f26d071d2f1baf5b33.tar.gz
chat-febb6e3b656f0a5e48c928f26d071d2f1baf5b33.tar.bz2
chat-febb6e3b656f0a5e48c928f26d071d2f1baf5b33.zip
mm-1256 - Improving view modal and close modal button
Diffstat (limited to 'web/sass-files/sass/partials/_modal.scss')
-rw-r--r--web/sass-files/sass/partials/_modal.scss23
1 files changed, 21 insertions, 2 deletions
diff --git a/web/sass-files/sass/partials/_modal.scss b/web/sass-files/sass/partials/_modal.scss
index 22013aa4f..9009dd768 100644
--- a/web/sass-files/sass/partials/_modal.scss
+++ b/web/sass-files/sass/partials/_modal.scss
@@ -1,9 +1,17 @@
+.modal-body {
+ padding: 20px 15px;
+}
.modal {
&.image_modal {
.modal-backdrop.in {
@include opacity(0.7);
}
}
+ .info__label {
+ font-weight: bold;
+ text-align: right;
+ padding-right: 0;
+ }
.remove__member {
float: right;
}
@@ -29,7 +37,7 @@
border-radius: 0;
background: $primary-color;
color: #FFF;
- padding: 15px 15px 11px;
+ padding: 15px 15px 11px;
border: none;
min-height: 56px;
@include clearfix;
@@ -41,11 +49,22 @@
margin: 0;
}
button.close {
- margin-top: 0;
+ margin: -2px -2px 0 0;
color: #fff;
@include opacity(1);
z-index: 5;
+ width: 30px;
+ height: 30px;
+ line-height: 30px;
+ @include single-transition(all, 0.25s, ease-in);
position: relative;
+ &:hover {
+ background: rgba(0, 0, 0, 0.1);
+ }
+ span {
+ position: relative;
+ top: -1px;
+ }
}
.btn {
margin-right: 10px;