various & sundry small bugfixes
[scpubgit/stemmaweb.git] / root / css / stexaminer.css
index 5bf6401..68a5cc1 100644 (file)
@@ -1,19 +1,12 @@
-#options {
-       position: relative;
-       border: 1px #c6dcf1 solid;
-       margin-left: 20px;
-       margin-bottom: 20px;
-       padding: 10px;
-       width: 500px;
-}
-.optionformelement {
-       float: left;
-       padding-left: 15px;
+#topbanner {
+       width: 100%;
+       height: 100px;
+       margin-top: 20px;
 }
-#options_button {
-       position: absolute;
-       bottom: 20px;
-       right: 20px;
+#bannerinfo {
+       float: right;
+       margin-right: 12%;
+       margin-top: 15px;
 }
 #variants_table {
     clear: both;
@@ -48,7 +41,7 @@
 .readinglabel {
        font-weight: bold;
 }
-.readingroots {
+.readingroots .reversionroots {
        font-weight: bold;
        color: #488dd2;
 }
 .coincidental {
     background: #fff;
 }
+.unsolved {
+       background: lightgrey;
+}
 .conflict {
     background: #ff6666;
 }
+.reversion {
+       background: #ffd700;
+}
 .active_variant_row {
     background: #c6dcf1;
     font-style: italic;