]> jfr.im git - irc/unrealircd/unrealircd-webpanel.git/commitdiff
Make IP whois search bar look cleaner
authorValerie Pond <redacted>
Mon, 6 Feb 2023 20:34:49 +0000 (20:34 +0000)
committerValerie Pond <redacted>
Mon, 6 Feb 2023 20:34:49 +0000 (20:34 +0000)
common.php
tools/ip-whois.php

index 2c337bf7f645cc73120bb4375c871826c9bd99b3..b9f40db3decd6acc9b3ffb42240d56a2497ee8af 100644 (file)
@@ -29,7 +29,9 @@ $pages = Array(
                "Ban Exceptions" => "server-bans/ban-exceptions.php"
        ],
        "Spamfilter"   => "spamfilter.php",
-
+       "Tools" => [
+               "IP WHOIS" => "tools/ip-whois.php",
+       ],
        "Settings" => "settings",
        
        "News"         => "news.php",
index 6c16d5fe0ecd3da332bb45e9c50b0ccf03137988..fe52f6df62ee962c6e2a7ab9b4db1ed7fe3fd34e 100644 (file)
@@ -57,8 +57,8 @@ else
 
 <br>
 <form method="get" action="ip-whois.php">
-<div class="input-group short-form-control justify-content-center align-items-center">
-       <input style="margin: 0%; height: 24px;" class="left-pan form-control" id="ip" name="ip" type="text" value=<?php echo $ip; ?>>
+<div class="input-group">
+       <input class="short-form-control" id="ip" name="ip" type="text" value=<?php echo $ip; ?>>
        <div class="input-group-append">
                <br><button type="submit" class="btn btn-primary">Go</button>
        </div>