Ignore:
Timestamp:
Dec 23, 2011, 7:57:20 AM (13 years ago)
Author:
rick
Message:

Make the filter look pretty.

Location:
src/django_gheat/wlheatmap/static
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • src/django_gheat/wlheatmap/static/heatmap_extensions.js

    r9815 r9816  
    108108    signallayer[0].redraw();
    109109    update_slider(min,max);
    110 
     110  };
     111
     112  function init_select_slider(min, max) {
    111113    $("#select_sig_slider").slider( "option", "values", [min,max] );
    112114    update_sig_slider(min,max);
     
    442444
    443445  init_heatmap();
    444   init_slider(35,75);
     446  init_slider(35,75,0,100);
     447  init_select_slider(0,100);
    445448
    446449 
  • src/django_gheat/wlheatmap/static/style.css

    r9779 r9816  
    194194}
    195195
     196.select_slider{
     197  width: 95%;
     198  margin-left: 10px;
     199  margin-top: 10px;
     200  margin-bottom: 10px;
     201}
     202
    196203#slider .ui-slider-handle{
    197204  border-color: #cc0204;
Note: See TracChangeset for help on using the changeset viewer.