gfse: example-based: some usability improvements

Instead of showing nothing, show disabled buttons and some expanatory text to
provide guidance for users getting started with example-based grammar writing.
This commit is contained in:
hallgren
2011-11-21 15:24:29 +00:00
parent a3e813914c
commit 6bb1db51e7
4 changed files with 30 additions and 15 deletions

View File

@@ -52,7 +52,7 @@ div.template:hover
.edit { color: orange; }
.delete { color: red; }
.error_message,.inError { color: red; }
.template, .template .sep { color: #999; }
.template, .template .sep, .unimportant { color: #999; }
form { display: inline-block; }
table.tabs {