2011-03-24 19:07:36 +01:00
|
|
|
/**
|
|
|
|
* @provides herald-css
|
|
|
|
*/
|
|
|
|
|
|
|
|
.herald-action-table,
|
|
|
|
.herald-condition-table {
|
|
|
|
margin-top: 8px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.herald-condition-table select {
|
2013-01-19 23:30:26 +01:00
|
|
|
width: 160px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.device-phone .herald-condition-table select {
|
|
|
|
width: 90px;
|
2011-03-24 19:07:36 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.herald-action-table td,
|
|
|
|
.herald-condition-table td {
|
2014-11-17 23:06:05 +01:00
|
|
|
padding: 2px 8px 2px 0;
|
2011-03-24 19:07:36 +01:00
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
|
2014-11-17 23:06:05 +01:00
|
|
|
.herald-action-table td.remove-column,
|
|
|
|
.herald-condition-table td.remove-column {
|
|
|
|
padding: 2px 0 2px 4px;
|
|
|
|
}
|
|
|
|
|
2011-03-24 19:07:36 +01:00
|
|
|
.herald-condition-table td.value {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.herald-action-table td input,
|
|
|
|
.herald-condition-table td input {
|
2013-01-19 23:30:26 +01:00
|
|
|
width: 95%;
|
|
|
|
max-width: 460px;
|
|
|
|
padding: 2px 4px;
|
2011-03-24 19:07:36 +01:00
|
|
|
}
|
|
|
|
|
2017-12-11 20:33:15 +01:00
|
|
|
.herald-action-table td textarea {
|
|
|
|
width: 95%;
|
|
|
|
height: 8em;
|
|
|
|
padding: 2px 4px;
|
|
|
|
}
|
|
|
|
|
2011-03-24 19:07:36 +01:00
|
|
|
.herald-action-table td.target {
|
|
|
|
width: 100%;
|
|
|
|
}
|
2014-04-27 20:18:48 +02:00
|
|
|
|
|
|
|
.herald-list-description {
|
2016-03-03 01:23:11 +01:00
|
|
|
color: {$bluetext};
|
|
|
|
font-weight: bold;
|
2016-03-06 22:04:19 +01:00
|
|
|
padding: 12px 0;
|
2014-04-27 20:18:48 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.herald-list-icon {
|
2016-03-03 01:23:11 +01:00
|
|
|
margin-right: 8px;
|
2014-04-27 20:18:48 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
.herald-list-item {
|
2016-03-06 22:04:19 +01:00
|
|
|
padding-bottom: 4px;
|
2016-03-03 01:23:11 +01:00
|
|
|
color: {$darkbluetext};
|
2014-04-27 20:18:48 +02:00
|
|
|
}
|