From b126a28cc5f5b1a87994fff2f35f8e3b3d5f9111 Mon Sep 17 00:00:00 2001 From: hallgren Date: Mon, 13 Feb 2012 17:31:39 +0000 Subject: gfse: better integration of the minibar The minibar is now displayed inside the editor, intead of on a separate page. This makes the context clearer and makes it more obiovous how to return to the editor. --- src/www/gfse/editor.css | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/www/gfse/editor.css') diff --git a/src/www/gfse/editor.css b/src/www/gfse/editor.css index 74d15345e..eab702d99 100644 --- a/src/www/gfse/editor.css +++ b/src/www/gfse/editor.css @@ -92,3 +92,9 @@ li { margin-top: 0.5ex; margin-bottom: 0.5ex; } #sharing h1, #sharing .footer { display: none; } div.compiler_output .back_to_editor { display: none; } + +div#minibar { + border: 1px solid black; + padding: 5px; + background: #ccc url("../minibar/brushed-metal.png"); +} -- cgit v1.2.3