Changed the look of Admin Insert
This commit is contained in:
+1
-1
@@ -233,7 +233,7 @@ if (isset($_POST["url"])) {
|
|||||||
echo "
|
echo "
|
||||||
<label>
|
<label>
|
||||||
<input type=\"checkbox\" name=\"" . $row["tag"] . "\">" . $row["name"] . "
|
<input type=\"checkbox\" name=\"" . $row["tag"] . "\">" . $row["name"] . "
|
||||||
</label><br>";
|
</label>";
|
||||||
}
|
}
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
|||||||
@@ -701,7 +701,14 @@ div.content {
|
|||||||
|
|
||||||
.specieslist {
|
.specieslist {
|
||||||
max-height: 300px;
|
max-height: 300px;
|
||||||
overflow-y: scroll;
|
/* overflow-y: scroll; */
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
flex-wrap: wrap;
|
||||||
|
}
|
||||||
|
|
||||||
|
.specieslist label {
|
||||||
|
min-width: 80px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user