X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=tasks.css;h=d3c63f859caad9fbadbbf690b4d37cb695f7bcdc;hb=d157a05acebd4fd6916ac37030fb037b8f1fffd4;hp=8bc29dfc4f20e344c6dfb9bb384717021c2f2104;hpb=ad20a13a34414a1938b285e99a3c3b0c019412aa;p=contractor-progress.git diff --git a/tasks.css b/tasks.css index 8bc29df..d3c63f8 100644 --- a/tasks.css +++ b/tasks.css @@ -3,6 +3,10 @@ margin: 15px 0px 5px; } +.task_link { + padding-top: 8px; +} + #badges { margin-top: 30px; } @@ -14,3 +18,32 @@ 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; +}