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.
This commit is contained in:
hallgren
2012-02-13 17:31:39 +00:00
parent facdfb6373
commit 5e915fe766
6 changed files with 46 additions and 11 deletions

View File

@@ -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");
}