first (mostly) working version of full elections.
[selectricity-live] / public / stylesheets / quickvote.css
index d400dcfd4345972e2b5283e5fec1777ca6a00e0b..5b7c8b472e7ba63fc3f661137076d614ab484dc0 100644 (file)
@@ -2,11 +2,25 @@ a {
        color: #569a00;
 }
 
-#page-title .header {
+#title-header .header {
        background-color: #74ce00;
 }
 
-#page-title .subheader {
+#title-header .subheader {
        color: #74ce00;
-       background-color: #e5e5e5;
 }
+
+#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?