/ octoprint_GPX / static / less / gpx.less
gpx.less
 1  #gpx_settings legend {
 2      margin-top: 10px;
 3      margin-bottom: 10px;
 4  }
 5  
 6  #gpx_settings .control-group {
 7      margin-top: 10px;
 8      margin-bottom: 10px;
 9  }
10  
11  #gpx_settings .select-mini, #gpx_machine_settings .select-mini {
12      width: 74px;
13  }
14  
15  #gpx_machine_settings .label-column {
16     width: 160px;
17     padding-right: 17px;
18  }
19  
20  input.no-spinner::-webkit-inner-spin-button,
21  input.no-spinner::-webkit-outer-spin-button {
22      -webkit-appearance: none;
23      margin: 0;
24  }
25  
26  #gpx_eeprom_settings.modal {
27      width: 768px;
28      margin-left: -384px;
29  }
30  
31  #gpx_eeprom_settings .alert {
32      width: 90%;
33  }