291
by mattgiuca
tutorial: Added code to handle top-level menu and subject menu (reads dir |
1 |
.tuteproblem { |
2 |
border-top: black 1px solid; |
|
3 |
border-bottom: black 1px solid; |
|
307
by mattgiuca
tutorial: Now each problem div has an ID. Added submit buttons which call |
4 |
padding-bottom: 1.2em; |
291
by mattgiuca
tutorial: Added code to handle top-level menu and subject menu (reads dir |
5 |
}
|
297
by mattgiuca
tutorial: Now presents problems correctly, by parsing XML source and writing |
6 |
|
7 |
.problembox { |
|
8 |
width: 100%; |
|
307
by mattgiuca
tutorial: Now each problem div has an ID. Added submit buttons which call |
9 |
}
|
10 |
||
11 |
.problembuttons { |
|
12 |
text-align: right; |
|
297
by mattgiuca
tutorial: Now presents problems correctly, by parsing XML source and writing |
13 |
}
|
312
by mattgiuca
Full client-side testing - functional. |
14 |
|
15 |
/* Test case outputs are shown as a bulleted list, with these icons as the
|
|
16 |
* bullets. */
|
|
17 |
||
18 |
li.pass { |
|
19 |
list-style: url(/ivle/media/images/tutorial/pass.png); |
|
20 |
}
|
|
21 |
li.fail { |
|
22 |
list-style: url(/ivle/media/images/tutorial/fail.png); |
|
23 |
}
|
|
24 |
li.exception { |
|
25 |
list-style: url(/ivle/media/images/tutorial/exception.png); |
|
26 |
}
|