X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=root%2Fcss%2Fdashboard.css;h=2a1269824c7e55ecd40eb1cc33b72752dc68f458;hb=e239d45f9ea50e2a3ee2e4575a6b5ea33eaa7dee;hp=aded615ba63429d1623d733d5fe723e2ea87fac2;hpb=d5b3c0105aebcb7465765e290d1d17a62544a17f;p=scpubgit%2Fstemmaweb.git diff --git a/root/css/dashboard.css b/root/css/dashboard.css index aded615..2a12698 100644 --- a/root/css/dashboard.css +++ b/root/css/dashboard.css @@ -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,11 @@ #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