~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 14:32:55 UTC
  • mto: (1099.1.227 exercise-ui)
  • mto: This revision was merged to the branch mainline in revision 1162.
  • Revision ID: chadnickbok@gmail.com-20090224143255-eflrd17t4k8p5s85
Started adding in add and save options in the exercise edit view, to
start supporting full modification of exercises through the browser.

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
  display: none;
16
16
}
17
17
 
18
 
div.testsuite {
19
 
  background: turquoise;
20
 
}
21
18
 
22
19
.textinput {
23
20
  width: 350px;
28
25
  text-align: right;
29
26
  width: 100px;
30
27
}
 
28
 
 
29
#add_suite {
 
30
  display: none;
 
31
}