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

« back to all changes in this revision

Viewing changes to ivle/webapp/tutorial/media/exercise_admin.css

  • Committer: William Grant
  • Date: 2009-03-17 04:48:07 UTC
  • mfrom: (1099.1.243 exercise-ui)
  • Revision ID: grantw@unimelb.edu.au-20090317044807-pozdt54fapazp2sp
Merge lp:~ivle-dev/ivle/exercise-ui.

Lecturers can now add and edit exercises, and worksheets can be written
in RST directly inside IVLE.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.testsuite {
 
2
  display: none;
 
3
  width: 1000px;
 
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
 
 
18
 
 
19
.textinput {
 
20
  width: 350px;
 
21
}
 
22
 
 
23
.test_suite_vals div label {
 
24
  float: left;
 
25
  text-align: right;
 
26
  width: 100px;
 
27
}
 
28
 
 
29
#add_suite {
 
30
  display: none;
 
31
}
 
32
 
 
33
.add_variable {
 
34
  display: none;
 
35
}
 
36
 
 
37
.test_case_parts {
 
38
  display: none;
 
39
}
 
40
 
 
41
.add_new_part {
 
42
  display: none;
 
43
}
 
44
 
 
45
.exercise_names div {
 
46
  float: left;
 
47
  text-align: left;
 
48
  width: 250px;
 
49
}
 
50
 
 
51
li {
 
52
  list-style: none;
 
53
}