fix some styling throughout the site
[scpubgit/stemmaweb.git] / root / css / stexaminer.css
index a30416a..55b1957 100644 (file)
@@ -1,14 +1,13 @@
-#topbanner {
-       width: 100%;
-       height: 100px;
-       margin-top: 20px;
+#main_page {
+       padding-left: 20px;
+       padding-right: 20px;
 }
-#bannerinfo {
-       float: right;
-       margin-right: 12%;
-       margin-top: 15px;
+#topbanner {
+       padding: 0px;
 }
+
 #variants_table {
+    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.75);
     clear: both;
     width: 90%;
     height: 190px;
     overflow: auto;
 }
 #stemma_graph {
+    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.75);
     height: 350px;
     clear: both;
     float: left;
-    width: 600px;
+    width: 50%;
     text-align: center;
     border: 1px #c6dcf1 solid;
 }
 #row_statistics {
        float: left;
-       padding: 30px;
+       padding-left: 30px;
+       width: 40%;
 }
 #statistics {
     font-style: italic;
@@ -60,6 +61,9 @@
 .coincidental {
     background: #fff;
 }
+.unsolved {
+       background: lightgrey;
+}
 .conflict {
     background: #ff6666;
 }
@@ -118,4 +122,14 @@ html[xmlns] .clearfix {
  
 * html .clearfix {
        height: 1%;
+}
+
+#options_button_container {
+    height: 24px;
+}
+#options_button {
+    float: left;
+}
+#aggregates {
+    clear: left;
 }
\ No newline at end of file