Styleeees
This commit is contained in:
@@ -7,8 +7,9 @@
|
||||
</head>
|
||||
<body>
|
||||
<div class="center">
|
||||
<h2>Search Players</h2>
|
||||
<form id="searchForm">
|
||||
<h2>Search Players</h2>
|
||||
<hr>
|
||||
<select id="category" style="display: none;">
|
||||
<option value="Id">ID</option>
|
||||
<option value="Username">Username</option>
|
||||
@@ -46,10 +47,13 @@
|
||||
<button style="display: none;" type="submit">Search</button>
|
||||
</form>
|
||||
|
||||
<table id="table">
|
||||
<thead id="header"></thead>
|
||||
<tbody id="results"></tbody>
|
||||
</table>
|
||||
<div class="player-box">
|
||||
<table id="table">
|
||||
<thead id="header"></thead>
|
||||
<tbody id="results"></tbody>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
|
||||
<p id="nomatch" style="display: none;">No matches found.</p>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user