~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-04-28 06:18:14 UTC
  • Revision ID: grantw@unimelb.edu.au-20090428061814-fiqynzwcmtk3dokn
Replace ivle.util.unmake_path with specialisations in Request and CGIRequest.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#add_projectset {
2
 
    padding: 10px;
3
 
}
4
 
 
5
 
.add-project {
6
 
    width: 600px;
7
 
    padding-left: 40px;
8
 
}
9
 
 
10
 
.add-project label {
11
 
    position: absolute;
12
 
    text-align: right;
13
 
}
14
 
 
15
 
.add-project input, textarea {
16
 
    margin-left: 100px;
17
 
    width: 400px;
18
 
}
19
 
 
20
 
.project-synopsis {
21
 
    width: 400px;
22
 
    white-space: pre-wrap;
23
 
}
24
 
 
25
 
.add-project div {
26
 
    display: none;
27
 
}
28
 
 
29
 
li {
30
 
    list-style-image: none;
31
 
    list-style-position: outside;
32
 
    list-style-type: none;
33
 
}
34
 
 
35
 
.project-title {
36
 
    float: left;
37
 
    text-align: left;
38
 
    width: 250px;
39
 
}
40
 
 
41
 
.project-title img {
42
 
    border: medium none;
43
 
}