Subversion Repositories wimsdev

Rev

Rev 10562 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 10562 Rev 15722
Line 1... Line 1...
1
.wims_exam {
1
.wims_exam {
2
  text-align:left;
2
  text-align: left;
3
  margin-left:2.5em;
3
  margin-left: 2.5em;
4
  margin-bottom: .5em;
4
  margin-bottom: .5em;
5
  padding: 1em 0;
5
  padding: 1em 0;
6
  /*border-bottom: 1px solid gray;
6
  /*border-bottom: 1px solid gray;
7
  border-left: 1px solid gray;*/
7
  border-left: 1px solid gray;*/
8
}
8
}
9
 
9
 
10
.wims_exam .exo_item {
10
.wims_exam .exo_item {
11
  box-sizing:content-box;
11
  box-sizing: content-box;
12
  margin-right:2em;
12
  margin-right: 2em;
13
  margin-bottom: .5em;
13
  margin-bottom: .5em;
14
  width:16em;
14
  width: 16em;
15
  padding:4px;
15
  padding: 4px;
16
  border-radius: 4px;
16
  border-radius: 4px;
17
  background-color:#DFDFDF;
17
  background-color: #DFDFDF;
18
  background-image: linear-gradient(to left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.5) 100%);
18
  background-image: linear-gradient(to left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.5) 100%);
19
  border-top: 1px solid #ccc;
19
  border-top: 1px solid #ccc;
20
  border-left: 1px solid #ccc;
20
  border-left: 1px solid #ccc;
21
  float:left;
21
  float: left;
22
}
22
}
23
 
23
 
24
.exo_done{
24
.exo_done{
25
  color:#008F00;
25
  color: #008F00;
26
}
26
}
27
 
27
 
28
.exo_done:before{
28
.exo_done:before{
29
  content:"\002714";
29
  content: "\002714";
30
  padding-right:.4em;
30
  padding-right: .4em;
31
}
31
}
32
 
32
 
33
.disabled_link{
33
.disabled_link{
34
  color:#A0A0C0;
34
  color: #A0A0C0;
35
  text-decoration:underline;
35
  text-decoration: underline;
36
}
36
}
37
 
37
 
38
/*.wims_exam .exo_link a {
38
/*.wims_exam .exo_link a {
39
   background-color:#e5e588;
39
   background-color:#e5e588;
40
}*/
40
}*/