-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathstyles.css
34 lines (28 loc) · 957 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
/** Choice highlighting **/
.path-mod-verbalfeedback .scaleoptionlabel.badge.badge-success {
text-decoration: underline overline;
}
/** Table headings **/
.path-mod-verbalfeedback table#questionnaire.table-striped .col-md-1 {
-moz-hyphens: auto;
-o-hyphens: auto;
-webkit-hyphens: auto;
-ms-hyphens: auto;
hyphens: auto;
}
#page-mod-verbalfeedback-edit_items .user3.unselectedrow.border-top,
#page-mod-verbalfeedback-view .user3.unselectedrow.border-top,
#page-mod-verbalfeedback-report .user3.unselectedrow.border-top {
/* stylelint-disable-next-line declaration-no-important */
border-top: 2px solid black !important;
}
/* Editor borders */
#page-mod-verbalfeedback-view .editor_atto_content_wrap {
border-left: 1px solid #8f959e;
border-bottom: 1px solid #8f959e;
border-right: 1px solid #8f959e;
}
/* Maximum grade label */
#page-mod-verbalfeedback-edit_instance .maxgrade label {
display: inline;
}