forked from Opencast-Moodle/moodle-block_opencast
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
70 lines (57 loc) · 1.75 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
.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,
#page-blocks-opencast-addattachment .form-filetypes-descriptions li {
font-size: 0;
display: inline-block;
}
#page-blocks-opencast-addvideo .form-filetypes-descriptions li .text-muted,
#page-blocks-opencast-addattachment .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;
}
/* Hide empty label columns in tables on admin settings page. */
#page-admin-blocks-opencast-adminsettings .generaltable .col-md-3 {
display: none;
}
#page-blocks-opencast-addvideo #fitem_id_video_presenter p,
#page-blocks-opencast-addvideo #fitem_id_video_presentation p,
#page-blocks-opencast-addvideo [id^="fitem_id_attachment_"] p,
#page-blocks-opencast-addattachment #fitem_id_itemid p {
margin-top: 0.5rem;
margin-bottom: 0;
}
#page-blocks-opencast-addvideo .form-filetypes-descriptions ul,
#page-blocks-opencast-addattachment .form-filetypes-descriptions ul {
margin-bottom: 0;
}