forked from Opencast-Moodle/moodle-block_opencast
-
Notifications
You must be signed in to change notification settings - Fork 0
/
styles.css
50 lines (40 loc) · 1.01 KB
/
styles.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
.opencast-addvideo-wrap {
text-align: center;
}
.opencast-vlist {
margin-left: 0;
list-style: none;
border-top: 1px solid #dedede;
border-bottom: 1px solid #dedede;
padding: 10px 0;
}
.opencast-vlist .smallicon {
margin-right: 5px;
}
.opencast-more-wrap {
text-align: right;
}
#page-admin-blocks-opencast-adminsettings #roles_table .fitemtitle {
width: 0;
}
#page-admin-blocks-opencast-adminsettings #roles_table .felement {
margin-left: 0;
}
#page-blocks-opencast-index h2 ~ .resettable {
display: none;
}
#page-blocks-opencast-addvideo .form-filetypes-descriptions li {
font-size: 0;
display: inline-block;
}
#page-blocks-opencast-addvideo .form-filetypes-descriptions li .text-muted {
font-size: 12px;
}
#page-blocks-opencast-addvideo #fitem_id_video_presenter p,
#page-blocks-opencast-addvideo #fitem_id_video_presentation p {
margin-top: 0.5rem;
margin-bottom: 0;
}
#page-blocks-opencast-addvideo .form-filetypes-descriptions ul {
margin-bottom: 0;
}