beginnings of addition of statistical info to stexaminer
[scpubgit/stemmatology.git] / stemmaweb / root / css / stexaminer.css
index 9c5ec84..59c523d 100644 (file)
@@ -1,24 +1,32 @@
 #variants_table {
     float: left;
-    width: 450px;
-    height: 550px;
-    border-right: 1px #c6dcf1 solid;
-    margin-left: 20px;
+    width: 90%;
+    height: 90px;
+    border: 1px #c6dcf1 solid;
+    margin-bottom: 20px;
     overflow: auto;
 }
 #stemma_graph {
     height: 450px;
+    clear: both;
     float: left;
-    width: 500px;
+    width: 700px;
     text-align: center;
     border: 1px #c6dcf1 solid;
 }
+#row_statistics {
+       float: left;
+       padding: 30px;
+}
 #statistics {
     font-style: italic;
     margin-bottom: 25px;
     position: relative;
     top: -15px;
 }
+#stats_template {
+       display: none;
+}
 .genealogical {
     background: #88ffaa;
 }