forked from learnweb/moodle-block_evasys_sync
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
43 lines (34 loc) · 825 Bytes
/
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
.block_evasys_sync input.in_box_button[type="submit"] {
white-space: normal;
width: 100%;
margin: 2px 0;
}
.block_evasys_sync .emphasize {
font-weight: bold;
}
.block_evasys_sync .singlebutton input[type="submit"],
.block_evasys_sync .singlebutton div {
margin-bottom: 0;
margin-left: 0;
}
.block_evasys_sync .linedrawer {
margin-top: 5px;
padding-top: 5px;
border-top: 2px solid #bec6c8;
}
.block_evasys_sync .flexmargin {
display: flex;
margin-bottom: 3px;
}
.block_evasys_sync .margin {
margin: 5px;
}
.block_evasys_sync .inline-block {
display: inline-block;
}
#page-admin-blocks-evasys_sync-adminsettings #course_category_table .fitemtitle {
width: 0;
}
#page-admin-blocks-evasys_sync-adminsettings #course_category_table .felement {
margin-left: 0;
}