Просмотр исходного кода

Fix privacy link width (#364)

* add missing line break

* fix privacy link being clickable over the full page width
Bernd Stellwag 5 лет назад
Родитель
Сommit
41638deab9
2 измененных файлов с 1 добавлено и 3 удалено
  1. 1 2
      example-multipleServers-full.html
  2. 0 1
      example-singleServer-full.html

+ 1 - 2
example-multipleServers-full.html

@@ -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>

+ 0 - 1
example-singleServer-full.html

@@ -258,7 +258,6 @@ function initUI(){
         text-align:center;
         font-size:0.8em;
         color:#808080;
-        display:block;
 	}
 	@media all and (max-width:40em){
 		body{