Rev 9468 | Rev 10562 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 9468 | Rev 9664 | ||
---|---|---|---|
Line 1... | Line 1... | ||
1 | .wims_exam { |
1 | .wims_exam { |
2 |
|
2 | text-align:left; |
3 |
|
3 | margin-left:2.5em; |
4 |
|
4 | margin-bottom: .5em; |
5 |
|
5 | padding: 1em 0; |
6 |
|
6 | /*border-bottom: 1px solid gray; |
7 | |
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 |
|
12 | margin-right:2em; |
12 |
|
13 | margin-bottom: .5em; |
13 |
|
14 | width:16em; |
14 |
|
15 | padding:4px; |
15 |
|
16 | border-radius: 4px; |
16 |
|
17 | background-color:#DFDFDF; |
17 |
|
18 | background-image: linear-gradient(to left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.5) 100%); |
18 |
|
19 | border-top: 1px solid #ccc; |
19 |
|
20 | border-left: 1px solid #ccc; |
20 |
|
21 | float:left; |
21 | } |
22 | } |
22 | 23 | ||
23 | .exo_done{ |
24 | .exo_done{ |
24 |
|
25 | color:#008F00; |
25 | } |
26 | } |
26 | 27 | ||
27 | .exo_done:before{ |
28 | .exo_done:before{ |
28 |
|
29 | content:"\002714"; |
29 |
|
30 | padding-right:.4em; |
30 | } |
31 | } |
31 | 32 | ||
32 | .disabled_link{ |
33 | .disabled_link{ |
33 |
|
34 | color:#A0A0C0; |
34 |
|
35 | text-decoration:underline; |
35 |
|
36 | border:1px solid red; |
36 | } |
37 | } |
37 | 38 | ||
38 | /*.wims_exam .exo_link a { |
39 | /*.wims_exam .exo_link a { |
39 | background-color:#e5e588; |
40 | background-color:#e5e588; |
40 | }*/ |
41 | }*/ |