summaryrefslogtreecommitdiff
path: root/src/www/syntax-editor/ui
diff options
context:
space:
mode:
authorjohn.j.camilleri <john.j.camilleri@chalmers.se>2012-11-16 09:33:55 +0000
committerjohn.j.camilleri <john.j.camilleri@chalmers.se>2012-11-16 09:33:55 +0000
commit67ca0a1eae3875cb72c4a89fe7d0f454722c3b59 (patch)
treed9c7d820f08adb8d6015081fcf0e1534c57ce8ad /src/www/syntax-editor/ui
parent225cebf1214c07b5195cc8ea898bab01fabbdbc6 (diff)
Syntax editor: select subset of available languages
Also added a basic readme file with a list of todo's
Diffstat (limited to 'src/www/syntax-editor/ui')
-rw-r--r--src/www/syntax-editor/ui/style.css12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/www/syntax-editor/ui/style.css b/src/www/syntax-editor/ui/style.css
index f4f29d040..127b1ad2a 100644
--- a/src/www/syntax-editor/ui/style.css
+++ b/src/www/syntax-editor/ui/style.css
@@ -2,6 +2,18 @@ body {
background: #ccc url("http://cloud.grammaticalframework.org/minibar/brushed-metal.png");
}
+.hidden
+{
+ display:none;
+}
+
+select#to_menu
+{
+ height: 10em;
+ position: absolute;
+ min-width: 5em;
+ }
+
#tree
{
white-space:pre;