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-drag-ui.css
12241 views
1
/**
2
* @provides phui-oi-drag-ui-css
3
* @requires phui-oi-list-view-css
4
*/
5
6
.phui-object-box .phui-oi-list-view.phui-oi-list-drag {
7
margin-top: 8px;
8
margin-bottom: 4px;
9
}
10
11
.phui-oi.phui-oi-drag {
12
background: {$bluebackground};
13
border-radius: 3px;
14
border: none;
15
}
16
17
.phui-oi.phui-oi-drag,
18
.phui-oi.phui-oi-drag .phui-oi-frame {
19
border: none;
20
}
21
22
.phui-object-box .phui-oi-list-view .phui-oi.phui-oi-drag {
23
margin-top: 4px;
24
}
25
26
.phui-oi-drag .phui-oi-name {
27
padding-left: 0;
28
}
29
30
.phui-oi-drag.phui-oi-with-image-icon .phui-oi-frame,
31
.phui-oi-drag.phui-oi-with-image .phui-oi-frame,
32
.phui-oi-drag .phui-oi-frame {
33
min-height: 36px;
34
}
35
36
.phui-oi-drag .phui-oi-list-icon {
37
height: auto;
38
width: auto;
39
}
40
41
.phui-oi-drag .phui-oi-image-icon .phui-icon-view {
42
height: 16px;
43
width: 16px;
44
font-size: 16px;
45
line-height: 20px;
46
}
47
48
.phui-oi-drag.phui-oi-grippable .phui-oi-frame {
49
padding-left: 28px;
50
}
51
52
.phui-oi-drag .phui-oi-grip {
53
left: 4px;
54
}
55
56
.phui-oi-drag.phui-oi-with-image-icon .phui-oi-content-box,
57
.phui-oi-drag.phui-oi-with-image .phui-oi-content-box {
58
margin-left: 24px;
59
}
60
61
.phui-oi-list-drag .drag-ghost {
62
margin-top: 4px;
63
}
64
65
.phui-oi-list-drag .phui-object-icon-pane {
66
padding-right: 8px;
67
}
68
69