first (mostly) working version of full elections.
[selectricity-live] / public / stylesheets / voter.css
index 8f5c734a97893e760a79d281a1ad6c849440242f..5a38cae6f0edc054b19fc0f6cc630a9eba18840e 100644 (file)
@@ -2,10 +2,6 @@ a {
     color: #005cd9;
 }
 
-#title-header {
-       background-color: #005cd9;
-}
-
 #title-header .header {
        background-color: #005cd9;
 }
@@ -14,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?