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

« back to all changes in this revision

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

Swap around some elements to make the OfferingProjectsView XHTML more valid.

Show diffs side-by-side

added added

removed removed

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