mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-08-31 04:02:29 +00:00
Updates to CSS for new items
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user