This commit is contained in:
FezVrasta 2014-10-28 10:16:47 +01:00
parent e0fefd2b3c
commit b38df236fa
9 changed files with 4 additions and 9 deletions

View File

@ -5174,7 +5174,6 @@ icon-material-lightgrey {
} }
.modal-content { .modal-content {
box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22); box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
margin-top: 10em;
border-radius: 2px; border-radius: 2px;
border: none; border: none;
} }

File diff suppressed because one or more lines are too long

View File

@ -5167,7 +5167,6 @@ icon-material-lightgrey {
} }
.modal-content { .modal-content {
box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22); box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
margin-top: 10em;
border-radius: 2px; border-radius: 2px;
border: none; border: none;
} }

File diff suppressed because one or more lines are too long

View File

@ -1,6 +1,5 @@
.modal-content { .modal-content {
.shadow-z-5(); .shadow-z-5();
margin-top: 10em; //XXX TODO Need a better way to vertically position the dialog
border-radius: 2px; border-radius: 2px;
border: none; border: none;
.modal-header { .modal-header {

View File

@ -5174,7 +5174,6 @@ icon-material-lightgrey {
} }
.modal-content { .modal-content {
box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22); box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
margin-top: 10em;
border-radius: 2px; border-radius: 2px;
border: none; border: none;
} }

File diff suppressed because one or more lines are too long

View File

@ -5167,7 +5167,6 @@ icon-material-lightgrey {
} }
.modal-content { .modal-content {
box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22); box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
margin-top: 10em;
border-radius: 2px; border-radius: 2px;
border: none; border: none;
} }

File diff suppressed because one or more lines are too long