]> jfr.im git - irc/unrealircd/unrealircd-webpanel.git/commitdiff
Make some filter search boxes look better since we've "fixed" prev css
authorValerie Pond <redacted>
Sat, 4 Feb 2023 19:37:00 +0000 (19:37 +0000)
committerValerie Pond <redacted>
Sat, 4 Feb 2023 19:37:00 +0000 (19:37 +0000)
servers/index.php
users/details.php
users/index.php

index f5962492fc13bb69c335fb9cfc4075d52a22cec0..ec4aa4f6e0b06f2cbb16ab9b9d6c1903658cf15e 100644 (file)
@@ -99,7 +99,7 @@ Click on a server name to view more information.
        <thead>
                <th scope="col"><h5>Filter:</h5></th>
                <form action="" method="post">
-               <th scope="col" colspan="2">Name<input name="sf_name" type="text" class="form-control short-form-control">
+               <th scope="col" colspan="2">Name: <input name="sf_name" type="text" class="short-form-control">
                <th scope="col"> <input class="btn btn-primary btn-sm" type="submit" value="Search"></th></form>
        </thead></table>
        <form action="index.php" method="post">
index f166cad554b880af374a9127757039f3c6f1b822..9551623151c74fb30c3c5e51f9e4059117b5ac93 100644 (file)
@@ -22,12 +22,12 @@ if (isset($_GET['nick']))
 <h4><?php echo $title; ?></h4>
 <br>
 <form method="get" action="details.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="nick" name="nick" type="text" value=<?php echo $nickname; ?>>
-       <div class="input-group-append">
-               <br><button type="submit" class="btn btn-primary">Go</button>
-       </div>
-</div>
+  <div class="input-group short-form-control">
+    <input class="short-form-control" id="nick" name="nick" type="text" value=<?php echo $nickname; ?>>
+    <div class="input-group-append">
+      <br><button type="submit" class="btn btn-primary">Go</button>
+    </div>
+  </div>
 </form>
 
 <?php if (!$nick)
index a520ae910b4b7425bda0ba2eb97e38ae0b72ed32..5d34ce0bf92b30649134b5cbd8a453ae650956f9 100644 (file)
@@ -108,11 +108,11 @@ Click on a username to view more information.
                                <th scope="col" colspan="2"><input <?php echo (isset($_POST['servicesonly'])) ? "checked" : ""; ?> name="servicesonly" type="checkbox" value=""> Services Only</th>
                        </tr>
                        <tr>                    
-                               <th scope="col" colspan="2">Nick <input name="uf_nick" type="text" class="form-control short-form-control">
-                               <th scope="col" colspan="2">Host <input name="uf_host" type="text" class="form-control short-form-control"></th>
-                               <th scope="col" colspan="2">IP <input name="uf_ip" type="text" class="form-control short-form-control"></th>
-                               <th scope="col" colspan="2">Account <input name="uf_account" type="text" class="form-control short-form-control"></th>
-                               <th scope="col" colspan="2">Server <input name="uf_server" type="text" class="form-control short-form-control"></th>
+                               <th scope="col" colspan="2">Nick: <input name="uf_nick" type="text" class="short-form-control">
+                               <th scope="col" colspan="2">Host: <input name="uf_host" type="text" class="short-form-control"></th>
+                               <th scope="col" colspan="2">IP: <input name="uf_ip" type="text" class="short-form-control"></th>
+                               <th scope="col" colspan="2">Account: <input name="uf_account" type="text" class="short-form-control"></th>
+                               <th scope="col" colspan="2">Server: <input name="uf_server" type="text" class="short-form-control"></th>
                                
                                <th scope="col"> <input class="btn btn-primary" type="submit" value="Search"></th>
                        </tr>
@@ -261,7 +261,7 @@ Click on a username to view more information.
        </select><br></td><tr><td colspan="3">
        
        <label for="ban_reason">Reason: </label>
-       <input class="form-control short-form-control" type="text" name="ban_reason" id="ban_reason" value="No reason">
+       <input class="short-form-control" type="text" name="ban_reason" id="ban_reason" value="No reason">
        <button type="button" class="btn btn-primary" data-toggle="modal" data-target="#myModal">
                        Apply ban
        </button></td></table>