stexaminer now working to my satisfaction
[scpubgit/stemmatology.git] / stemmaweb / root / css / stexaminer.css
index 92c8037..760fbb2 100644 (file)
@@ -1,16 +1,16 @@
 #variants_table {
     float: left;
     width: 90%;
-    height: 90px;
+    height: 190px;
     border: 1px #c6dcf1 solid;
     margin-bottom: 20px;
     overflow: auto;
 }
 #stemma_graph {
-    height: 450px;
+    height: 350px;
     clear: both;
     float: left;
-    width: 700px;
+    width: 600px;
     text-align: center;
     border: 1px #c6dcf1 solid;
 }
     position: relative;
     top: -15px;
 }
+.reading_statistics {
+       margin: 7pt;
+       border-bottom: 1px solid #488dd2;
+}
+.readinglabel {
+       font-weight: bold;
+}
+.readingroots {
+       font-weight: bold;
+       color: #488dd2;
+}
+.reading_copied {
+       color: #33dd33;
+}
+.reading_changed {
+       color: #dd3333;
+}
 .template {
        display: none;
 }