Error handling when compressing readings
[scpubgit/stemmaweb.git] / root / css / relationship.css
index 563b293..fbe46ce 100644 (file)
@@ -5,14 +5,13 @@ body {
     font-size: 85%; 
     background: #EDF1FA;
 }
+#topbanner {
+       padding: 0px;
+}
 #logoimg {
        float: left;
        margin-left: 20px;
 }
-.helptag {
-       color: #488dd2;
-       text-decoration: underline;
-}
 #logotitle {
        float: left;
        margin-left: 30px;
@@ -234,3 +233,7 @@ user-select: none;
     background-color: #FFFFCC;
     z-index: 51; /* Cf. #update_workspace_button */
 }
+
+.error {
+    color: red;
+}