Pref_tables now use the Schulze ssd_result object, and they own't display if
[selectricity-live] / public / stylesheets / main.css
index 4e845796687b9667f41fea7218a9d75f3d475835..a77ca83e47927e7f4331a5423a06fd381b9597ab 100644 (file)
@@ -152,40 +152,41 @@ h5 {
        overflow: hidden;
 }
 
-#page-title {
+#title-header {
     margin: -20px -20px 1em -20px;
+    height: 32px;
+    margin-bottom: 14px;
+       background-color: #e5e5e5;
 }
 
-.plain-header {
-    margin: 1em -20px 1em -20px;
+.normal-header {
+    margin: 1.3em -20px 1.3em -20px;
+    height: 32px;
+       background-color: #e5e5e5;
 }
 
 .header {
-       display: block;
-       font-family: "trebuchet ms",trebuchet,verdana,arial,sans-serif;
-       font-size: 30px;
-       text-transform: uppercase;
-       text-align: center;
-       color: white;
-       background-color: #999999;
-       height: 32px;
-       float: left;
-       padding: 0px .75em 0px .75em;
-       margin-right: 10px;
-       margin-bottom: 14px;
+    display: block;
+    font-family: verdana,arial,helvetica,sans-serif;
+    font-size: 30px;
+    text-transform: uppercase;
+    text-align: center;
+    color: white;
+    background-color: #999999;
+    height: 32px;
+    float: left;
+    padding: 0px .75em 0px .75em;
 }
 
 .subheader {
-       display: block;
-       font-family: "trebuchet ms",trebuchet,verdana,arial,sans-serif;
-       font-size: 18px;
-       text-align: left;
-       color: #666666;
-       background-color: #CCCCCC;
-       height: 26px;
-       padding: 6px 1em 0px 20px;
-       margin-bottom: 14px;
-}
+    float: left;
+    font-family: verdana,arial,helvetica,sans-serif;
+    font-size: 18px;
+    color: #666666;
+       background-color: #e5e5e5;
+    height: 26px;
+    padding: 6px 1em 0px 10px;
+} 
 
 #main-box {
        float: right;
@@ -265,6 +266,36 @@ li.moveable {
   float: left;
 }
 
+.preftable {
+       border-spacing: 0px;
+         border-width: 2px;
+         border-color: #999999;
+         border-style: solid;
+}
+
+.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;
   border-width: 2px;

Benjamin Mako Hill || Want to submit a patch?