Changed button style and bit of CSS tweaking

pull/73/head
jonsowman 2010-06-14 12:01:50 +01:00
rodzic bfe8723788
commit 405245a154
2 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -115,7 +115,7 @@ a { text-decoration: underline; color: #333; cursor: pointer; }
#input_form {
max-height:370px;
overflow: auto;
overflow: hidden;
width: 400px;
padding: 5px;
bottom: 0; right: 0;

Wyświetl plik

@ -27,6 +27,7 @@ $(document).ready(function() {
// make launch card draggable
$("#input_form").draggable({containment: '#map_canvas', handle: 'img.handle', snap: '#map_canvas'});
$("#scenario_info").draggable({containment: '#map_canvas', handle: 'img.handle', snap: '#map_canvas'});
$("#run_pred_btn").button();
// see if we want an old prediction displayed
if ( current_uuid != '0' ) {