summaryrefslogtreecommitdiff
path: root/src/www/gfse/editor.css
diff options
context:
space:
mode:
authorhallgren <hallgren@chalmers.se>2013-04-12 18:29:15 +0000
committerhallgren <hallgren@chalmers.se>2013-04-12 18:29:15 +0000
commitd35790e656fe70f0fa258fb8fb84aa65f9887616 (patch)
treec3cf3663e450d3a7163cf7aaabcae8fe2c9b081f /src/www/gfse/editor.css
parent1d0f9372f4c74075a98bc824568ceedb80f6cd78 (diff)
GF cloud: work on syntax editor integration
+ The syntax editor is now accessible from the Simple Translaton Tool. + The minibar now automatically provides access to the syntax editor (provided the necessary JavaScript files and style sheets have been loaded). + Preparations for making the syntax editor accessible from the grammar editor.
Diffstat (limited to 'src/www/gfse/editor.css')
-rw-r--r--src/www/gfse/editor.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/www/gfse/editor.css b/src/www/gfse/editor.css
index fa5d21306..c6973f2d5 100644
--- a/src/www/gfse/editor.css
+++ b/src/www/gfse/editor.css
@@ -129,7 +129,7 @@ textarea.text_mode {
width: 99%;
}
-div#minibar {
+div#minibar, div#syntax_editor {
border: 1px solid black;
padding: 5px;
background: #ccc url("../minibar/brushed-metal.png");