Rearrage My ADS-B Stats page button
This commit is contained in:
parent
0aedcffc5b
commit
c2e1c1f6d5
|
|
@ -197,13 +197,16 @@
|
||||||
<table style="width: 100%">
|
<table style="width: 100%">
|
||||||
<tr class="infoblock_heading">
|
<tr class="infoblock_heading">
|
||||||
<td>
|
<td>
|
||||||
<div class="button buttonTable" id="show_map_button"><span class="buttonText">Show Map</span></div>
|
<button id="stats_page_button" class="stats_button">Go to My ADS-B Statistics Page</button>
|
||||||
|
</td>
|
||||||
</td>
|
</td>
|
||||||
<td style="text-align: right">
|
<td style="text-align: right">
|
||||||
<a href="https://github.com/flightaware/dump1090" id="skyaware_version" target="_blank"></a>
|
<a href="https://github.com/flightaware/dump1090" id="skyaware_version" target="_blank"></a>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
<tr>
|
||||||
|
<div class="button buttonTable" id="show_map_button"><span class="buttonText">Show Map</span></div>
|
||||||
|
</tr>
|
||||||
<tr class="infoblock_body">
|
<tr class="infoblock_body">
|
||||||
<td><span class="infoBlockTitleText">Total Aircraft:</span> <span id="dump1090_total_ac">n/a</span></td>
|
<td><span class="infoBlockTitleText">Total Aircraft:</span> <span id="dump1090_total_ac">n/a</span></td>
|
||||||
<td><span class="infoBlockTitleText">Messages:</span> <span id="dump1090_message_rate">n/a</span>/sec</td>
|
<td><span class="infoBlockTitleText">Messages:</span> <span id="dump1090_message_rate">n/a</span>/sec</td>
|
||||||
|
|
@ -219,7 +222,6 @@
|
||||||
<div class="config_button_row">
|
<div class="config_button_row">
|
||||||
<button id="filter_button" class="config_button">Filters</button>
|
<button id="filter_button" class="config_button">Filters</button>
|
||||||
<button id="column_select_button" class="config_button">Select Columns</button>
|
<button id="column_select_button" class="config_button">Select Columns</button>
|
||||||
<button id="stats_page_button" class="config_button">Go to My ADS-B Statistics Page</button>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="filter_panel" class="panel">
|
<div id="filter_panel" class="panel">
|
||||||
|
|
|
||||||
|
|
@ -858,15 +858,31 @@ select.error, textarea.error, input.error {
|
||||||
-moz-border-radius: 4px;
|
-moz-border-radius: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.stats_button {
|
||||||
|
position: relative;
|
||||||
|
background-color: rgba(0, 160, 226, 1);
|
||||||
|
color: #FFFFFF;
|
||||||
|
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
|
||||||
|
font-weight: bold;
|
||||||
|
font-size: 12px;
|
||||||
|
cursor: pointer;
|
||||||
|
width: auto;
|
||||||
|
border-radius: 4px;
|
||||||
|
-webkit-border-radius: 4px;
|
||||||
|
-moz-border-radius: 4px;
|
||||||
|
margin-top: 5px;
|
||||||
|
padding: 5px 8px 5px 8px;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
.config_button:hover, .config_button_active {
|
.config_button:hover, .config_button_active {
|
||||||
background-color: #abcad8;
|
background-color: #abcad8;
|
||||||
}
|
}
|
||||||
|
|
||||||
.config_button_row {
|
.config_button_row {
|
||||||
position: relative;
|
position: relative;
|
||||||
margin-top: 5px;
|
margin-top: 10px;
|
||||||
padding: 3px 0 3px 0;
|
padding: 3px 0 3px 0;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.panel {
|
.panel {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue