~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-15 07:04:01 UTC
  • Revision ID: grantw@unimelb.edu.au-20100215070401-dd2yi5hk1krpk1hq
Disable breadcrumbs in public mode.

Show diffs side-by-side

added added

removed removed

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