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

« back to all changes in this revision

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

  • Committer: Nick Chadwick
  • Date: 2009-02-24 05:22:21 UTC
  • mto: (1099.1.227 exercise-ui)
  • mto: This revision was merged to the branch mainline in revision 1162.
  • Revision ID: chadnickbok@gmail.com-20090224052221-xws3fir8gg46ovvz
Modifief exercise view, so that exercises can now be viewed in an
expandable javascript style.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.testsuite {
 
2
  display: none;
 
3
}
 
4
 
 
5
.test_variables {
 
6
  display: none;
 
7
}
 
8
 
 
9
.test_cases {
 
10
  display: none;
 
11
}
 
12
 
 
13
.test_case {
 
14
  display: none;
 
15
}
 
16
 
1
17
div.testsuite {
2
18
  background: turquoise;
3
19
}