1
0
Fork 0
mirror of https://github.com/haselkern/Minecraft-ArmorStand.git synced 2025-05-17 15:05:33 +00:00

Nicer input elements

This commit is contained in:
Lars Martens 2016-11-24 21:03:09 +01:00
parent c20f7df61e
commit a0b7cc4a2f
2 changed files with 13 additions and 1 deletions

View file

@ -135,7 +135,7 @@
</div>
<div class="padding underline">
<input type="text" name="customname" placeholder="Custom name">
<input type="text" name="customname" id="customname" placeholder="Custom name">
<label><input type="checkbox" name="showcustomname">Show custom name</label>
<br>
</div>

View file

@ -30,6 +30,18 @@ a{
color: #000000;
}
input[type="text"], select{
border: 1px solid #aaa;
border-radius: 3px;
padding: 0.5em;
}
input[type="text"]:not(:last-child){
margin-bottom: 0.5em;
}
#customname{
margin-bottom: 0;
}
#gl{
width: 60%;
height: 100%;