Files
roll20-character-sheets/AD&D_2E/2EStyle.css
T
anarisis 1bb3ee8835 Updates to rolls, ready for template.
The AD&D2E sheet now has updated roll buttons, and buttons for each
weapon slot and proficiency slot. It's also been prepared for
availability as a standard template.
2014-04-18 17:05:16 -07:00

36 lines
771 B
CSS

.charsheet input {
display: inline-block;
width: 165px;
}
.charsheet input.sheet-tiny {
display: inline-block;
width: 25px;
}
.charsheet input.sheet-short {
display: inline-block;
width: 3.5em;
}
.charsheet input[type="number"].sheet-tiny {
display: inline-block;
width: 23px;
}
input[type="number"].sheet-tiny::-webkit-inner-spin-button {
-webkit-appearance: none;
}
input[type="number"].sheet-nobut::-webkit-inner-spin-button {
-webkit-appearance: none;
}
.charsheet input.sheet-tiny {
display: inline-block;
width: 25px;
}
.charsheet select.sheet-short{
display: inline-block;
margin: 0px 0px;
width: 4.1em;
}
.charsheet input[type="checkbox].left {
float: left;
margin: 5px 0px;
width: 2px;
}