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