forked from Opencast-Moodle/moodle-block_opencast
-
Notifications
You must be signed in to change notification settings - Fork 0
/
styles.css
92 lines (74 loc) · 2.08 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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
/* Styles for the buttons in the block view */
.opencast-addvideo-wrap.overview {
text-align: center;
}
.opencast-recordvideo-wrap.overview {
text-align: center;
}
/* Styles for the buttons on the overview page */
.opencast-recordvideo-wrap {
margin: 10px 0;
}
/* Styles for the recordings list in the block view */
.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;
}
/* Styles for the overview page */
#page-blocks-opencast-index h2 ~ .resettable {
display: none;
}
#page-blocks-opencast-index #region-main h2 {
margin-top: 50px;
}
#page-blocks-opencast-index #region-main h2:first-of-type {
margin-top: inherit;
}
/* Styles for the admin settings page */
#page-admin-blocks-opencast-adminsettings #roles_table .fitemtitle {
width: 0;
}
#page-admin-blocks-opencast-adminsettings #roles_table .felement {
margin-left: 0;
}
/* Styles for the add video page */
#page-blocks-opencast-addvideo .form-filetypes-descriptions ul {
margin-bottom: 0;
}
#page-blocks-opencast-addvideo .form-filetypes-descriptions li {
font-size: 0;
display: inline-block;
}
#page-blocks-opencast-addvideo .form-filetypes-descriptions li .text-dark {
font-size: 12px;
}
#page-blocks-opencast-addvideo #fitem_id_video_presenter p,
#page-blocks-opencast-addvideo #fitem_id_video_presenter_chunk p,
#page-blocks-opencast-addvideo #fitem_id_video_presentation p,
#page-blocks-opencast-addvideo #fitem_id_video_presentation_chunk 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;
}
.inline-action-menu .menubar,
.download-action-menu .menubar {
display: inline-flex !important;
}
.download-action-menu .dropdown-menu i {
display: none;
}