diff --git a/editor/sahliedit.css b/editor/sahliedit.css index cdc0dab..3c59282 100644 --- a/editor/sahliedit.css +++ b/editor/sahliedit.css @@ -29,6 +29,10 @@ label { border: 1px solid black; } +#formica { + font-size: medium; +} + .entry { margin: 0 3px 3px 3px; padding: 0.4em; @@ -41,4 +45,15 @@ label { .entry span { display: inline-block; -} \ No newline at end of file +} + +# this does not actually change anything because the design is set by +# the jquery-ui bit. Altering in the script does work. Here for reference. +.45box { + width: 45%; + display: inline-block; +} + +div.groupbox p { + margin: .25 ex; +} diff --git a/editor/sahliedit.litcoffee b/editor/sahliedit.litcoffee index df926ae..32b405b 100644 --- a/editor/sahliedit.litcoffee +++ b/editor/sahliedit.litcoffee @@ -54,7 +54,8 @@ Also hide the editor until needed, and initialize some elements. else stuff[1].textContent = 'Ascii' @.value = "1" - $(".45box").css {width:'45%',float:'left'} + $(".45box").css {width:'45%',display:'inline-block'} + $(".groupbox p").css {margin:"0 0 .25em 0"} $("#entryfilepick").change -> if @.files[0]? then $("#entryfile").val @.files[0].name $("#entryfile").click -> diff --git a/editor/sahlieditor.html b/editor/sahlieditor.html index ef214c4..ab6dfc5 100644 --- a/editor/sahlieditor.html +++ b/editor/sahlieditor.html @@ -30,8 +30,8 @@