tellform/public/modules/forms/admin/css/edit-form.css

38 lines
617 B
CSS
Raw Normal View History

/*
2017-03-13 19:08:21 +00:00
** Edit Modal
*/
2017-03-13 19:08:21 +00:00
.edit-modal-window .modal-dialog {
width: 90%;
}
2017-03-13 19:08:21 +00:00
.edit-modal-window .modal-body {
padding: 0;
}
2017-03-13 19:08:21 +00:00
.edit-modal-window .edit-panel {
background-color: #F1F1F1;
padding: 0 35px 0 35px;
}
2017-03-13 19:08:21 +00:00
.edit-modal-window .preview-field-panel {
display: flex;
flex-direction: column;
justify-content: center;
}
2017-03-10 19:26:07 +00:00
2017-03-13 19:08:21 +00:00
.edit-modal-window .preview-field-panel form {
2017-03-10 19:26:07 +00:00
padding-right: 20px;
}
2017-03-13 19:08:21 +00:00
.edit-modal-window .preview-field {
resize: vertical;
}
2017-03-10 20:16:53 +00:00
.admin-form .ui-sortable-placeholder {
visibility: visible !important;
border: none;
padding:1px;
2017-06-27 17:30:15 +00:00
background: #000;
2017-03-10 20:16:53 +00:00
background:rgba(0, 0, 0, 0.5) !important;
}