X-Git-Url: https://jasonwoof.com/gitweb/?p=contractor-progress.git;a=blobdiff_plain;f=tasks.css;h=6adaf9c658e37b474d4fe9d210c9bc4d5d0bb78f;hp=c117feb47020d9f8bba3fb958da6e642f136b97c;hb=7e9890a5900fa0439918ea9c8805ed90dbc29ce0;hpb=5cbc553fa7adf352e63aaff4fe99600e476e6c59 diff --git a/tasks.css b/tasks.css index c117feb..6adaf9c 100644 --- a/tasks.css +++ b/tasks.css @@ -3,7 +3,9 @@ margin: 15px 0px 5px; } -.task_link { padding-top: 8px; } +.task_link { + padding-top: 8px; +} #badges { margin-top: 30px; @@ -16,3 +18,28 @@ 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; +} + +.updown:hover .updown_links { + right: -1px; +}