gfse: browser compatibility fixes

This commit is contained in:
hallgren
2011-10-03 12:28:49 +00:00
parent 8c9e424a83
commit 598138bfa1
3 changed files with 6 additions and 4 deletions
+1 -1
View File
@@ -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; }
+1 -1
View File
@@ -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