aboutsummaryrefslogtreecommitdiff
path: root/mobile/styles_app.css
blob: c60d318ac261f593ed3a48493f9da700296b8c47 (plain)
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
.collapsibleregioncaption {
    display: none;
}
.qtype-algebra .text-input,
.qtype-algebra .text-input-md {
    border: 1px solid #ccc;
    padding: 4px 6px;
    border-radius: 4px;
    margin: 0px 0px;
    width: calc(100% - 20px);
    font-size: 1.4rem;
}
.qtype-algebra .item-input {
    padding-left: 6px;
    margin-top: -14px;
}
.qtype-algebra .question-correct:after,
.qtype-algebra .question-incorrect:after,
.qtype-algebra .question-partiallycorrect:after {
    font-family: FontAwesome;
    padding-left: 3px;
}
.qtype-algebra .question-correct:after {
    content: "\f00c";
    color: #5e8100;
}
.qtype-algebra .question-incorrect:after {
    content: "\f00d";
    color: #cb3d4d;
}
.qtype-algebra .question-partiallycorrect:after {
    content: "\f046";
    color: #f98012;
}