mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-13 18:32:41 +01:00
23 lines
268 B
CSS
23 lines
268 B
CSS
|
/**
|
||
|
* @provides phui-bulk-editor-css
|
||
|
*/
|
||
|
|
||
|
.bulk-edit-table {
|
||
|
width: 100%;
|
||
|
margin: 12px 0;
|
||
|
}
|
||
|
|
||
|
.bulk-edit-table td {
|
||
|
padding: 4px 8px;
|
||
|
vertical-align: middle;
|
||
|
}
|
||
|
|
||
|
.bulk-edit-input {
|
||
|
width: 100%;
|
||
|
text-align: left;
|
||
|
}
|
||
|
|
||
|
.bulk-edit-input input {
|
||
|
width: 100%;
|
||
|
}
|