mirror of
https://github.com/ikrpg/ikrpg.github.io.git
synced 2026-05-13 14:27:22 +00:00
Changed Character Generator input field widths.
This commit is contained in:
parent
f04c541aee
commit
b11edb7e59
2 changed files with 10 additions and 1 deletions
|
|
@ -322,6 +322,15 @@ ul.ui-autocomplete li.ui-state-focus {
|
|||
}
|
||||
|
||||
|
||||
.character-generator-table input[type="text"] {
|
||||
width: 400px;
|
||||
}
|
||||
|
||||
.character-generator-table select {
|
||||
width: 406px;
|
||||
}
|
||||
|
||||
|
||||
@media print {
|
||||
html { zoom: 140%; }
|
||||
form.character-sheet {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue