* refactored the system so that it keeps pictures in a seperate table
[selectricity] / public / stylesheets / main.css
index 86cf84b2ac856f01547ad20befc745c83d3e3fc9..76eff61026e1a05c6a188d0a779280c77ea8c196 100644 (file)
@@ -167,6 +167,7 @@ a:active { color: #FFFFFF; text-decoration: none; background: #0259C4; }
   color: #fff;
   border-bottom: 0px;
 }
+
 .resultbox {
   text-align: center;
   width: 400px;
@@ -312,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?