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 {
|
|
|
|
padding: 2px 4px;
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
|
|
|
|
.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
|
|
|
}
|
|
|
|
|
|
|
|
.herald-action-table td.target {
|
|
|
|
width: 100%;
|
|
|
|
}
|