fix some styling throughout the site
[scpubgit/stemmaweb.git] / root / css / stexaminer.css
index 877d47a..55b1957 100644 (file)
@@ -1,4 +1,13 @@
+#main_page {
+       padding-left: 20px;
+       padding-right: 20px;
+}
+#topbanner {
+       padding: 0px;
+}
+
 #variants_table {
+    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.75);
     clear: both;
     width: 90%;
     height: 190px;
@@ -7,6 +16,7 @@
     overflow: auto;
 }
 #stemma_graph {
+    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.75);
     height: 350px;
     clear: both;
     float: left;
@@ -112,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