aboutsummaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorCamil Staps2015-02-10 10:33:10 +0100
committerCamil Staps2015-02-10 10:33:10 +0100
commit6614d2f7d47e3f0337321776040eb5f03dc8245b (patch)
treeebbd33bdc95ce233b6f9d5fb8de7a8f310eb3b0e /css
parentUpdated makefile for clarification that this is only the makefile for the doc... (diff)
Sorting for assignments using the mixItUp plugin
Diffstat (limited to 'css')
-rw-r--r--css/businessadmin.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/css/businessadmin.css b/css/businessadmin.css
index 6fc34fe..d181bc1 100644
--- a/css/businessadmin.css
+++ b/css/businessadmin.css
@@ -79,4 +79,11 @@ td .btn.btn-circle:last-child {
.editable {
border-bottom: dotted 1px #0088cc !important;
+}
+
+.mixitup .mix {
+ display: none; /* this is needed for the mixitup plugin */
+}
+.mixitup .mixitup-sort {
+ cursor: pointer;
} \ No newline at end of file