summaryrefslogtreecommitdiff
path: root/src/www/translator/translator.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/translator/translator.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/translator/translator.css')
-rw-r--r--src/www/translator/translator.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/www/translator/translator.css b/src/www/translator/translator.css
index d85c605ab..060fca2c2 100644
--- a/src/www/translator/translator.css
+++ b/src/www/translator/translator.css
@@ -120,7 +120,7 @@ div.overlay > div {
/*border-radius: 5px;*/
}
-div#minibar {
+div#minibar, div#syntax_editor {
border: 1px solid black;
padding: 5px;
background: #ccc url("../minibar/brushed-metal.png");