CollateX format for GraphML output changed; parser update
[scpubgit/stemmatology.git] / stemmaweb / root / css / relationship.css
index c0d1d8b..e2e2f25 100644 (file)
@@ -13,10 +13,19 @@ body {
        height: 100px;
        margin-top: 20px;
 }
+#bannerinfo {
+       float: right;
+       margin-right: 12%;
+       margin-top: 15px;
+}
 #logoimg {
        float: left;
        margin-left: 20px;
 }
+.helptag {
+       color: #488dd2;
+       text-decoration: underline;
+}
 #logotitle {
        float: left;
        margin-left: 30px;
@@ -65,6 +74,15 @@ span.apimore {
     padding-top: 5px;
     padding-bottom: 5px;    
 }
+#loading_overlay {
+       display: none;
+       position: absolute;
+       height: 500px;
+       width: 89%;
+       z-index: 2;
+       opacity: 0.7;
+       background-color: #c5c5c5;
+}
 #dialog_overlay {
     display: none;
     position: absolute;