-
Notifications
You must be signed in to change notification settings - Fork 2
/
post-collections.css
61 lines (51 loc) · 1.01 KB
/
post-collections.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
#post-collection-controls {
float: left;
width: 49%;
}
#side-sortables #post-collection-controls {
float: none;
width: 100%;
}
#post-collection-controls .ajax-loading {
vertical-align: middle;
margin-left: 4px;
}
#post-collection-master,
#post-collection-add,
#post-collection-results {
display: none;
}
#post-collection-list {
padding-top: 0;
margin-top: 0;
float: right;
width: 49%;
}
#side-sortables #post-collection-list {
float: none;
width: 100%;
}
#side-sortables .menu-item-handle .item-title {
margin-right: 8em;
}
#post-collection-list .item-remove {
position: absolute;
top: 11px;
right: 9px;
display: block;
background: url( 'xit.gif') 0 0 no-repeat;
width: 10px;
height: 10px;
visibility: hidden;
}
.mobile #post-collection-list .item-remove,
#post-collection-list li:hover .item-remove {
visibility: visible;
}
#post-collection-list .item-remove:focus,
#post-collection-list .item-remove:hover {
background-position: -10px 0;
}
#post-collection-list .menu-item-handle {
width: auto;
}