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

« back to all changes in this revision

Viewing changes to ivle/webapp/admin/subject-media/project.css

  • Committer: William Grant
  • Date: 2009-12-08 05:26:00 UTC
  • Revision ID: grantw@unimelb.edu.au-20091208052600-j5jpe25vgjtypex9
Fix missing GroupsView when creating a project set.

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
  background: #eee;
18
18
}
19
19
 
20
 
#add_projectset {
21
 
    padding: 10px;
22
 
}
23
 
 
24
 
.add-project > div{
 
20
.add-project > div, .add-projectset > div {
25
21
    width: 600px;
26
22
    padding-left: 40px;
27
23
}
28
24
 
29
 
.add-project label {
 
25
.add-project label, .add-projectset label {
30
26
    position: absolute;
31
27
    text-align: right;
32
28
}
33
29
 
34
 
.add-project input, textarea {
 
30
.add-project input, textarea, .add-projectset input {
35
31
    margin-left: 100px;
36
32
    width: 400px;
37
33
}
41
37
    white-space: pre-wrap;
42
38
}
43
39
 
44
 
.add-project > form {
 
40
.add-project > form, .add-projectset > form {
45
41
    display: none;
46
42
}
47
43