~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-05-11 04:51:08 UTC
  • mto: (1165.3.65 submissions-admin)
  • mto: This revision was merged to the branch mainline in revision 1247.
  • Revision ID: grantw@unimelb.edu.au-20090511045108-z70ij6oti5cazyo4
Add an ivle-refreshfilesystem script, which currently just rewrites svn(-group).conf.

Show diffs side-by-side

added added

removed removed

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