~azzar1/unity/add-show-desktop-key

1099.1.213 by Nick Chadwick
Modifief exercise view, so that exercises can now be viewed in an
1
.testsuite {
2
  display: none;
1099.6.4 by Nick Chadwick
Exercise UI is now ready to be merged into trunk.
3
  width: 1000px;
1099.1.213 by Nick Chadwick
Modifief exercise view, so that exercises can now be viewed in an
4
}
5
6
.test_variables {
7
  display: none;
8
}
9
10
.test_cases {
11
  display: none;
12
}
13
14
.test_case {
15
  display: none;
16
}
17
1099.1.212 by Nick Chadwick
Added a new page to display exercises. This will then be modified to
18
19
.textinput {
20
  width: 350px;
21
}
1099.1.214 by Nick Chadwick
The skeleton for editing an exercise has now been created. The next
22
23
.test_suite_vals div label {
24
  float: left;
25
  text-align: right;
26
  width: 100px;
27
}
1099.1.216 by Nick Chadwick
Started adding in add and save options in the exercise edit view, to
28
29
#add_suite {
30
  display: none;
31
}
1099.1.217 by Nick Chadwick
working on making the exercise editor complete
32
33
.add_variable {
34
  display: none;
35
}
36
37
.test_case_parts {
38
  display: none;
39
}
1099.1.221 by Nick Chadwick
added in extra parts to the exercise edit view. Now almost all
40
41
.add_new_part {
42
  display: none;
43
}
1099.6.2 by Nick Chadwick
Added a listing of all exercises
44
45
.exercise_names div {
46
  float: left;
47
  text-align: left;
48
  width: 250px;
49
}
1099.1.231 by Nick Chadwick
Slightly modified the display of the list in the exercises view.
50
51
li {
52
  list-style: none;
53
}