-
Notifications
You must be signed in to change notification settings - Fork 101
/
styles.css
40 lines (39 loc) · 1000 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
.admin_note {
font-size: 0.8em;
color: #c10031;
}
.reportcounts,
body.path-admin-report-customsql a.view-category {
font-weight: normal;
font-size: 0.65em;
}
.region-content .csql_category h3 {
font-weight: bold;
}
.csql_category .categoryname {
padding-left: 18px;
}
.csql_category.csql_categoryhidden .categoryname {
background-image: url([[pix:moodle|t/collapsed]]);
background-repeat: no-repeat;
background-position: center left;
}
.csql_category.csql_categoryshown .categoryname {
background-image: url([[pix:moodle|t/expanded]]);
background-repeat: no-repeat;
background-position: center left;
}
.csql_category .csql_category_reports {
margin-left: 18px;
}
.csql_category.csql_categoryshown .csql_category_reports {
display: block;
}
.csql_category.csql_categoryhidden .csql_category_reports {
display: none;
}
#page-admin-report-customsql-edit #id_querysql {
min-width: 100%;
font-family: monospace;
line-height: 1.4;
}