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

« back to all changes in this revision

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

  • Committer: mattgiuca
  • Date: 2007-12-18 23:46:54 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:82
server/__init__: Rewrote with a better modular architecture.
    Now obeys white/blacklist and looks in conf to get the interpreter to use.
    (Note: Crufty execute_cgi is still present).

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
 
}