mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 17:02:41 +01:00
19 lines
257 B
CSS
19 lines
257 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;
|
||
|
}
|