]> jfr.im git - irc/unrealircd/unrealircd-webpanel.git/blobdiff - users/details.php
Overview: Make top margin of bottom row smaller
[irc/unrealircd/unrealircd-webpanel.git] / users / details.php
index d3ca1b5eeb424f2ba520085251c55dbfdc20dfc5..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)
@@ -61,6 +61,6 @@ if (isset($_GET['nick']))
       </div>
   </div>
 </div>
-<?php 
-       require_once("../footer.php");
+<?php require_once UPATH.'/footer.php'; ?>
+