X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-web.git/blobdiff_plain/97a1b45c11a71728664e994cbcdca4801baa8635..6d821072f645e107e02e661ee937745642dc3588:/code/static/style.css diff --git a/code/static/style.css b/code/static/style.css index a764e17..7ead197 100644 --- a/code/static/style.css +++ b/code/static/style.css @@ -54,6 +54,13 @@ td.error { border: 1px solid red; } +.notice { + color: #FF0000; + padding: 0.25em; + border: 1px solid red; + font-size: 16pt; +} + /* Navigation bar. */ .navigation { padding: 0em 1em; @@ -108,3 +115,10 @@ tr.stripedrow { form { display: inline; } + +/* styling for the results box */ +.result { + background-color: #e8e8ff; + border: 1px black solid; + padding: 1ex; +}