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:
parent
bee50df3ae
commit
afdea3fd86
2 changed files with 58 additions and 26 deletions
14
style.css
14
style.css
|
@ -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%;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue