2013-10-09 23:05:10 +02:00
|
|
|
/**
|
|
|
|
* @provides policy-edit-css
|
|
|
|
*/
|
|
|
|
|
|
|
|
.policy-rules-table {
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
.policy-rules-table td {
|
2014-11-17 23:06:05 +01:00
|
|
|
padding: 4px 8px 4px 0;
|
2013-10-09 23:05:10 +02:00
|
|
|
width: 32px;
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
|
2014-11-17 23:06:05 +01:00
|
|
|
.policy-rules-table td.remove-column {
|
|
|
|
padding-right: 0;
|
|
|
|
}
|
|
|
|
|
2013-10-09 23:05:10 +02:00
|
|
|
.policy-rules-table td.action-cell {
|
|
|
|
width: 120px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.policy-rules-table td.rule-cell {
|
|
|
|
width: 180px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.policy-rules-table td.value-cell {
|
|
|
|
width: auto;
|
|
|
|
padding-right: 12px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.policy-rules-table td.action-cell select,
|
|
|
|
.policy-rules-table td.rule-cell select,
|
|
|
|
.policy-rules-table td input {
|
|
|
|
width: 100%;
|
|
|
|
}
|