index.html: switch version/model field order
authorMoritz Warning <moritzwarning@web.de>
Fri, 9 Oct 2020 17:11:11 +0000 (19:11 +0200)
committerMoritz Warning <moritzwarning@web.de>
Fri, 9 Oct 2020 17:11:11 +0000 (19:11 +0200)
www/index.css
www/index.html

index 147d5b86a864132c13de11ae14c5bb17ee68e321..f028ff23feed2c4aa2defd85fceaac3bb86a7ece 100644 (file)
@@ -26,7 +26,7 @@ a {
   border: 0.06em solid transparent;
   background-color: #f1f1f1;
   padding: 0.8em;
-  width: 100%;
+  width: 92%;
   border-radius: 0.2em;
   font-size: inherit;
 }
index 92421a513b10d6f38ba4656b9fd37c84409aea7f..733e583d69fdd632d051223eea5a04e8d241b77d 100644 (file)
@@ -40,7 +40,6 @@
         </p>
         <br />
 
-        <select id="versions" size="1"></select>
         <div id="models-autocomplete" class="autocomplete">
           <input
             id="models"
@@ -50,6 +49,7 @@
             autocapitalize="off"
           />
         </div>
+        <select id="versions" size="1"></select>
 
         <br />
         <br />