add title, slight css modification
This commit is contained in:
@@ -6,6 +6,18 @@
|
||||
box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
|
||||
}
|
||||
|
||||
<<<<<<< Updated upstream
|
||||
=======
|
||||
.admin-title {
|
||||
margin: 10px;
|
||||
/*color: #845663;*/
|
||||
/*color: white;*/
|
||||
/*text-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);*/
|
||||
padding-bottom: 5px;
|
||||
border-bottom: 4px solid #845663;
|
||||
}
|
||||
|
||||
>>>>>>> Stashed changes
|
||||
.admin-panel input[type="submit"], button {
|
||||
background-color: #845663;
|
||||
color: white;
|
||||
@@ -14,8 +26,11 @@
|
||||
|
||||
.admin-actions {
|
||||
display: inline-block;
|
||||
margin: 10px;
|
||||
padding: 8px;
|
||||
vertical-align: top;
|
||||
border-radius: 10px;
|
||||
border: 4px solid #845663;
|
||||
box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
|
||||
}
|
||||
|
||||
.admin-searchbar {
|
||||
|
||||
@@ -19,9 +19,12 @@
|
||||
<body>
|
||||
<div class="content">
|
||||
<div class="admin-panel">
|
||||
<form action="index.html" method="post">
|
||||
<div class="admin-title">
|
||||
<h1>User Management Panel</h1>
|
||||
</div> <br>
|
||||
<form action="admin.php" method="post">
|
||||
<div class="admin-options">
|
||||
<form action="index.html" method="post">
|
||||
<form action="admin.php" method="post">
|
||||
<div class="admin-searchbar">
|
||||
<h2>Search</h2>
|
||||
<input type="text" name="search" class="admin-searchinput"> <br>
|
||||
@@ -35,7 +38,7 @@
|
||||
</div>
|
||||
</form>
|
||||
<div class="admin-actions">
|
||||
<h2>Actions: </h2>
|
||||
<h2>Batch Actions: </h2>
|
||||
<input type="radio" name="actions" value="mute"> Mute <br>
|
||||
<input type="radio" name="actions" value="ban"> Ban <br>
|
||||
<input type="radio" name="actions" value="unban"> Unban <br> <br>
|
||||
|
||||
Reference in New Issue
Block a user