summaryrefslogtreecommitdiff
path: root/src/www/gfse/editor.css
diff options
context:
space:
mode:
authorhallgren <hallgren@chalmers.se>2012-02-13 17:31:39 +0000
committerhallgren <hallgren@chalmers.se>2012-02-13 17:31:39 +0000
commitb126a28cc5f5b1a87994fff2f35f8e3b3d5f9111 (patch)
tree1c67709b028853eec484f6938dc0365599b90601 /src/www/gfse/editor.css
parent4c0e8c18c7a4d688ef2409724d6cf2876d698c3e (diff)
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.
Diffstat (limited to 'src/www/gfse/editor.css')
-rw-r--r--src/www/gfse/editor.css6
1 files changed, 6 insertions, 0 deletions
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");
+}