Path: blob/master/webroot/rsrc/css/application/herald/herald.css
12242 views
/**1* @provides herald-css2*/34.herald-action-table,5.herald-condition-table {6margin-top: 8px;7}89.herald-condition-table select {10width: 160px;11}1213.device-phone .herald-condition-table select {14width: 90px;15}1617.herald-action-table td,18.herald-condition-table td {19padding: 2px 8px 2px 0;20vertical-align: middle;21}2223.herald-action-table td.remove-column,24.herald-condition-table td.remove-column {25padding: 2px 0 2px 4px;26}2728.herald-condition-table td.value {29width: 100%;30}3132.herald-action-table td input,33.herald-condition-table td input {34width: 95%;35max-width: 460px;36padding: 2px 4px;37}3839.herald-action-table td textarea {40width: 95%;41height: 8em;42padding: 2px 4px;43}4445.herald-action-table td.target {46width: 100%;47}4849.herald-list-description {50color: {$bluetext};51font-weight: bold;52padding: 12px 0;53}5455.herald-list-icon {56margin-right: 8px;57}5859.herald-list-item {60padding-bottom: 4px;61color: {$darkbluetext};62}636465