forked from danmarsden/moodle_mod_attforblock_old
-
Notifications
You must be signed in to change notification settings - Fork 0
/
styles.css
125 lines (106 loc) · 2.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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
.path-mod-attforblock .attbtn {
border:1px solid #AAAAAA;
margin-left: 2px;
margin-right: 2px;
padding: 5px;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-opera-border-radius: 5px;
-khtml-border-radius: 5px;
}
.path-mod-attforblock .attcurbtn {
margin-left: 2px;
margin-right: 2px;
padding: 5px;
}
.path-mod-attforblock .attfiltercontrols {
margin-bottom: 10px;
margin-right:auto;
margin-left:auto;
}
.path-mod-attforblock .attfiltercontrols #currentdate{
display: inline;
}
.path-mod-attforblock .attwidth {
width:90%;
margin: auto;
}
.path-mod-attforblock .userwithoutenrol,
.path-mod-attforblock .userwithoutenrol a{
color: gray;
}
.path-mod-attforblock .userwithoutdata,
.path-mod-attforblock .userwithoutdata a{
color: red;
}
.path-mod-attforblock .takelist td {
vertical-align: middle;
}
.path-mod-attforblock .takelist .userpicture {
margin:0 3px;
vertical-align:middle;
}
.path-mod-attforblock .takegrid input {
margin: 0px 3px 0px 6px;
}
.path-mod-attforblock .takegrid .fullname {
font-size: 0.8em;
}
.path-mod-attforblock table.controls {
width: 100%;
text-align: center;
}
.path-mod-attforblock table.controls tr {
vertical-align: top;
}
.path-mod-attforblock table.controls td.right,
.path-mod-attforblock table.controls td.left {
padding-bottom: 4px;
padding-left: 4px;
padding-right: 4px;
padding-top: 4px;
}
.path-mod-attforblock table.controls .right {
text-align: right;
}
/* for IE7*/
.path-mod-attforblock .filtercontrols td {
padding:6px;
}
.path-mod-attforblock .takecontrols {
width: 800px;
margin: 0px auto 20px auto;
}
.path-mod-attforblock .takecontrols table{
margin: 0px auto;
}
.path-mod-attforblock .takecontrols .c0 {
width: 500px;
text-align: left;
}
.path-mod-attforblock .takecontrols .c1 {
text-align: right;
}
.path-mod-attforblock .inline,
.path-mod-attforblock .inline form,
.path-mod-attforblock .inline div {
display: inline;
}
.path-mod-attforblock table.userinfobox {
border: 1px solid #EEEEEE;
padding: 0px;
}
.path-mod-attforblock table.userinfobox td.left {
background-color: #EEEEEE;
padding: 30px 10px;
}
.path-mod-attforblock table.attlist td.c0 {
text-align: right;
}
#page-mod-attforblock-preferences .generalbox {
text-align: center;
}
.path-mod-attforblock .attsessions_manage_table .action-icon img.smallicon {
margin-left: 5px;
}