first (mostly) working version of full elections.
[selectricity-live] / public / stylesheets / main.css
index 50863c1cadb807adf2adee481dc5e41327182068..97c684858052b9f400493531ca63a5997c4cc797 100644 (file)
@@ -246,20 +246,6 @@ blockquote {
   background-color: #f0f0f0;
 }
 
-li.moveable {
-  background-color: #E5FFCC;
-  border:1px solid #4D801A;
-  cursor: move;
-  padding: 4px;
-  margin: 4px;
-}
-
-#sortable_list {
-  font-size: 24pt;
-  display: float;
-  float: left;
-}
-
 .result_table {
  text-align: center;
  margin-bottom: 1em;
@@ -464,3 +450,34 @@ div.photo img {
  margin: 0;
  padding: 0;
 }
+
+/* main election candidate stylesheet information */
+
+.candidate_box {
+}
+.candidate_box_name {
+ float: left;
+ font-size: 1.3em;
+ font-weight: bold;
+}
+.candidate_box_menu {
+ text-align: right;
+ float: right;
+ font-size: 0.8em;
+ font-weight: bold;
+}
+.candidate_box_info {
+ margin: 0.5em 0 0.5em 3em;
+}
+/*.candidate_box_picture {
+ width: 100px;
+ float: left;
+ margin: 0 0.8em 0.5em 0;
+}*/
+.candidate_box_picture img {
+ width: 100px;
+ border: 1px solid black;
+}
+.candidate_box_description {
+ display: inline;
+}

Benjamin Mako Hill || Want to submit a patch?