forked from ethz-let/moodle-qtype_freehanddrawing
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
55 lines (54 loc) · 1.18 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
/*
* @package qtype
* @subpackage freehanddrawing
* @copyright ETHZ LET <[email protected]>
* @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
*/
#fitem_id_qtype_freehanddrawing_textarea {
display: block;
}
.qtype_freehanddrawing_textarea {
display: none;
}
.fitem_id_qtype_freehanddrawing_textarea_id_0 {
display: block;
}
#fitem_id_qtype_freehanddrawing_textarea_id_0 {
display: block;
}
#page-question-type-freehanddrawing input[type="submit"]:disabled {
display: none;
}
.qtype_freehanddrawing_canvas {
align: center;
margin-left: auto;
margin-right: auto;
margin-top:5px;
border: 1px solid black;
display: block;
-moz-user-select: none;
-khtml-user-select: none;
-webkit-user-select: none;
user-select: none;
}
.qtype_freehanddrawing_eraser {
text-align: left;
width: 32px;
height: 32px;
display: block;
float: left;
}
.qtype_freehanddrawing_eraser_tool {
text-align: left;
width: 67px;
height: 32px;
display: block;
}
.qtype_freehanddrawing_container_div {
margin: 10px;
padding: 10px;
background-position:right top;
text-align: center;
display: inline-block;
border: 1px dashed black;
}