¨4.0.1¨
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
.file-manager-iframe {
|
||||
width: 100%;
|
||||
vertical-align: bottom;
|
||||
width: 100%;
|
||||
vertical-align: bottom;
|
||||
}
|
||||
|
||||
.file-manager {
|
||||
background: #f9f9f9;
|
||||
background: #f9f9f9;
|
||||
margin-top: 20px;
|
||||
overflow-x: auto;
|
||||
|
||||
@@ -14,10 +14,12 @@
|
||||
|
||||
.dataTable {
|
||||
.btn {
|
||||
padding: 10px 16px 8px;
|
||||
padding: 9px 16px;
|
||||
}
|
||||
|
||||
.select-media {
|
||||
> i {
|
||||
margin-top: 5px;
|
||||
-webkit-text-stroke: 1px #f1f1f1;
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -25,7 +27,7 @@
|
||||
|
||||
.media-picker-modal {
|
||||
padding-right: 0 !important;
|
||||
z-index: 1050;
|
||||
z-index: 1150;
|
||||
|
||||
> i {
|
||||
margin-right: 5px;
|
||||
@@ -44,13 +46,13 @@
|
||||
}
|
||||
|
||||
.modal-header {
|
||||
padding: 6px 15px;
|
||||
padding: 10px 15px;
|
||||
background: #f1f1f1;
|
||||
|
||||
> .close {
|
||||
margin-top: 5px;
|
||||
margin-top: 3px;
|
||||
-webkit-text-stroke: 0;
|
||||
transition: 200ms;
|
||||
transition: 150ms;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -62,7 +64,7 @@
|
||||
.modal.fade .modal-dialog {
|
||||
transform: scale(0.8);
|
||||
opacity: 0;
|
||||
transition: 200ms ease-in-out;
|
||||
transition: 150ms ease-in-out;
|
||||
|
||||
&.in .modal-dialog {
|
||||
transform: scale(1);
|
||||
@@ -72,7 +74,7 @@
|
||||
}
|
||||
|
||||
@media screen and (max-width: 767px) {
|
||||
.media-picker-modal .modal-dialog {
|
||||
margin: 10px;
|
||||
}
|
||||
.media-picker-modal .modal-dialog {
|
||||
margin: 10px;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user