48 lines
774 B
CSS
48 lines
774 B
CSS
|
li#li-buttons-alert-list > div {
|
||
|
margin-left: 10px;
|
||
|
}
|
||
|
|
||
|
li#li-buttons-alert-list > label,
|
||
|
li#li-filters-alert-list > label {
|
||
|
width: initial;
|
||
|
}
|
||
|
|
||
|
form#general_filters_alert ul li label {
|
||
|
width: 150px;
|
||
|
}
|
||
|
|
||
|
form#conditions_filters_alert ul li label:first-child {
|
||
|
width: 300px;
|
||
|
}
|
||
|
|
||
|
li#li-name-group input {
|
||
|
margin-right: 50px;
|
||
|
}
|
||
|
|
||
|
li#li-description textarea {
|
||
|
flex: 1 1 auto;
|
||
|
}
|
||
|
|
||
|
li#li-from-to-threshold > label:not(:first-child),
|
||
|
li#li-time-from-to > label:not(:first-child) {
|
||
|
width: initial;
|
||
|
margin-right: 15px;
|
||
|
}
|
||
|
|
||
|
li#li-from-to-threshold > input,
|
||
|
li#li-time-from-to > input {
|
||
|
margin-right: 15px;
|
||
|
}
|
||
|
|
||
|
#threshold_manual,
|
||
|
#threshold_default {
|
||
|
/*TODO: UGLY*/
|
||
|
width: initial !important;
|
||
|
margin-right: 10px;
|
||
|
}
|
||
|
|
||
|
img.handle-alerts {
|
||
|
width: 20px;
|
||
|
cursor: move;
|
||
|
}
|