X-Git-Url: https://jasonwoof.com/gitweb/?p=contractor-progress.git;a=blobdiff_plain;f=tasks.css;h=7c57459b994df03260d1cc19c8279f85aab74572;hp=c117feb47020d9f8bba3fb958da6e642f136b97c;hb=HEAD;hpb=e9275bae1584a4d61ed5c09fb5f63fb5096ed03a diff --git a/tasks.css b/tasks.css index c117feb..7c57459 100644 --- a/tasks.css +++ b/tasks.css @@ -1,9 +1,28 @@ +h2.plate { + margin-top: 40px; + text-align: left; + margin-bottom: 0; +} .index_body h3, .index_body h4 { text-align: left; - margin: 15px 0px 5px; + margin: 25px 0px 0px; +} + +div.task_state_note { + font-size: 80%; +} + +th { + text-align: center; +} + +td.num { + text-align: right; } -.task_link { padding-top: 8px; } +.task_link { + padding-top: 8px; +} #badges { margin-top: 30px; @@ -16,3 +35,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; +}