2019-10-24 19:52:19 +03:00
|
|
|
/*=======================================================================*/
|
|
|
|
|
/*========== There are two examples: for edit and add entity ==========*/
|
|
|
|
|
/*=======================================================================*/
|
|
|
|
|
/*======================== Edit entity example ========================*/
|
|
|
|
|
/*=======================================================================*/
|
|
|
|
|
/*
|
|
|
|
|
.edit-entity-form .boolean-value-input {
|
|
|
|
|
padding-left: 5px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.edit-entity-form .boolean-value-input .checkbox-label {
|
|
|
|
|
margin-bottom: 8px;
|
|
|
|
|
color: rgba(0,0,0,0.54);
|
|
|
|
|
font-size: 12px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.relations-list .header {
|
|
|
|
|
padding-right: 5px;
|
|
|
|
|
padding-bottom: 5px;
|
|
|
|
|
padding-left: 5px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.relations-list .header .cell {
|
|
|
|
|
padding-right: 5px;
|
|
|
|
|
padding-left: 5px;
|
|
|
|
|
font-size: 12px;
|
|
|
|
|
font-weight: 700;
|
|
|
|
|
color: rgba(0, 0, 0, .54);
|
|
|
|
|
white-space: nowrap;
|
|
|
|
|
}
|
|
|
|
|
|
2020-03-26 14:50:23 +02:00
|
|
|
.relations-list .mat-form-field-infix {
|
|
|
|
|
width: auto !important;
|
|
|
|
|
}
|
|
|
|
|
|
2019-10-24 19:52:19 +03:00
|
|
|
.relations-list .body {
|
|
|
|
|
padding-right: 5px;
|
|
|
|
|
padding-bottom: 15px;
|
|
|
|
|
padding-left: 5px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.relations-list .body .row {
|
|
|
|
|
padding-top: 5px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.relations-list .body .cell {
|
|
|
|
|
padding-right: 5px;
|
|
|
|
|
padding-left: 5px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.relations-list .body .md-button {
|
|
|
|
|
margin: 0;
|
|
|
|
|
}
|
|
|
|
|
*/
|
|
|
|
|
/*========================================================================*/
|
|
|
|
|
/*========================= Add entity example =========================*/
|
|
|
|
|
/*========================================================================*/
|
|
|
|
|
/*
|
|
|
|
|
.add-entity-form .boolean-value-input {
|
|
|
|
|
padding-left: 5px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.add-entity-form .boolean-value-input .checkbox-label {
|
|
|
|
|
margin-bottom: 8px;
|
|
|
|
|
color: rgba(0,0,0,0.54);
|
|
|
|
|
font-size: 12px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.relations-list .header {
|
|
|
|
|
padding-right: 5px;
|
|
|
|
|
padding-bottom: 5px;
|
|
|
|
|
padding-left: 5px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.relations-list .header .cell {
|
|
|
|
|
padding-right: 5px;
|
|
|
|
|
padding-left: 5px;
|
|
|
|
|
font-size: 12px;
|
|
|
|
|
font-weight: 700;
|
|
|
|
|
color: rgba(0, 0, 0, .54);
|
|
|
|
|
white-space: nowrap;
|
|
|
|
|
}
|
|
|
|
|
|
2020-03-26 14:50:23 +02:00
|
|
|
.relations-list .mat-form-field-infix {
|
|
|
|
|
width: auto !important;
|
|
|
|
|
}
|
|
|
|
|
|
2019-10-24 19:52:19 +03:00
|
|
|
.relations-list .body {
|
|
|
|
|
padding-right: 5px;
|
|
|
|
|
padding-bottom: 15px;
|
|
|
|
|
padding-left: 5px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.relations-list .body .row {
|
|
|
|
|
padding-top: 5px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.relations-list .body .cell {
|
|
|
|
|
padding-right: 5px;
|
|
|
|
|
padding-left: 5px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.relations-list .body .md-button {
|
|
|
|
|
margin: 0;
|
|
|
|
|
}
|
|
|
|
|
*/
|