summaryrefslogtreecommitdiff
path: root/src/editor
diff options
context:
space:
mode:
authorhallgren <hallgren@chalmers.se>2011-10-03 12:28:49 +0000
committerhallgren <hallgren@chalmers.se>2011-10-03 12:28:49 +0000
commit7402ff24293c7bd1bcdabdef8681333081eeb3c2 (patch)
treef4b8618338483680a72fffaf794084bd11dfb5dc /src/editor
parentdfbf4f9e145a482aa85d42e7373422fd57d619b3 (diff)
gfse: browser compatibility fixes
Diffstat (limited to 'src/editor')
-rw-r--r--src/editor/simple/editor.css2
-rw-r--r--src/editor/simple/example_based.js2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/editor/simple/editor.css b/src/editor/simple/editor.css
index 489a1d81b..ef12fe8f5 100644
--- a/src/editor/simple/editor.css
+++ b/src/editor/simple/editor.css
@@ -33,7 +33,7 @@ div.template:hover
{ background: #def;}
.lin input[type=button],
-.template input[type=button] { float: right; clear: right; }
+.template input[type=button] { float: right; clear: right; margin: 0; }
.exb_output { background: #dfd; float: right; margin: 0 10px; }
.more, .delete { font-weight: bold; font-family: sans-serif; }
diff --git a/src/editor/simple/example_based.js b/src/editor/simple/example_based.js
index 07725d242..83fde0f6c 100644
--- a/src/editor/simple/example_based.js
+++ b/src/editor/simple/example_based.js
@@ -150,7 +150,7 @@ function exb_linbuttons(g,ci,f) {
var b=button("Test it",test_it);
buttons.push(b)
}
- var exb_output=node("span",{class:"exb_output"},[]);
+ var exb_output=node("span",{"class":"exb_output"},[]);
buttons.push(exb_output)
}
return buttons