* refactored the system so that it keeps pictures in a seperate table
[selectricity] / public / stylesheets / main.css
index 5072139da2df3066848d748920a125c7d604f89c..76eff61026e1a05c6a188d0a779280c77ea8c196 100644 (file)
@@ -313,3 +313,26 @@ li.moveable {
   padding: 5px;
 }
 
+#election_creation_progress_bar ul li {
+  display: inline;
+  list-style: default;
+}
+
+#election_creation_progress_bar ul li:after {
+  font-weight: normal;
+  color: #000;
+  content: " || ";
+}
+
+#election_creation_progress_bar ul li.last:after {
+  content: "";
+}
+
+#election_creation_progress_bar li.step_selected {
+  font-weight: bold;
+}
+
+#election_creation_progress_bar li.step_unselected {
+  color: #CCCCCC;
+  font-weight: bold;
+}

Benjamin Mako Hill || Want to submit a patch?