From 73827b9bf7ed18ed9437b1214e9a01f81e227923 Mon Sep 17 00:00:00 2001 From: hallgren Date: Fri, 10 Feb 2012 17:26:02 +0000 Subject: gfse: stay on the same page when compiling grammars The link to the minibar (or compiler errors) are now shown below the grammar on the same page. If you go to the minibar, you only have to press the back button once to get back to the editor. Also some output formatting changes in GFServer.hs. --- src/www/gfse/editor.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/www/gfse/editor.css') diff --git a/src/www/gfse/editor.css b/src/www/gfse/editor.css index 302548371..74d15345e 100644 --- a/src/www/gfse/editor.css +++ b/src/www/gfse/editor.css @@ -89,4 +89,6 @@ ul.languages { -moz-column-width: 20em; } li { margin-top: 0.5ex; margin-bottom: 0.5ex; } -#sharing h1, #sharing .footer { display: none; } \ No newline at end of file +#sharing h1, #sharing .footer { display: none; } + +div.compiler_output .back_to_editor { display: none; } -- cgit v1.2.3