X-Git-Url: https://jasonwoof.com/gitweb/?p=contractor-progress.git;a=blobdiff_plain;f=tasks.css;h=24104b258b3ac023d2b367a6ff5d5a459d273fa6;hp=49cb2846b2bdade47dae36f99769378e57cffd46;hb=27907dbe8cb9df3a2db9be1715cbbdeebf084651;hpb=a8968f20cd3b06b2cc19de6871019d4aaae6b79b diff --git a/tasks.css b/tasks.css index 49cb284..24104b2 100644 --- a/tasks.css +++ b/tasks.css @@ -3,6 +3,55 @@ margin: 15px 0px 5px; } +th { + text-align: center; +} + +td.num { + text-align: right; +} + +.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; +}