-
Notifications
You must be signed in to change notification settings - Fork 18
/
styles.css
89 lines (71 loc) · 1.46 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
.GeoGebraFrame .AutoCompleteTextFieldW.SymbolCanBeShown .TextField,
.GeoGebraFrame .AutoCompleteTextFieldW.SymbolCanBeShown.FromDrawTextFieldNew input[type="text"].TextField,
.GeoGebraFrame input[type="text"].TextField {
padding-top: 0;
padding-bottom: 0;
height: auto;
}
.geogebra-activity-solved td {
background-color: #DFFFDF !important;
}
.geogebra-activity-unsolved td {
background-color: #FFDFDF !important;
}
.geogebra-activities-table {
margin: 20px !important;
width: 95%;
}
#page-mod-geogebra-action-student_results #region-main-box {
left: 0 !important;
}
#dates .title-time {
width: 150px;
float: left;
clear: both;
}
#dates .data-time {
float: left;
}
#dates.generalbox {
height: 30px;
}
.geogebradates {
margin: 10px;
}
#geogebra-summary-all-link {
float: left;
margin-top: 20px;
}
#geogebra-preview-link {
float: right;
margin-top: 20px;
}
.summary-row {
font-weight: bold;
}
.geogebra-session-activities-visible {
visibility: visible;
}
.geogebra-session-activities-hidden {
visibility: hidden;
display: none;
}
.firstinitial {
clear: both;
margin-top: 30px;
}
.initialbar {
text-align: center;
}
.pendinggrade {
background-color: #FFD991;
}
#applet_container > div {
margin: 0 auto;
}
#applet_container {
margin: 20px auto;
background-image: url([[pix:i/loading_small]]);
background-position: center center;
background-repeat: no-repeat;
}