]> git.pld-linux.org Git - packages/eventum.git/commitdiff
- add missing drag and drop css
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 29 Oct 2008 15:40:26 +0000 (15:40 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    eventum-order.patch -> 1.12

eventum-order.patch

index f206ce1395b2f9a2db676b1578ba2a8bd51f7bed..bc1dc7b86b6f65a71f91b84173ff018c64d586be 100644 (file)
 -{include file="footer.tpl.html"}
 +{include file="footer.tpl.html"}
 \ No newline at end of file
-Index: js/jquery/jquery.tablednd.js
-===================================================================
 --- ./js/jquery/jquery.tablednd.js     (revision 0)
 +++ ./js/jquery/jquery.tablednd.js     (revision 0)
 @@ -0,0 +1,382 @@
@@ -1310,3 +1308,17 @@ Index: js/jquery/jquery.tablednd.js
 +    ADD INDEX isu_order (isu_order);
 +// set at least some order for now
 +update eventum_issue_user set isu_order=isu_iss_id;
+--- eventum-r3765/css/style.css~       2008-06-19 08:30:31.000000000 +0300
++++ eventum-r3765/css/style.css        2008-10-29 17:28:49.393768970 +0200
+@@ -172,4 +172,9 @@
+     font-size: 70%;
+     font-family: Verdana, Arial, Helvetica, sans-serif;
+     padding: 10px;
+-}
+\ No newline at end of file
++}
++
++.tDnD_whileDrag td {
++      background-color: #ffffdd;
++      border: 1px solid red;
++}
This page took 0.038483 seconds and 4 git commands to generate.