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 |
||
1341.1.1
by William Grant
Make the "Add a new project set" link actually do something. |
20 |
.add-project > div, .add-projectset > div { |
1165.3.6
by Nick Chadwick
Modified the javascript for adding projects and projectsets, so that |
21 |
width: 600px; |
22 |
padding-left: 40px; |
|
23 |
}
|
|
24 |
||
1341.1.1
by William Grant
Make the "Add a new project set" link actually do something. |
25 |
.add-project label, .add-projectset label { |
1165.3.6
by Nick Chadwick
Modified the javascript for adding projects and projectsets, so that |
26 |
position: absolute; |
27 |
text-align: right; |
|
28 |
}
|
|
29 |
||
1341.1.1
by William Grant
Make the "Add a new project set" link actually do something. |
30 |
.add-project input, textarea, .add-projectset input { |
1165.3.6
by Nick Chadwick
Modified the javascript for adding projects and projectsets, so that |
31 |
margin-left: 100px; |
32 |
width: 400px; |
|
33 |
}
|
|
34 |
||
35 |
.project-synopsis { |
|
36 |
width: 400px; |
|
37 |
white-space: pre-wrap; |
|
38 |
}
|
|
39 |
||
1341.1.1
by William Grant
Make the "Add a new project set" link actually do something. |
40 |
.add-project > form, .add-projectset > form { |
1165.3.6
by Nick Chadwick
Modified the javascript for adding projects and projectsets, so that |
41 |
display: none; |
42 |
}
|
|
1165.3.7
by Nick Chadwick
Modified the styling of the projects page, and added a non-functional |
43 |
|
44 |
li { |
|
45 |
list-style-image: none; |
|
46 |
list-style-position: outside; |
|
47 |
list-style-type: none; |
|
48 |
}
|
|
49 |
||
50 |
.project-title img { |
|
1165.3.25
by William Grant
Sink the project title, and move the project delete icon to the end. |
51 |
vertical-align: top; |
1165.3.7
by Nick Chadwick
Modified the styling of the projects page, and added a non-functional |
52 |
}
|