summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/route_elements.css.scss
diff options
context:
space:
mode:
authorStefan Wintermeyer <stefan.wintermeyer@amooma.de>2013-02-12 13:26:30 +0100
committerStefan Wintermeyer <stefan.wintermeyer@amooma.de>2013-02-12 13:26:30 +0100
commitf8f35f666613eff24d3988bda1a22cc40ef2ab30 (patch)
treeaa6ed467ba56ea74b0061af4d06cfb9b853da489 /app/assets/stylesheets/route_elements.css.scss
parentaa5a2b806d117ffde9888e282c7100066156d94b (diff)
Make the call_elements table sortable by drag and drop.
Diffstat (limited to 'app/assets/stylesheets/route_elements.css.scss')
-rw-r--r--app/assets/stylesheets/route_elements.css.scss5
1 files changed, 5 insertions, 0 deletions
diff --git a/app/assets/stylesheets/route_elements.css.scss b/app/assets/stylesheets/route_elements.css.scss
new file mode 100644
index 0000000..a0080ab
--- /dev/null
+++ b/app/assets/stylesheets/route_elements.css.scss
@@ -0,0 +1,5 @@
+#route_elements .handle {
+ font-size: 12px;
+ color: #777;
+ cursor: move;
+} \ No newline at end of file