Error handling when compressing readings
[scpubgit/stemmaweb.git] / root / css / relationship.css
index 2091ccb..fbe46ce 100644 (file)
@@ -5,27 +5,13 @@ body {
     font-size: 85%; 
     background: #EDF1FA;
 }
-.error {
-    color: red;
-}
 #topbanner {
-       width: 100%;
-       height: 100px;
-       margin-top: 20px;
-}
-#bannerinfo {
-       float: right;
-       margin-right: 12%;
-       margin-top: 15px;
+       padding: 0px;
 }
 #logoimg {
        float: left;
        margin-left: 20px;
 }
-.helptag {
-       color: #488dd2;
-       text-decoration: underline;
-}
 #logotitle {
        float: left;
        margin-left: 30px;
@@ -112,7 +98,7 @@ span.apimore {
     background-attachment: scroll;
     background-position: 50% 50%;
     background-color: #EEEEEE; 
-    opacity: 0.7;
+    opacity: 0.5;
     padding-bottom: 5px;
     padding-top: 5px;
     border: 2px solid #B0C6F7;
@@ -213,3 +199,41 @@ span.apimore {
 -ms-user-select: none;
 user-select: none;
 }
+
+#normalization {
+       float: left;
+       padding: 10px;
+}
+#relemmatize_pending {
+       float: left;
+       padding: 10px;
+       display: none;
+}
+#morph_outer {
+       clear: both;
+       float: left;
+}
+#morphology {
+       text-align: right;
+       margin: 10px;
+}
+.key .key_tip_container {
+    visibility: hidden;
+    position:absolute; 
+    left:-150px; 
+    width:140px;
+}
+.key:hover .key_tip {
+    padding: 4px;
+    font-size: 60%;
+    position: relative;
+    top: -18px;
+    visibility: visible;
+    border: 1px solid #B2B26B;
+    background-color: #FFFFCC;
+    z-index: 51; /* Cf. #update_workspace_button */
+}
+
+.error {
+    color: red;
+}