~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: 2008-02-05 01:41:15 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:409
Moved www/conf and www/common to a new directory lib. This separates the "web"
part of IVLE from what is becoming less web oriented (at least from Apache's
standpoint).
Modified setup.py to install this lib directory correctly and write conf in
the right place. Also adds the lib directory to ivle.pth.

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
 
}
57
 
 
58
 
.project_list {
59
 
  text-align: left;
60
 
  border-collapse: collapse;
61
 
}
62
 
 
63
 
.project_list td, .project_list th {
64
 
  padding: 0.2em 0.7em;
65
 
  border-bottom: 1px solid #ccc;
66
 
}
67
 
 
68
 
.project_list th {
69
 
  border-bottom: 2px solid gray;
70
 
}
71
 
 
72
 
.project_list tbody td {
73
 
  color: #444;
74
 
}
75
 
 
76
 
.project_list tbody tr:hover {
77
 
  background-color: #efefef;
78
 
}
79
 
 
80
 
.project_list td:first-child, .project_list th:first-child {
81
 
  padding-left: 0;
82
 
}
83
 
 
84
 
.project_list tbody tr:hover td {
85
 
  color: #111;
86
 
}