Fixes #223 allow student attendance to be disabled at site-level
[moodle-mod_attendance.git] / styles.css
1 .path-mod-attendance .attbtn {
2 border:1px solid #AAAAAA;
3 margin-left: 2px;
4 margin-right: 2px;
5 padding: 5px;
6 -moz-border-radius: 5px;
7 -webkit-border-radius: 5px;
8 -opera-border-radius: 5px;
9 -khtml-border-radius: 5px;
10 border-radius: 5px;
11 }
12
13 .path-mod-attendance .attcurbtn {
14 margin-left: 2px;
15 margin-right: 2px;
16 padding: 5px;
17 }
18
19 .path-mod-attendance .attfiltercontrols {
20 margin-bottom: 10px;
21 margin-right:auto;
22 margin-left:auto;
23 }
24
25 .path-mod-attendance .attfiltercontrols #currentdate{
26 display: inline;
27 }
28
29 .path-mod-attendance .attwidth {
30 width:90%;
31 margin: auto;
32 }
33
34 .path-mod-attendance .userwithoutenrol,
35 .path-mod-attendance .userwithoutenrol a{
36 color: gray;
37 }
38
39 .path-mod-attendance .userwithoutdata,
40 .path-mod-attendance .userwithoutdata a{
41 color: red;
42 }
43
44 .path-mod-attendance .takelist td {
45 vertical-align: middle;
46 }
47
48 .path-mod-attendance .takelist .userpicture {
49 margin:0 3px;
50 vertical-align:middle;
51 }
52
53 .path-mod-attendance .takegrid input {
54 margin: 0 3px 0 6px;
55 }
56
57 .path-mod-attendance .takegrid .fullname {
58 font-size: 0.8em;
59 }
60
61 .path-mod-attendance table.controls {
62 width: 100%;
63 text-align: center;
64 }
65
66 .path-mod-attendance table.controls tr {
67 vertical-align: top;
68 }
69
70 .path-mod-attendance table.controls td.right,
71 .path-mod-attendance table.controls td.left {
72 padding: 4px;
73 }
74
75 .path-mod-attendance table.controls .right {
76 text-align: right;
77 }
78 /* for IE7*/
79 .path-mod-attendance .filtercontrols td {
80 padding:6px;
81 }
82
83 .path-mod-attendance .takecontrols {
84 width: 800px;
85 margin: 0 auto 20px auto;
86 }
87 .path-mod-attendance .takecontrols table{
88 margin: 0 auto;
89 }
90 .path-mod-attendance .takecontrols .c0 {
91 width: 500px;
92 text-align: left;
93 }
94 .path-mod-attendance .takecontrols .c1 {
95 text-align: right;
96 }
97
98 .path-mod-attendance .inline,
99 .path-mod-attendance .inline form,
100 .path-mod-attendance .inline div {
101 display: inline;
102 }
103
104 .path-mod-attendance table.userinfobox {
105 border: 1px solid #EEEEEE;
106 padding: 0;
107 }
108 .path-mod-attendance table.userinfobox td.left {
109 background-color: #EEEEEE;
110 padding: 30px 10px;
111 }
112 .path-mod-attendance table.attlist td.c0 {
113 text-align: right;
114 }
115
116 #page-mod-attendance-preferences .generalbox {
117 text-align: center;
118 }
119
120 .path-mod-attendance .attsessions_manage_table .action-icon img.smallicon {
121 margin-left: 5px;
122 }
123 #page-mod-attendance-sessions input[type="checkbox"] {
124 margin-right: 2px;
125 }
126
127 .path-mod-attendance .setallstatuses {
128 text-align: right;
129 }
130
131 .path-mod-attendance .remarkholder {
132 position: relative;
133 }
134
135 .path-mod-attendance .remarkholder .remarkcontent {
136 display: none;
137 position: absolute;
138 border: 1px solid #ccc;
139 border-radius: 3px;
140 box-shadow: 3px 3px 5px #ccc;
141 background-color: white;
142 left: 20px;
143 top: 0;
144 padding: 5px;
145 width: 150px;
146 z-index: 5000;
147 }
148
149 .path-mod-attendance .remarkholder:hover .remarkcontent {
150 display: inline-block;
151 }
152
153 .path-mod-attendance .attendancestatus-P {
154 color: green;
155 }
156
157 .path-mod-attendance .attendancestatus-E {
158 color: #00AEE3;
159 }
160
161 .path-mod-attendance .attendancestatus-L {
162 color: #F7931E;
163 }
164
165 .path-mod-attendance .attendancestatus-A {
166 color: red;
167 }