Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/phabricator
Path: blob/master/webroot/rsrc/css/phui/phui-bulk-editor.css
12241 views
1
/**
2
* @provides phui-bulk-editor-css
3
*/
4
5
.bulk-edit-table {
6
width: 100%;
7
margin: 12px 0;
8
}
9
10
.bulk-edit-table td {
11
padding: 4px 8px;
12
vertical-align: middle;
13
}
14
15
.bulk-edit-input {
16
width: 100%;
17
text-align: left;
18
}
19
20
.bulk-edit-input input {
21
width: 100%;
22
}
23
24
.bulk-edit-input textarea {
25
width: 100%;
26
height: 8em;
27
}
28
29