diff --git a/static/css/app.css b/static/css/app.css index 4041dc6..f5c90df 100644 --- a/static/css/app.css +++ b/static/css/app.css @@ -558,6 +558,20 @@ max-width: none; } +#results_view { + display: none; + padding: 12px; + font-size: 14px; +} + +#results_view .title { + margin-bottom: 8px; +} + +#results_view pre { + border: 0px none; +} + .full #output { top: 0px !important; } @@ -796,4 +810,4 @@ .ace_autocomplete .ace_active-line { background: #eee !important; -} \ No newline at end of file +} diff --git a/static/index.html b/static/index.html index 599df17..ced2239 100644 --- a/static/index.html +++ b/static/index.html @@ -102,6 +102,7 @@ +