forked from GitHub/gf-core
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.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user