1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-23 02:38:48 +02:00
phorge-phorge/webroot/rsrc/css/phui/phui-bulk-editor.css

28 lines
329 B
CSS
Raw Normal View History

/**
* @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%;
}
.bulk-edit-input textarea {
width: 100%;
height: 8em;
}