-
Notifications
You must be signed in to change notification settings - Fork 34
/
Copy pathplaylists.css
76 lines (64 loc) · 1.05 KB
/
playlists.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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
.playlist-edit.brightcove.attachment-details {
box-sizing: border-box;
float: none;
height: auto;
margin-right: 0;
overflow: hidden;
padding: 20px;
width: 100%;
& .settings {
margin-bottom: 20px;
max-width: 50%;
}
& .playlist-name {
font-weight: 700;
& span {
display: inline-block;
margin-left: 10px;
margin-right: 20px;
}
& input {
width: 65%;
}
}
& .playlist-videos-list {
border-right: 1px solid #ddd;
clear: both;
}
& .playlist-add-videos-list,
& .playlist-videos-list {
box-sizing: border-box;
float: left;
width: 50%;
& h2 {
border-bottom: 1px solid #ddd;
margin-bottom: 0;
padding-bottom: 10px;
padding-left: 10px;
}
& ul {
height: 450px;
overflow: auto;
}
& .attachment {
width: 100% !important;
}
& .thumbnail {
float: left;
width: 162px;
}
& .bc-info {
clear: none;
float: left;
margin-left: 10px;
}
& .row-actions {
clear: both;
display: block;
left: auto;
position: relative;
text-align: left;
visibility: visible;
}
}
}