diff options
| author | john.j.camilleri <john.j.camilleri@chalmers.se> | 2012-11-22 12:45:20 +0000 |
|---|---|---|
| committer | john.j.camilleri <john.j.camilleri@chalmers.se> | 2012-11-22 12:45:20 +0000 |
| commit | bac6b7fe6438d06fab3451263d4d94e9055f6f88 (patch) | |
| tree | abcb68ac3df3fa2e17fd3ba38cc9f5f899c9b913 /src/www/syntax-editor/editor.css | |
| parent | 486a510611b72d4daf551f30156fa59608d099af (diff) | |
Syntax editor: can now load minibar (in-place) from a linearised tree
Diffstat (limited to 'src/www/syntax-editor/editor.css')
| -rw-r--r-- | src/www/syntax-editor/editor.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/www/syntax-editor/editor.css b/src/www/syntax-editor/editor.css index 29f45a7e7..2b5d5a6d1 100644 --- a/src/www/syntax-editor/editor.css +++ b/src/www/syntax-editor/editor.css @@ -7,7 +7,7 @@ body.syntax_editor { display:none; } -#editor select#to_menu +.editor select#to_menu { height: 10em; position: absolute; |
