]> jfr.im git - irc/unrealircd/unrealircd-webpanel.git/commitdiff
make tables look smaller and cleaner
authorValerie Pond <redacted>
Sat, 14 Jan 2023 01:26:40 +0000 (01:26 +0000)
committerValerie Pond <redacted>
Sat, 14 Jan 2023 01:26:40 +0000 (01:26 +0000)
channels/index.php
server_bans.php
servers/index.php
spamfilter.php
users/index.php

index 536c7790f1ab2e58fb7313527cc7ea50f098537e..f7200837187e007f0ba916266876336303f228ec 100644 (file)
@@ -14,7 +14,7 @@ $channels = $rpc->channel()->getAll();
 
 ?>
 <h4>Channels Overview</h4><br>
-<table class="container-xxl table table-responsive caption-top table-striped">
+<table class="container-xxl table-sm table-responsive caption-top table-striped">
        <thead class="table-primary">
        <th>Name</th>
        <th>Users</th>
index d501d105a4d64639060cc8355cbbc3abc2333e0c..cf78081db5139cc5def7e2a8288bd257ba309242 100644 (file)
@@ -195,7 +195,7 @@ foreach ($rpc->serverbanexception()->getAll() as $v)
        </div>
        </div>
 
-       <table class="container-xxl table table-responsive caption-top table-striped">
+       <table class="container-xxl table-sm table-responsive caption-top table-striped">
        <thead class="table-primary">
        <form method="post">
        <th><input type="checkbox" label='selectall' onClick="toggle_tkl(this)" /></th>
index 9070967f956c0c59c8f59c0dd29f9ed187d7d174..de2a26ff97579aca04c7663b12bb24100a490580 100644 (file)
@@ -20,15 +20,15 @@ Click on a server name to view more information.
                Message::Info("Listing servers which match name: \"" . $_POST['sf_name'] . "\"");
 
        ?>
-       <table class="container-xxl table table-responsive caption-top table-striped">
+       <table class="container-xxl table table-sm table-responsive caption-top table-striped">
        <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"> <input class="btn btn-primary" type="submit" value="Search"></th></form>
+               <th scope="col"> <input class="btn btn-primary btn-sm" type="submit" value="Search"></th></form>
        </thead></table>
 
-       <table class="container-xxl table table-responsive caption-top table-striped">
+       <table class="container-xxl table table-sm table-responsive caption-top table-striped">
        <thead class="table-primary">
                <th scope="col"><input type="checkbox" label='selectall' onClick="toggle_server(this)" /></th>
                <th scope="col">Name</th>
index 4f28dd06747bbc1ee0f4cb950de6a121cd02c295..e6a361ebd44e833fe12d130a1702219941a110aa 100644 (file)
@@ -257,7 +257,7 @@ $spamfilter = $rpc->spamfilter()->getAll();
                </div></div></div></div>
 
        
-       <table class="container-xxl table table-responsive caption-top table-striped">
+       <table class="container-xxl table-sm table-responsive caption-top table-striped">
        <thead class="table-primary"><form action="spamfilter.php" method="post">
        <th><input type="checkbox" label='selectall' onClick="toggle_sf(this)" /></th>
        <th>Match Type</th>
index 96a53fead12a1d0f4c5eaae4cb845ae716e4bc83..897840544612cc6df03b25f90a96a01fc3e9bbc7 100644 (file)
@@ -79,7 +79,7 @@ Click on a username to view more information.
                <th scope="col"> <input class="btn btn-primary" type="submit" value="Search"></th></form>
        </thead></table>
 
-       <table class="container-xxl table table-responsive caption-top table-striped">
+       <table class="container-xxl table table-sm table-responsive caption-top table-striped">
        <thead class="table-primary">
                <th scope="col"><input type="checkbox" label='selectall' onClick="toggle_user(this)" /></th>
                <th scope="col">Nick</th>