JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
fixed css so prioritize links don't make a horizontal scroll bar
authorJason Woofenden <jason283@herkamire.com>
Thu, 8 Jan 2009 04:20:53 +0000 (23:20 -0500)
committerJason Woofenden <jason283@herkamire.com>
Thu, 8 Jan 2009 04:20:53 +0000 (23:20 -0500)
index.html
tasks.css

index 73f1c77..886dfba 100644 (file)
@@ -41,7 +41,7 @@
 
   <!--~queue start~-->
     <h4>Queued tasks</h4>
-    <div>Jason hasn't started on these yet, so you can change them if you want. At some point you'll also be able to prioritize them.</div>
+    <div>Jason hasn't started on these yet. You can use the arrows to set the priority order. Jason will do the top one first.</div>
     <!--~queue_row start~-->
     <div class="task_link"><span class="updown"><div class="updown_links"> <a href="tasks?tasks_edit_id=~task_id~&amp;bump=down">later</a> <a href="tasks?tasks_edit_id=~task_id~&amp;bump=up">sooner</a> <a href="tasks?tasks_edit_id=~task_id~&amp;bump=bottom">last</a> <a href="tasks?tasks_edit_id=~task_id~&amp;bump=top">first</a></div></span> ~client.html~ <a href="tasks?tasks_id=~task_id~">#~task_id~: ~task_title.html~</a> (~task_price.money~)</div>
     <!--~end~-->
index d3c63f8..a9a6de1 100644 (file)
--- a/tasks.css
+++ b/tasks.css
@@ -31,7 +31,7 @@
 .updown_links {
        position: absolute;
        top: -7px;
-       right: -10000px;
+       right: 10000px;
        width: 200px;
        height: 20px;
        border: 1px solid black;