~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-03-09 00:15:21 UTC
  • mfrom: (1099.6.4 new-dispatch)
  • mto: This revision was merged to the branch mainline in revision 1162.
  • Revision ID: chadnickbok@gmail.com-20090309001521-dffcygyuyvs2cap0
finished the exercise-ui. It is now ready to be merged with trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
.testsuite {
2
2
  display: none;
3
 
  width: 900px;
 
3
  width: 1000px;
4
4
}
5
5
 
6
6
.test_variables {
41
41
.add_new_part {
42
42
  display: none;
43
43
}
 
44
 
 
45
.exercise_names div {
 
46
  float: left;
 
47
  text-align: left;
 
48
  width: 250px;
 
49
}