]> git.bitcoin.ninja Git - satsto.me/commitdiff
Improve dropdown
authorMatt Corallo <git@bluematt.me>
Fri, 12 Jul 2024 22:05:05 +0000 (22:05 +0000)
committerMatt Corallo <git@bluematt.me>
Fri, 12 Jul 2024 22:09:16 +0000 (22:09 +0000)
index.html

index 412efdc3d006c93916537f69fc92562c31314fea..e0c3199067fe2bab2f5ab6ee5f7fd9034ea4e10f 100644 (file)
@@ -18,6 +18,7 @@
                                line-height: 1.2;
                        }
                        a { color: inherit; }
+                       .center-contents { display: flex; width: 100%; justify-content: center; }
                        .fill { display: flex; }
                        .fill-use { flex: 1; }
                        .intro-text { color: white; }
                                        color: white;
                                        font-size: 1em;
                                }
+                               .dropdown {
+                                       background: #3B6367;
+                                       border: none;
+                                       color: white;
+                                       font-size: 12pt;
+                               }
                        }
                        .right-header {
                                padding: 15px;
                                        </svg>
                                </div>
                                <div class="errors right-header-paragraph" id="errors"></div>
-                               <div class="right-header-second-paragraph">
-                                       Resolve name using&nbsp;<select id="server">
-                                               <option value="https://dns.google/dns-query">Google's 8.8.8.8 Public DNS server</option>
-                                               <option value="http">satsto.me's native DNS proof server</option>
-                                               <option value="https://1.1.1.1/dns-query">Cloudflare's 1.1.1.1 Public DNS server</option>
+                               <div class="right-header-second-paragraph center-contents">
+                                       <select id="server" class="dropdown">
+                                               <option value="https://dns.google/dns-query">Look up using 8.8.8.8</option>
+                                               <option value="http">Look up using satsto.me's native proof server</option>
+                                               <option value="https://1.1.1.1/dns-query">Look up using 1.1.1.1</option>
                                        </select>
                                </div>
                        </div>