first (mostly) working version of full elections.
[selectricity-live] / public / stylesheets / voter.css
index 98b94dc456159ad119b348b5b2748ab557bcd2a9..5a38cae6f0edc054b19fc0f6cc630a9eba18840e 100644 (file)
@@ -10,3 +10,17 @@ a {
        color: #005cd9;
        background-color: #e5e5e5;
 }
+
+#sortable_list {
+  display: float;
+  float: left;
+}
+
+li.moveable {
+  background-color: #c0d9fb;
+  border:1px solid #005cd9;
+  cursor: move;
+  padding: 4px;
+  margin: 4px;
+}
+

Benjamin Mako Hill || Want to submit a patch?