X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=root%2Fcss%2Fdashboard.css;h=1386ee04f624bd8ecbce69e92f22ea5e1a13319d;hb=196f6e1241a689baca699d703db5f29aefe29d6b;hp=927dd8e137aff1b1c053938de9060293d2738ba2;hpb=917bee1c66759cddcec3b5389a4de3b647b91f84;p=scpubgit%2Fstemmaweb.git diff --git a/root/css/dashboard.css b/root/css/dashboard.css index 927dd8e..1386ee0 100644 --- a/root/css/dashboard.css +++ b/root/css/dashboard.css @@ -50,10 +50,11 @@ 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); @@ -110,14 +111,6 @@ top: 10px; margin-bottom: 24px; } -.error { - font-weight: bold; - color: #ff3333; -} -.notification { - font-weight: bold; - color: #33ff33; -} #new_file { position: absolute; top: -50px;