app/assets/stylesheets/decidim/admin/_tables.scss in decidim-admin-0.0.1.alpha7 vs app/assets/stylesheets/decidim/admin/_tables.scss in decidim-admin-0.0.1.alpha8

- old
+ new

@@ -1,5 +1,14 @@ table{ td.actions, th.actions{ text-align: right; } +} + +tbody.sortable tr { + cursor: move; + + td:first-child { + border-left-style: dotted; + border-left-color: #ccc; + } } \ No newline at end of file