X-Git-Url: https://jasonwoof.com/gitweb/?p=contractor-progress.git;a=blobdiff_plain;f=tasks.css;h=a9a6de108b1a49edeec428dbda3da0cd7358e3ac;hp=e7a6c7c8848d55ea9e8d16af8bc40f7b44e39243;hb=ee6685eef368fdd21c4916b32a0ad26880146cce;hpb=5cc6274a058be9a9cf9d7d3e1d169870cad90353 diff --git a/tasks.css b/tasks.css index e7a6c7c..a9a6de1 100644 --- a/tasks.css +++ b/tasks.css @@ -1,8 +1,49 @@ -.index_body h3 { +.index_body h3, .index_body h4 { text-align: left; margin: 15px 0px 5px; } +.task_link { + padding-top: 8px; +} + #badges { margin-top: 30px; } + +#agpl_footer { + margin-top: 20px; + border-top: 1px solid black; + padding-top: 5px; + font-size: 10px; + text-align: center; +} + +.updown { + width: 14px; + height: 18px; + position: relative; + background: transparent url(images/updown.png); + display: inline-block; + vertical-align: bottom; +} + +.updown_links { + position: absolute; + top: -7px; + right: 10000px; + width: 200px; + height: 20px; + border: 1px solid black; + background: #fff url(images/updown.png) right 50% no-repeat; + padding: 5px 20px 5px 5px; + text-align: right; + /* This looks _horrible_ on ie6, but it works + remove this line for IE 5.5 and 6 */ +} + +.updown:hover .updown_links { + /* remove this line for IE 5.5 and 6 + */ + right: -1px; +}