20 lines
258 B
CSS
20 lines
258 B
CSS
|
|
/**
|
||
|
|
* @provides maniphest-batch-editor
|
||
|
|
*/
|
||
|
|
|
||
|
|
.maniphest-batch-actions-table {
|
||
|
|
width: 100%;
|
||
|
|
margin: 1em 0;
|
||
|
|
}
|
||
|
|
|
||
|
|
.maniphest-batch-actions-table td {
|
||
|
|
padding: 4px 8px;
|
||
|
|
vertical-align: middle;
|
||
|
|
}
|
||
|
|
|
||
|
|
.batch-editor-input {
|
||
|
|
width: 100%;
|
||
|
|
text-align: left;
|
||
|
|
}
|
||
|
|
|