Updates to CSS for new items

This commit is contained in:
Twibbit
2014-05-30 17:01:25 -05:00
parent 5106244333
commit ca49bd287c
+9 -2
View File
@@ -1,7 +1,7 @@
.charsheet label {
display: inline-block;
width: 75px;
text-align: right;
text-align: right;
}
.charsheet input {
@@ -34,8 +34,15 @@
text-align: center;
}
.charsheet textarea.sheet-powers {
resize: vertical;
height: 5ex;
width:95%;
}
select.sheet-dtype {
width: 60px;
width: 2em;
vertical-align: top;
}