Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/phabricator
Path: blob/master/webroot/rsrc/css/phui/object-item/phui-oi-simple-ui.css
12241 views
1
/**
2
* @provides phui-oi-simple-ui-css
3
* @requires phui-oi-list-view-css
4
*/
5
6
.phui-oi-list-simple .phui-oi-with-image .phui-oi-frame {
7
min-height: 26px;
8
}
9
10
.phui-oi-list-simple .phui-oi-image {
11
height: 26px;
12
width: 26px;
13
margin: 0;
14
}
15
16
.phui-oi-list-simple .phui-oi-with-image
17
.phui-oi-content-box {
18
margin-left: 32px;
19
}
20
21
.phui-oi-list-simple .phui-oi-name {
22
padding: 2px 0;
23
}
24
25
.phui-oi-list-simple .phui-oi-name a {
26
color: {$darkbluetext};
27
}
28
29
.phui-oi-list-view.phui-oi-list-simple .phui-oi-frame {
30
border: none;
31
margin-bottom: 4px;
32
}
33
34
.phui-oi-list-view.phui-oi-list-simple li:last-child
35
.phui-oi-frame {
36
margin: 0;
37
}
38
39
.phui-oi-list-simple .phui-oi-actions {
40
top: 2px;
41
bottom: 2px;
42
right: 2px;
43
}
44
45