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

Merge pull request #8 from metarmask/patch-1

Align checkboxes and text
This commit is contained in:
Lars Martens 2015-09-30 19:39:00 +02:00
commit 5547fa2969

View file

@ -62,18 +62,34 @@ a{
}
#disabledslots .first{
width: 60px;
display: inline-block;
clear: left;
text-align: right;
width: 60px;
display: inline-block;
clear: left;
text-align: right;
vertical-align: top;
}
#disabledslots span{
width: 16px;
height: 16px;
width: 16px;
height: 16px;
display: inline-block;
}
#disabledslots div{
height: 16px;
line-height: 16px;
}
#disabledslots div + div{
margin-top: 4px;
}
#disabledslots input[type=checkbox]{
width: 16px;
height: 16px;
margin: 0;
}
#disabledslots .sprite{
background-repeat: no-repeat;
background-image: url("images/slots.png");