JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
update wfpl and templates
[contractor-progress.git] / tasks.css
1 h2.plate {
2         margin-top: 40px;
3         text-align: left;
4         margin-bottom: 0;
5 }
6 .index_body h3, .index_body h4 {
7         text-align: left;
8         margin: 25px 0px 0px;
9 }
10
11 div.task_state_note {
12         font-size: 80%;
13 }
14
15 th {
16         text-align: center;
17 }
18
19 td.num {
20         text-align: right;
21 }
22
23 .task_link {
24         padding-top: 8px;
25 }
26
27 #badges {
28         margin-top: 30px;
29 }
30
31 #agpl_footer {
32         margin-top: 20px;
33         border-top: 1px solid black;
34         padding-top: 5px;
35         font-size: 10px;
36         text-align: center;
37 }
38
39 .updown {
40         width: 14px;
41         height: 18px;
42         position: relative;
43         background: transparent url(images/updown.png);
44         display: inline-block;
45         vertical-align: bottom;
46 }
47
48 .updown_links {
49         position: absolute;
50         top: -7px;
51         right: 10000px;
52         width: 200px;
53         height: 20px;
54         border: 1px solid black;
55         background: #fff url(images/updown.png) right 50% no-repeat;
56         padding: 5px 20px 5px 5px;
57         text-align: right;
58         /* This looks _horrible_ on ie6, but it works
59         remove this line for IE 5.5 and 6 */
60 }
61
62 .updown:hover .updown_links {
63         /* remove this line for IE 5.5 and 6
64         */
65         right: -1px;
66 }