diff --git a/web_app/css/sif-tools.css b/web_app/css/sif-tools.css index 67a87c1..da00a5a 100644 --- a/web_app/css/sif-tools.css +++ b/web_app/css/sif-tools.css @@ -1,15 +1,12 @@ body { font: 100% "Trebuchet MS", sans-serif; - margin: 50px; + font-family: Verdana,Arial,sans-serif; + font-size: 14px; + margin: 0px; background-color: #000000; color: #ffffff; } -body { - font-family: Verdana,Arial,sans-serif; - font-size: 14px; -} - p { margin: 1em 0; } diff --git a/web_app/js/sif_tools.js b/web_app/js/sif_tools.js index b3af19c..729f965 100644 --- a/web_app/js/sif_tools.js +++ b/web_app/js/sif_tools.js @@ -119,6 +119,13 @@ function setup_ui_elements() $("#gems_include_events").change(function() { handle_gem_event_box(this.checked); }); + + // set up gem event calc note dialog + // $("#dialog").dialog({ autoOpen: false }); + $("a#To").click(function(e) { + e.preventDefault(); + $("#dialog").dialog({height:300}); + }); } function handle_gem_event_box(show_it) diff --git a/web_app/sif_tools.html b/web_app/sif_tools.html index f278416..54a291e 100644 --- a/web_app/sif_tools.html +++ b/web_app/sif_tools.html @@ -29,9 +29,9 @@