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