~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-12-01 04:27:58 UTC
  • mfrom: (1164.2.46 sphinx-docs)
  • Revision ID: matt.giuca@gmail.com-20091201042758-wuxd9bdec00c283i
Merged sphinx-docs branch. This adds Sphinx documentation for the entire IVLE system (for system administrators and developers), and removes all of our random old document files (all either irrelevant, or moved into the Sphinx docs nicely). Currently incomplete, but ready to merge.

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
  background: #eee;
18
18
}
19
19
 
20
 
.add-project > div, .add-projectset > div {
 
20
#add_projectset {
 
21
    padding: 10px;
 
22
}
 
23
 
 
24
.add-project > div{
21
25
    width: 600px;
22
26
    padding-left: 40px;
23
27
}
24
28
 
25
 
.add-project label, .add-projectset label {
 
29
.add-project label {
26
30
    position: absolute;
27
31
    text-align: right;
28
32
}
29
33
 
30
 
.add-project input, textarea, .add-projectset input {
 
34
.add-project input, textarea {
31
35
    margin-left: 100px;
32
36
    width: 400px;
33
37
}
37
41
    white-space: pre-wrap;
38
42
}
39
43
 
40
 
.add-project > form, .add-projectset > form {
 
44
.add-project > form {
41
45
    display: none;
42
46
}
43
47
 
50
54
.project-title img {
51
55
  vertical-align: top;
52
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
}