summaryrefslogtreecommitdiff
path: root/src/www/gfse/editor.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/www/gfse/editor.css')
-rw-r--r--src/www/gfse/editor.css6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/www/gfse/editor.css b/src/www/gfse/editor.css
index 6f11004cb..fa5d21306 100644
--- a/src/www/gfse/editor.css
+++ b/src/www/gfse/editor.css
@@ -77,6 +77,9 @@ div.template:hover
tr.deletable:hover .delete
{ visibility: visible; }
+.editable { white-space: pre; }
+div.lin span.editable { display: inline-block; vertical-align: top; }
+
.more { color: green; }
.edit { color: orange; }
.delete { color: red; }
@@ -110,7 +113,8 @@ table.tabs input[type=button], table.matrixview th input[type=button] {
/*text-decoration: underline;*/
}
-input.string_edit { font-family: inherit; font-size: inherit; }
+.string_edit { font-family: inherit; font-size: inherit; }
+textarea.string_edit { vertical-align: top; }
ul.languages { -moz-column-width: 20em; }