Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/phabricator
Path: blob/master/webroot/rsrc/css/fuel/fuel-handle-list.css
12241 views
1
/**
2
* @provides fuel-handle-list-css
3
*/
4
5
.fuel-handle-list {
6
display: table;
7
max-width: 100%;
8
}
9
10
.fuel-handle-list-body {
11
display: table-row-group;
12
}
13
14
.fuel-handle-list-item {
15
display: table-row;
16
}
17
18
.fuel-handle-list-item-cell {
19
display: table-cell;
20
vertical-align: top;
21
}
22
23
.fuel-handle-list-item-icon {
24
padding-right: 4px;
25
}
26
27
.fuel-handle-list-item-icon > .phui-icon-view {
28
width: 18px;
29
height: 18px;
30
text-align: center;
31
display: inline-block;
32
background-size: 100%;
33
}
34
35