Merge branch 'master' of github.com:tla/stemmaweb
[scpubgit/stemmaweb.git] / root / css / dashboard.css
index 927dd8e..1386ee0 100644 (file)
        color: #666;
 }
 #stemma_graph {
-    height: 375px;
+       height: 340px;
     width: 500px;
     text-align: center;
     border: 1px #c6dcf1 solid;
+    background: #ffffff;
 }
 #stemma_graph img {
        margin-top: expression(( 450 - this.height ) / 2);
     top: 10px;
     margin-bottom: 24px;
 }
-.error {
-    font-weight: bold;
-    color: #ff3333;
-}
-.notification {
-       font-weight: bold;
-       color: #33ff33;
-}
 #new_file {
     position: absolute;
     top: -50px;