Mercurial > hg > orthanc-stone
view Applications/Samples/rt-viewer-demo/samples-styles.css @ 846:17423d072a95
Changed http timeouts in new-style Oracle commands to 60 secs (10 secs was too short for big requests)
author | Benjamin Golinvaux <bgo@osimis.io> |
---|---|
date | Sat, 15 Jun 2019 20:37:12 +0200 |
parents | 1d9deb4ee84c |
children |
line wrap: on
line source
html, body { width: 100%; height: 100%; margin: 0px; border: 0; overflow: hidden; /* Disable scrollbars */ display: block; /* No floating content on sides */ background-color: black; color: white; font-family: Arial, Helvetica, sans-serif; } canvas { left:0px; top:0px; }