first (mostly) working version of full elections.
[selectricity-live] / public / stylesheets / quickvote.css
index b18da44ee55495cdc796762e62e0f2fbd0ea6865..5b7c8b472e7ba63fc3f661137076d614ab484dc0 100644 (file)
@@ -9,3 +9,18 @@ a {
 #title-header .subheader {
        color: #74ce00;
 }
+
+#sortable_list {
+  font-size: 24pt;
+  display: float;
+  float: left;
+}
+
+li.moveable {
+  background-color: #E5FFCC;
+  border:1px solid #4D801A;
+  cursor: move;
+  padding: 4px;
+  margin: 4px;
+}
+

Benjamin Mako Hill || Want to submit a patch?