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

« back to all changes in this revision

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

  • Committer: Matt Giuca
  • Date: 2009-02-25 02:17:36 UTC
  • mfrom: (1109)
  • mto: This revision was merged to the branch mainline in revision 1119.
  • Revision ID: matt.giuca@gmail.com-20090225021736-fnnpc7stnemede00
MergedĀ fromĀ trunk.

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
 
 
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 {
21
 
    width: 600px;
22
 
    padding-left: 40px;
23
 
}
24
 
 
25
 
.add-project label, .add-projectset label {
26
 
    position: absolute;
27
 
    text-align: right;
28
 
}
29
 
 
30
 
.add-project input, textarea, .add-projectset input {
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, .add-projectset > 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
 
}