~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-11 11:36:11 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:31
doc/notes/architecture: Help files
doc/notes/apps/dispatch.txt: Detailed design of dispatch module.
src/conf/*.py: Added some new config settings.

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_projectset {
21
 
    padding: 10px;
22
 
}
23
 
 
24
 
.add-project > div{
25
 
    width: 600px;
26
 
    padding-left: 40px;
27
 
}
28
 
 
29
 
.add-project label {
30
 
    position: absolute;
31
 
    text-align: right;
32
 
}
33
 
 
34
 
.add-project input, textarea {
35
 
    margin-left: 100px;
36
 
    width: 400px;
37
 
}
38
 
 
39
 
.project-synopsis {
40
 
    width: 400px;
41
 
    white-space: pre-wrap;
42
 
}
43
 
 
44
 
.add-project > form {
45
 
    display: none;
46
 
}
47
 
 
48
 
li {
49
 
    list-style-image: none;
50
 
    list-style-position: outside;
51
 
    list-style-type: none;
52
 
}
53
 
 
54
 
.project-title img {
55
 
  vertical-align: top;
56
 
}