X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=root%2Fcss%2Frelationship.css;h=e2e2f25393891ee9db685d9165a180536a4ac54e;hb=8009dae97a912ff736bacbe4681f737b988a3612;hp=0d852136a76bd63c4e3f9f8f39e085d3d62c9525;hpb=19a645459899ab9b7ebbd575458492fe2d26757a;p=scpubgit%2Fstemmaweb.git diff --git a/root/css/relationship.css b/root/css/relationship.css index 0d85213..e2e2f25 100644 --- a/root/css/relationship.css +++ b/root/css/relationship.css @@ -74,6 +74,15 @@ span.apimore { padding-top: 5px; padding-bottom: 5px; } +#loading_overlay { + display: none; + position: absolute; + height: 500px; + width: 89%; + z-index: 2; + opacity: 0.7; + background-color: #c5c5c5; +} #dialog_overlay { display: none; position: absolute;