mirror of
https://github.com/haselkern/Minecraft-ArmorStand.git
synced 2025-05-17 15:05:33 +00:00
Align checkboxes and text
It currently looks like this:  With this commit it will look like this:  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:
parent
ae9858d6ae
commit
cdd815faf8
1 changed files with 26 additions and 4 deletions
30
style.css
30
style.css
|
@ -62,10 +62,32 @@ 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;
|
||||
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{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue