1
0
forked from GitHub/gf-core

Syntax editor: AST string always shown, remove export button

This commit is contained in:
john.j.camilleri
2013-06-13 07:26:10 +00:00
parent f77e290f27
commit 8b46a3bbae
3 changed files with 24 additions and 24 deletions

View File

@@ -3,12 +3,12 @@ body.syntax-editor {
}
.hidden
{
{
display:none;
}
.editor select#to_menu
{
{
height: 10em;
position: absolute;
min-width: 5em;
@@ -35,7 +35,7 @@ body.syntax-editor {
padding: 0.2em;
}
#tree
#tree, #tree_str
{
white-space:pre;
font-family: monospace;
@@ -57,18 +57,24 @@ body.syntax-editor {
}
#tree .node a
{
{
cursor: pointer;
}
#tree .node a:hover
{
{
text-decoration: underline;
}
#tree .node a.current
{
{
font-weight: bold;
}
#tree_str
{
font-size:0.85em;
color:#666;
}
#refinements
{
/* display: inline-block; */
@@ -99,7 +105,7 @@ body.syntax-editor {
}
.refinement
{
{
margin: 0.1em;
display: inline-block;
cursor: pointer;
@@ -110,7 +116,7 @@ body.syntax-editor {
box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}
.refinement.disabled
{
{
opacity: 0.5;
}