Ignore:
Timestamp:
05/10/14 14:54:50 (11 years ago)
Author:
tbretz
Message:
Some layout improrvements around the checkboxes for the run type.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/www/viewer/index.html

    r17822 r17824  
    134134   <input id="submit"  type="button" onclick="onSubmit();" value="Submit"></input>
    135135   <span style="float:right;white-space:nowrap;">
    136       MC
     136      <span id="txtmontecarlo" style="color:darkgrey;">MC</span>
    137137      <input id="montecarlo" style="margin-left:0px;margin-right:5px;" type="checkbox" onclick="onSubmit();" disabled="true"></input>
    138       DRS
     138      <span id="txtdrsfile">DRS</span>
    139139      <input id="drsfile" style="margin-left:0px;margin-right:5px;" type="checkbox" onclick="onSubmit();"></input>
    140       Cal
     140      <span id="txtcalibrated">Cal</span>
    141141      <input id="calibrated" style="margin-left:0px;margin-right:5px;" type="checkbox" onclick="onSubmit();"></input>
    142142      Run
Note: See TracChangeset for help on using the changeset viewer.