Skip to content

Commit 6cd8d6b

Browse files
author
Gary Keeble
committed
Style Adjustments
1 parent 6ce4f72 commit 6cd8d6b

File tree

4 files changed

+15
-21
lines changed

4 files changed

+15
-21
lines changed

css/main.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -541,8 +541,8 @@ html.has-log .video-top-controls {
541541
z-index:10;
542542
background-color:white;
543543
padding-bottom:10px;
544-
width:100%;
545-
min-width:1090px;
544+
width: 100%;
545+
min-width: 1390px;
546546
}
547547

548548
html.has-video .log-graph,

css/user_settings_dialog.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,17 +72,17 @@
7272
}
7373

7474

75-
.user-settings-dialog p,
76-
.user-settings-dialog span
75+
.user-settings-dialog p, .user-settings-dialog span
7776
{
7877
font-style: normal;
7978
font-family: 'open_sansregular', Arial;
8079
line-height: 19px;
8180
color: #7d7d7d;
8281
font-size: 11px;
82+
display: inline;
83+
margin-left: 2px;
8384
}
8485

85-
8686
/* Normal Track Override positioning*/
8787
.user-settings-dialog input[type="checkbox"].ios-switch + div {
8888
position: absolute;

index.html

Lines changed: 9 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -269,9 +269,7 @@ <h4>Log sync</h4>
269269
</div>
270270
</li>
271271
</ul>
272-
273272
<div class="craft"></div>
274-
275273
<div class="graph-row">
276274
<div class="log-graph">
277275
<video></video>
@@ -289,11 +287,9 @@ <h2>Legend <span class="log-close-legend-dialog glyphicon glyphicon-remove"></sp
289287
<button type="button" class="btn btn-default btn-block open-graph-configuration-dialog">Graph setup</button>
290288
</div>
291289
</div>
292-
293290
<div class="log-seek-bar">
294291
<canvas width="200" height="100"></canvas>
295292
</div>
296-
297293
<div class="log-field-values" id="log-field-values">
298294
<a href="#log-field-values"><h4>Field values</h4></a>
299295
<table class="table table-condensed">
@@ -307,11 +303,9 @@ <h2>Legend <span class="log-close-legend-dialog glyphicon glyphicon-remove"></sp
307303
</tr>
308304
</table>
309305
</div>
310-
311306
<div class="configuration-file" id="configuration-file">
312307
<!-- auto filled bu configuration function -->
313308
</div>
314-
315309
</div>
316310
<!-- Status Bar -->
317311
<div id="status-bar">
@@ -1113,13 +1107,13 @@ <h4 class="modal-title">Advanced User Settings</h4>
11131107
<label>Position</label>
11141108
</td>
11151109
<td class="position">
1116-
<label>Top</label><input name="stick-top" type="number" step="1" min="0" max="100"/><span>%</span>
1110+
<label>Top</label><input name="stick-top" type="number" step="1" min="0" max="100"/><p>%</p>
11171111
</td>
11181112
<td class="position">
1119-
<label>Left</label><input name="stick-left" type="number" step="1" min="0" max="100"/><span>%</span>
1113+
<label>Left</label><input name="stick-left" type="number" step="1" min="0" max="100"/><p>%</p>
11201114
</td>
11211115
<td class="position">
1122-
<label>Size</label><input name="stick-size" type="number" step="1" min="0" max="100"/><span>%</span>
1116+
<label>Size</label><input name="stick-size" type="number" step="1" min="0" max="100"/><p>%</p>
11231117
</td>
11241118
</tr>
11251119
</table>
@@ -1141,13 +1135,13 @@ <h4 class="modal-title">Advanced User Settings</h4>
11411135
<label>Position</label>
11421136
</td>
11431137
<td class="position">
1144-
<label>Top</label><input name="craft-top" type="number" step="1" min="0" max="100"/><span>%</span>
1138+
<label>Top</label><input name="craft-top" type="number" step="1" min="0" max="100"/><p>%</p>
11451139
</td>
11461140
<td class="position">
1147-
<label>Left</label><input name="craft-left" type="number" step="1" min="0" max="100"/><span>%</span>
1141+
<label>Left</label><input name="craft-left" type="number" step="1" min="0" max="100"/><p>%</p>
11481142
</td>
11491143
<td class="position">
1150-
<label>Size</label><input name="craft-size" type="number" step="1" min="0" max="100"/><span>%</span>
1144+
<label>Size</label><input name="craft-size" type="number" step="1" min="0" max="100"/><p>%</p>
11511145
</td>
11521146
</tr>
11531147
</table>
@@ -1164,13 +1158,13 @@ <h4 class="modal-title">Advanced User Settings</h4>
11641158
<label>Position</label>
11651159
</td>
11661160
<td class="position">
1167-
<label>Top</label><input name="analyser-top" type="number" step="1" min="0" max="100"/><span>%</span>
1161+
<label>Top</label><input name="analyser-top" type="number" step="1" min="0" max="100"/><p>%</p>
11681162
</td>
11691163
<td class="position">
1170-
<label>Left</label><input name="analyser-left" type="number" step="1" min="0" max="100"/><span>%</span>
1164+
<label>Left</label><input name="analyser-left" type="number" step="1" min="0" max="100"/><p>%</p>
11711165
</td>
11721166
<td class="position">
1173-
<label>Size</label><input name="analyser-size" type="number" step="1" min="0" max="100"/><span>%</span>
1167+
<label>Size</label><input name="analyser-size" type="number" step="1" min="0" max="100"/><p>%</p>
11741168
</td>
11751169
</tr>
11761170
</table>

js/grapher.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -718,7 +718,7 @@ function FlightLogGrapher(flightLog, graphConfig, canvas, craftCanvas, analyserC
718718
var markerFrequency = ((windowCenterTime-markerEvent.time).toFixed(0)!=0)?((1000000/(windowCenterTime-markerEvent.time)).toFixed(0) + "Hz") : '';
719719
drawEvent(
720720
{
721-
event:FlightLogEvent.CUSTOM_BLANK,
721+
event:FlightLogEvent.CUSTOM_BLANK, // Blank doesnt show a vertical line
722722
time:windowCenterTime,
723723
label: formatTime((windowCenterTime-markerEvent.time)/1000, true) + 'ms ' + markerFrequency,
724724
align:(markerEvent.time<windowCenterTime)?'right':'left',

0 commit comments

Comments
 (0)