|
|
@@ -352,7 +352,6 @@ function initUI(){
|
|
|
text-align:center;
|
|
|
font-size:0.8em;
|
|
|
color:#808080;
|
|
|
- display:block;
|
|
|
}
|
|
|
@media all and (max-width:40em){
|
|
|
body{
|
|
|
@@ -394,7 +393,7 @@ function initUI(){
|
|
|
<p id="message"><span class="loadCircle"></span>Selecting a server...</p>
|
|
|
</div>
|
|
|
<div id="testWrapper" class="hidden">
|
|
|
- <div id="startStopBtn" onclick="startStop()"></div>
|
|
|
+ <div id="startStopBtn" onclick="startStop()"></div><br/>
|
|
|
<a class="privacy" href="#" onclick="I('privacyPolicy').style.display=''">Privacy</a>
|
|
|
<div id="serverArea">
|
|
|
Server: <select id="server" onchange="s.setSelectedServer(SPEEDTEST_SERVERS[this.value])"></select>
|