X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-web.git/blobdiff_plain/60e6df8b7ee5e0cb1a700a62bd4c6daca6520bb9..6d821072f645e107e02e661ee937745642dc3588:/code/static/style.css diff --git a/code/static/style.css b/code/static/style.css index 49fe8e2..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; @@ -104,3 +111,14 @@ tr.stripedrow { #machinelist td, #machinelist th { padding: 0.1em 0.5em; } + +form { + display: inline; +} + +/* styling for the results box */ +.result { + background-color: #e8e8ff; + border: 1px black solid; + padding: 1ex; +}