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

Align checkboxes and text

It currently looks like this:
![image](aaa2c682-6513-11e5-93ef-492a5e625a6b.png)
With this commit it will look like this:
![image](8b549abc-6513-11e5-8626-0dbe3ffed979.png)

I have tested this in Chrome, IE and Edge. You can see a preview in your browser [here](https://cdn.rawgit.com/metarmask/Minecraft-ArmorStand/gh-pages/index.htm).
This commit is contained in:
metarmask 2015-09-27 12:41:15 +02:00
parent ae9858d6ae
commit cdd815faf8

View file

@ -62,10 +62,32 @@ a{
} }
#disabledslots .first{ #disabledslots .first{
width: 60px; width: 60px;
display: inline-block; display: inline-block;
clear: left; clear: left;
text-align: right; text-align: right;
vertical-align: top;
}
#disabledslots span{
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 span{ #disabledslots span{