JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
made reprioritize links look better
[contractor-progress.git] / tasks.css
index c117feb..6adaf9c 100644 (file)
--- 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;
        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;
+}