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

« back to all changes in this revision

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

  • Committer: William Grant
  • Date: 2009-07-05 08:57:26 UTC
  • mto: (1294.4.2 ui-the-third)
  • mto: This revision was merged to the branch mainline in revision 1353.
  • Revision ID: grantw@unimelb.edu.au-20090705085726-w5aqfe833k3s3c0u
Add a breadcrumb generator (indexes plugins on what breadcrumbs they have).

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
 
1
20
#add_projectset {
2
21
    padding: 10px;
3
22
}
4
23
 
5
 
.add-project {
 
24
.add-project > div{
6
25
    width: 600px;
7
26
    padding-left: 40px;
8
27
}
22
41
    white-space: pre-wrap;
23
42
}
24
43
 
25
 
.add-project div {
 
44
.add-project > form {
26
45
    display: none;
27
46
}
28
47
 
32
51
    list-style-type: none;
33
52
}
34
53
 
35
 
.project-title {
36
 
    float: left;
37
 
    text-align: left;
38
 
    width: 250px;
39
 
}
40
 
 
41
54
.project-title img {
42
 
    border: medium none;
 
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;
43
86
}