53 lines
No EOL
935 B
CSS
53 lines
No EOL
935 B
CSS
.create-entity-dialog-element .modal-body {
|
|
min-height: 300px;
|
|
}
|
|
|
|
.create-entity-dialog-element form {
|
|
padding: 10px;
|
|
}
|
|
|
|
.create-entity-dialog-element .help-text {
|
|
color: #aaa;
|
|
margin-top: 10px;
|
|
}
|
|
|
|
.create-entity-dialog-element h4 .fa {
|
|
margin-left: 4px;
|
|
margin-right: 4px;
|
|
}
|
|
|
|
.create-entity-dialog-element label {
|
|
margin-top: 4px;
|
|
}
|
|
|
|
.create-entity-dialog-element .co-table {
|
|
margin-top: 20px;
|
|
}
|
|
|
|
.create-entity-dialog-element .fa-hdd-o {
|
|
margin-right: 4px;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
.create-entity-dialog-element .co-filter-box {
|
|
display: block;
|
|
float: right;
|
|
margin-bottom: 20px;
|
|
}
|
|
|
|
.create-entity-dialog-element .co-filter-box .filter-message {
|
|
left: -180px;
|
|
top: 4px;
|
|
}
|
|
|
|
.create-entity-dialog-element .co-filter-box input {
|
|
width: 100%;
|
|
padding-top: 2px;
|
|
padding-bottom: 2px;
|
|
height: 28px;
|
|
}
|
|
|
|
.create-entity-dialog-element label .avatar {
|
|
vertical-align: text-bottom;
|
|
margin-left: 4px;
|
|
} |