X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=root%2Fcss%2Fdashboard.css;h=fcfa7c3157957064bc3a5eb8db148b4ac7027e28;hb=d9d6b62b9d18cb04a220749f547ffb3bb155c21e;hp=bf5c46be56dc6b19eca80c0761e3a73c4a912768;hpb=db6a8e6abd6456334da73afd40654675a3773bbb;p=scpubgit%2Fstemmaweb.git diff --git a/root/css/dashboard.css b/root/css/dashboard.css index bf5c46b..fcfa7c3 100644 --- a/root/css/dashboard.css +++ b/root/css/dashboard.css @@ -50,7 +50,7 @@ color: #666; } #stemma_graph { - height: 375px; + height: 340px; width: 500px; text-align: center; border: 1px #c6dcf1 solid; @@ -111,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; @@ -145,3 +137,10 @@ #root_tree_dialog img { vertical-align: middle; } +#stemweb_algorithm_desc_text { + overflow: auto; + height: 150px; + margin-top: 5px; + padding: 10px; + border: 1px solid #ddd; +} \ No newline at end of file