Skip to content

Commit 066472f

Browse files
separate settings into groups
1 parent 273e820 commit 066472f

File tree

1 file changed

+18
-14
lines changed

1 file changed

+18
-14
lines changed

index.html

Lines changed: 18 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -109,20 +109,6 @@ <h2><i class="icon-settings rfloat"></i>Settings</h2>
109109
<p><a href="?latestonly=0&">Click here</a> to view the entire flights</p>
110110
<hr/>
111111
</div>
112-
<div class="row option">
113-
<span><b>Daylight overlay</b></span>
114-
<div class="switch off" id="sw_daylight">
115-
<span class="thumb"></span>
116-
<input type="checkbox" id="opt_daylight">
117-
</div>
118-
</div>
119-
<div class="row option">
120-
<span><b>Cloud layer</b></span>
121-
<div class="switch off" id="sw_layers_clouds">
122-
<span class="thumb"></span>
123-
<input type="checkbox" id="opt_layers_clouds">
124-
</div>
125-
</div>
126112
<div class="row option">
127113
<span><b>Imperial units</b></span>
128114
<div class="switch off" id="sw_imperial">
@@ -158,6 +144,24 @@ <h2><i class="icon-settings rfloat"></i>Settings</h2>
158144
<input type="checkbox" id="opt_hilight_vehicle">
159145
</div>
160146
</div>
147+
<h4>Overlays</h4>
148+
<hr/>
149+
<div class="row option">
150+
<span><b>Daylight overlay</b></span>
151+
<div class="switch off" id="sw_daylight">
152+
<span class="thumb"></span>
153+
<input type="checkbox" id="opt_daylight">
154+
</div>
155+
</div>
156+
<div class="row option">
157+
<span><b>Cloud layer</b></span>
158+
<div class="switch off" id="sw_layers_clouds">
159+
<span class="thumb"></span>
160+
<input type="checkbox" id="opt_layers_clouds">
161+
</div>
162+
</div>
163+
<h4>Other</h4>
164+
<hr/>
161165
<div class="row option">
162166
<span><b>Availability offline</b></span>
163167
<div class="switch off" id="sw_offline">

0 commit comments

Comments
 (0)