~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: 2010-02-11 05:09:56 UTC
  • Revision ID: grantw@unimelb.edu.au-20100211050956-t5i2z6b8iulxteza
Unbreak existing tests.

Show diffs side-by-side

added added

removed removed

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