diff options
| author | hallgren <hallgren@chalmers.se> | 2013-04-12 18:29:15 +0000 |
|---|---|---|
| committer | hallgren <hallgren@chalmers.se> | 2013-04-12 18:29:15 +0000 |
| commit | d35790e656fe70f0fa258fb8fb84aa65f9887616 (patch) | |
| tree | c3cf3663e450d3a7163cf7aaabcae8fe2c9b081f /src/www/syntax-editor | |
| parent | 1d0f9372f4c74075a98bc824568ceedb80f6cd78 (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/syntax-editor')
| -rw-r--r-- | src/www/syntax-editor/editor.css | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/www/syntax-editor/editor.css b/src/www/syntax-editor/editor.css index 263665bab..f3dd244d4 100644 --- a/src/www/syntax-editor/editor.css +++ b/src/www/syntax-editor/editor.css @@ -1,4 +1,4 @@ -body { +body.syntax-editor { background: #ccc url("../minibar/brushed-metal.png"); } @@ -114,7 +114,7 @@ body { opacity: 0.5; } -#debug +div#debug { font: 10px monospace; white-space: pre; |
