1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-20 17:28:51 +02:00
phorge-phorge/webroot/rsrc/css/application/herald/herald.css
Chad Little 8175f524e6 Clean up Herald CSS
Summary: I didn't test these very well and they looked silly when multiple rules applied.

Test Plan: Test various cases more, with single and multiple triggers.

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin

Differential Revision: https://secure.phabricator.com/D15419
2016-03-06 13:34:46 -08:00

57 lines
874 B
CSS

/**
* @provides herald-css
*/
.herald-action-table,
.herald-condition-table {
margin-top: 8px;
}
.herald-condition-table select {
width: 160px;
}
.device-phone .herald-condition-table select {
width: 90px;
}
.herald-action-table td,
.herald-condition-table td {
padding: 2px 8px 2px 0;
vertical-align: middle;
}
.herald-action-table td.remove-column,
.herald-condition-table td.remove-column {
padding: 2px 0 2px 4px;
}
.herald-condition-table td.value {
width: 100%;
}
.herald-action-table td input,
.herald-condition-table td input {
width: 95%;
max-width: 460px;
padding: 2px 4px;
}
.herald-action-table td.target {
width: 100%;
}
.herald-list-description {
color: {$bluetext};
font-weight: bold;
padding: 12px 0;
}
.herald-list-icon {
margin-right: 8px;
}
.herald-list-item {
padding-bottom: 4px;
color: {$darkbluetext};
}