X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=root%2Fcss%2Fstyle.css;h=83f7517901d0d94d5013ff88d3b138b3b07ec119;hb=db23422016121c37eda553a795d409093f401b2e;hp=912400c9ab24474dd89bccc885bbf20f873ab358;hpb=4deac901ae252bddbe599189309e6fb6fa1315f2;p=scpubgit%2Fstemmaweb.git diff --git a/root/css/style.css b/root/css/style.css index 912400c..83f7517 100644 --- a/root/css/style.css +++ b/root/css/style.css @@ -172,6 +172,16 @@ div.pager_left_button.greyed_out, div.pager_left_button.greyed_out:hover { } #stemma_graph svg { } +#stemma_graph_title { + bottom: 20px; + margin-left: 5px; + position: relative; +} +#stemma_identifier { + color: #488dd2; + font-size: 12px; + font-weight: bold; +} #textinfo_container_buttons { z-index: 100; width: 224px; @@ -180,7 +190,7 @@ div.pager_left_button.greyed_out, div.pager_left_button.greyed_out:hover { position: relative; top: 15px; } -#run_stexaminer, #run_relater, #open_stemma_add, #open_stemma_edit { +#run_stexaminer, #run_relater, #open_stemma_add, #open_stemma_edit, #open_stemweb_ui { height: 32px; } #stemma_pager { @@ -211,6 +221,10 @@ div.pager_left_button.greyed_out, div.pager_left_button.greyed_out:hover { font-weight: bold; color: #ff3333; } +.notification { + font-weight: bold; + color: #33ff33; +} #new_file { position: absolute; top: -50px;