Changed Character Generator input field widths.

This commit is contained in:
Yord 2015-10-10 23:04:46 +02:00
parent f04c541aee
commit b11edb7e59
2 changed files with 10 additions and 1 deletions

View file

@ -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 {