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

« back to all changes in this revision

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

  • Committer: Nick Chadwick
  • Date: 2009-05-12 11:49:31 UTC
  • mto: This revision was merged to the branch mainline in revision 1247.
  • Revision ID: chadnickbok@gmail.com-20090512114931-k6rgwieyvbg8ld07
Removed non-functional links to delete projects and grant extensions.

Also fixed a line in the javascript which was accidentally commented out.

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
}