cleaned up minor issues from testing embeddable code
[selectricity-live] / public / stylesheets / main.css
index 50863c1cadb807adf2adee481dc5e41327182068..acb8bb294f85eb1d04449a76a84f71ce1b754a18 100644 (file)
@@ -36,6 +36,11 @@ label {
     font-weight: bold;
 }
 
+pre {
+    font-family: monospace;
+    overflow: scroll;
+    background: #d9d9d9;
+}
 
 /* Left column. Includes logo, poll information, and graph. */
  
@@ -246,54 +251,10 @@ 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;
 }
-.preftable {
-       font-family: verdana,arial,helvetica,sans-serif;
-       border-spacing: 0px;
-       border-width: 2px;
-       border-color: #999999;
-       border-style: solid;
-       caption-side: top;
-}
-
-.preftable th {
-       font-family: verdana,arial,helvetica,sans-serif;
-       border-width: 2px;
-       border-color: #999999;
-       border-style: solid;
-       text-align: center;
-       font-weight: bold;
-       padding: 5px 5px 5px 5px;
-       background-color: #999999;
-       color: #FFFFFF;
-}
-
-.preftable td {
-  border-collapse: collapse;
-  border-width: 1px;
-  border-color: #999999;
-  border-style: solid;
-  text-align: right;
-  padding-right: 5px;
-  padding-left: 5px;
-}
 
 .voterbox {
   border-spacing: 0px;
@@ -464,3 +425,29 @@ 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 {
+ float: left;
+ margin: 0 0.8em 0.4em 0;
+}
+.candidate_box_description {
+ display: inline;
+}

Benjamin Mako Hill || Want to submit a patch?