CSS fixes.
[scpubgit/stemmaweb.git] / root / css / stexaminer.css
index 68a5cc1..f6a9603 100644 (file)
@@ -1,13 +1,3 @@
-#topbanner {
-       width: 100%;
-       height: 100px;
-       margin-top: 20px;
-}
-#bannerinfo {
-       float: right;
-       margin-right: 12%;
-       margin-top: 15px;
-}
 #variants_table {
     clear: both;
     width: 90%;
     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;
@@ -121,4 +112,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