Merge pull request #83 from barrysspace/expired_self_enrolments_MDL26
[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 border-radius: 5px;
7 -moz-border-radius: 5px;
8 -webkit-border-radius: 5px;
9 -opera-border-radius: 5px;
10 -khtml-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: 0px 3px 0px 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-bottom: 4px;
73 padding-left: 4px;
74 padding-right: 4px;
75 padding-top: 4px;
76 }
77
78 .path-mod-attendance table.controls .right {
79 text-align: right;
80 }
81 /* for IE7*/
82 .path-mod-attendance .filtercontrols td {
83 padding:6px;
84 }
85
86 .path-mod-attendance .takecontrols {
87 width: 800px;
88 margin: 0px auto 20px auto;
89 }
90 .path-mod-attendance .takecontrols table{
91 margin: 0px auto;
92 }
93 .path-mod-attendance .takecontrols .c0 {
94 width: 500px;
95 text-align: left;
96 }
97 .path-mod-attendance .takecontrols .c1 {
98 text-align: right;
99 }
100
101 .path-mod-attendance .inline,
102 .path-mod-attendance .inline form,
103 .path-mod-attendance .inline div {
104 display: inline;
105 }
106
107 .path-mod-attendance table.userinfobox {
108 border: 1px solid #EEEEEE;
109 padding: 0px;
110 }
111 .path-mod-attendance table.userinfobox td.left {
112 background-color: #EEEEEE;
113 padding: 30px 10px;
114 }
115 .path-mod-attendance table.attlist td.c0 {
116 text-align: right;
117 }
118
119 #page-mod-attendance-preferences .generalbox {
120 text-align: center;
121 }
122
123 .path-mod-attendance .attsessions_manage_table .action-icon img.smallicon {
124 margin-left: 5px;
125 }
126 #page-mod-attendance-sessions input[type="checkbox"] {
127 margin-right: 2px;
128 }