~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-05 02:57:53 UTC
  • Revision ID: grantw@unimelb.edu.au-20090505025753-a12zc1my6tjowies
Decode console input as UTF-8, until JSONRESTView does it for us.

Unicode input had regressed!

Show diffs side-by-side

added added

removed removed

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