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

1165.3.25 by William Grant
Sink the project title, and move the project delete icon to the end.
1
#projectset_list {
2
  padding: 0;
3
}
4
1165.3.37 by William Grant
Repadd the project list ul.
5
#projectset_list > li > ul {
6
  padding: 0.5em;
7
}
8
1165.3.22 by William Grant
Apply some nice gruping styles to the projectset list.
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
1165.3.2 by Nick Chadwick
Created a new view for IVLE, allowing lecturers and tutors to
20
#add_projectset {
1165.3.3 by Nick Chadwick
Fixed a missing 'px' in project.css, which resulted in the style not
21
    padding: 10px;
1165.3.2 by Nick Chadwick
Created a new view for IVLE, allowing lecturers and tutors to
22
}
1165.3.6 by Nick Chadwick
Modified the javascript for adding projects and projectsets, so that
23
1165.3.34 by William Grant
Put the 'Add a new project' link and form inside an <li>.
24
.add-project > div{
1165.3.6 by Nick Chadwick
Modified the javascript for adding projects and projectsets, so that
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
1165.3.36 by William Grant
Swap around some elements to make the OfferingProjectsView XHTML more valid.
44
.add-project > form {
1165.3.6 by Nick Chadwick
Modified the javascript for adding projects and projectsets, so that
45
    display: none;
46
}
1165.3.7 by Nick Chadwick
Modified the styling of the projects page, and added a non-functional
47
48
li {
49
    list-style-image: none;
50
    list-style-position: outside;
51
    list-style-type: none;
52
}
53
54
.project-title img {
1165.3.25 by William Grant
Sink the project title, and move the project delete icon to the end.
55
  vertical-align: top;
1165.3.7 by Nick Chadwick
Modified the styling of the projects page, and added a non-functional
56
}
1165.3.66 by William Grant
Prettify the submissions table.
57
1165.3.78 by William Grant
Pretty up the ProjectView Assigned table too.
58
.project_list {
1165.3.66 by William Grant
Prettify the submissions table.
59
  text-align: left;
60
  border-collapse: collapse;
61
}
62
1165.3.78 by William Grant
Pretty up the ProjectView Assigned table too.
63
.project_list td, .project_list th {
1165.3.66 by William Grant
Prettify the submissions table.
64
  padding: 0.2em 0.7em;
65
  border-bottom: 1px solid #ccc;
66
}
67
1165.3.78 by William Grant
Pretty up the ProjectView Assigned table too.
68
.project_list th {
1165.3.66 by William Grant
Prettify the submissions table.
69
  border-bottom: 2px solid gray;
70
}
71
1165.3.78 by William Grant
Pretty up the ProjectView Assigned table too.
72
.project_list tbody td {
1165.3.66 by William Grant
Prettify the submissions table.
73
  color: #444;
74
}
75
1165.3.78 by William Grant
Pretty up the ProjectView Assigned table too.
76
.project_list tbody tr:hover {
1165.3.66 by William Grant
Prettify the submissions table.
77
  background-color: #efefef;
78
}
79
1165.3.78 by William Grant
Pretty up the ProjectView Assigned table too.
80
.project_list td:first-child, .project_list th:first-child {
1165.3.66 by William Grant
Prettify the submissions table.
81
  padding-left: 0;
82
}
83
1165.3.78 by William Grant
Pretty up the ProjectView Assigned table too.
84
.project_list tbody tr:hover td {
1165.3.66 by William Grant
Prettify the submissions table.
85
  color: #111;
86
}