~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 06:26:24 UTC
  • mto: (1099.1.227 exercise-ui)
  • mto: This revision was merged to the branch mainline in revision 1162.
  • Revision ID: chadnickbok@gmail.com-20090224062624-vgebr78gx3zngyrp
The skeleton for editing an exercise has now been created. The next
step is to code the functions on the back-end, and update the javascript

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
.testsuite {
2
2
  display: none;
 
3
  width: 800px;
3
4
}
4
5
 
5
6
.test_variables {
21
22
.textinput {
22
23
  width: 350px;
23
24
}
 
25
 
 
26
.test_suite_vals div label {
 
27
  float: left;
 
28
  text-align: right;
 
29
  width: 100px;
 
30
}