MM-1184 - Updating image preview
Этот коммит содержится в:
@@ -129,15 +129,16 @@
|
|||||||
width:100%;
|
width:100%;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
.image-wrapper {
|
.image-wrapper {
|
||||||
padding: 4px;
|
|
||||||
background: #FFF;
|
background: #FFF;
|
||||||
position: relative;
|
position: relative;
|
||||||
max-width: 80%;
|
max-width: 80%;
|
||||||
min-height: 280px;
|
|
||||||
min-width: 280px;
|
min-width: 280px;
|
||||||
@include border-radius(4px);
|
@include border-radius(3px);
|
||||||
display: table;
|
display: table;
|
||||||
margin: 0 auto;
|
margin: 0 auto;
|
||||||
|
&:hover {
|
||||||
|
@include border-radius(3px 3px 0 0);
|
||||||
|
}
|
||||||
&:hover .modal-close {
|
&:hover .modal-close {
|
||||||
@include opacity(1);
|
@include opacity(1);
|
||||||
}
|
}
|
||||||
@@ -217,10 +218,11 @@
|
|||||||
}
|
}
|
||||||
.modal-button-bar {
|
.modal-button-bar {
|
||||||
position:absolute;
|
position:absolute;
|
||||||
bottom:0px;
|
bottom:-40px;
|
||||||
left:0px;
|
left:0px;
|
||||||
right:0px;
|
right:0px;
|
||||||
background-color:rgba(0, 0, 0, 0.8);
|
background-color: #222;
|
||||||
|
@include border-radius(0 0 3px 3px);
|
||||||
@include opacity(0);
|
@include opacity(0);
|
||||||
-webkit-transition: opacity 0.6s;
|
-webkit-transition: opacity 0.6s;
|
||||||
-moz-transition: opacity 0.6s;
|
-moz-transition: opacity 0.6s;
|
||||||
@@ -228,7 +230,6 @@
|
|||||||
transition: opacity 0.6s;
|
transition: opacity 0.6s;
|
||||||
line-height: 40px;
|
line-height: 40px;
|
||||||
padding: 0 10px;
|
padding: 0 10px;
|
||||||
margin: 4px;
|
|
||||||
&.footer--show {
|
&.footer--show {
|
||||||
@include opacity(1);
|
@include opacity(1);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -538,7 +538,6 @@
|
|||||||
.modal {
|
.modal {
|
||||||
.modal-image {
|
.modal-image {
|
||||||
.image-wrapper {
|
.image-wrapper {
|
||||||
padding-bottom: 40px;
|
|
||||||
.modal-close {
|
.modal-close {
|
||||||
@include opacity(1);
|
@include opacity(1);
|
||||||
}
|
}
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user