1
0
Fork 0
mirror of https://github.com/haselkern/Minecraft-ArmorStand.git synced 2025-05-18 05:55:35 +00:00

Made rotation sliders in a table for better usage

This commit is contained in:
WebFreak001 2015-06-14 12:10:35 +02:00
parent bee50df3ae
commit afdea3fd86
2 changed files with 58 additions and 26 deletions

View file

@ -71,6 +71,7 @@ a{
width: 60px;
display: inline-block;
clear: left;
text-align: right;
}
#disabledslots span{
@ -99,4 +100,17 @@ a{
.equipment{
width: 80%;
}
.rotations{
width: 100%;
text-align: right;
}
.rotations tr td:nth-child(1){
width: 80px;
}
.rotations input{
width: 100%;
}