Changes from jorisvanzundert for stemweb help text display
[scpubgit/stemmaweb.git] / root / css / dashboard.css
index bf5c46b..2a12698 100644 (file)
@@ -50,7 +50,7 @@
        color: #666;
 }
 #stemma_graph {
-    height: 375px;
+       height: 340px;
     width: 500px;
     text-align: center;
     border: 1px #c6dcf1 solid;
     top: 10px;
     margin-bottom: 24px;
 }
-.error {
-    font-weight: bold;
-    color: #ff3333;
-}
-.notification {
-       font-weight: bold;
-       color: #33ff33;
-}
 #new_file {
     position: absolute;
     top: -50px;
 #root_tree_dialog img {
     vertical-align: middle;
 }
+#stemweb_algorithm_desc_text {
+       overflow: auto;
+       height: 150px;
+       margin-top: 5px;
+       padding: 10px;
+       border: 1px solid #ddd;
+       display: none;
+}
\ No newline at end of file