Files
2016-08-01 17:19:25 +02:00

38 lines
513 B
CSS

label {
display: inline-block;
width: 100px;
text-align: right;
}
input {
display: inline-block;
width: 165px;
}
.sheet-col strong.sheet-dee {
font-size: 1.4em;
font-weight: bold;
padding-right: 4px;
}
input.sheet-short {
width: 3.5em;
}
.charsheet {
background-image: url("http://i.imgur.com/asC8AU9.jpg");
}
.charsheet table td, .charsheet table th {
font-size: 1.2em;
font-weight: bold;
text-align: center;
}
select.sheet-dtype {
width: 60px;
vertical-align: top;
}