Skip to content

Commit

Permalink
Add a missing column mapping. Make background type column not wrap.
Browse files Browse the repository at this point in the history
  • Loading branch information
Sheep-y committed Jul 20, 2016
1 parent 4bd17b8 commit 19348c9
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 9 deletions.
3 changes: 2 additions & 1 deletion html/lang_en.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*
/*
* lang_en.js
*
* English localization resources
Expand All @@ -14,6 +14,7 @@ _.l.set( 'data', {
},
'field' : {
"PowerSourceText" : 'Power Source',
"CombatRole" : 'Role',
"RoleName" : 'Role',
"KeyAbilities" : 'Abilities',
"GroupRole" : 'Group',
Expand Down
21 changes: 13 additions & 8 deletions html/style_gui.css
Original file line number Diff line number Diff line change
Expand Up @@ -141,21 +141,26 @@ button.pressable[aria-pressed="true"] {
opacity: 1;
}

input[placeholder=Group] ,
input[placeholder=Level] ,
input[placeholder=Power\ Source] ,
input[placeholder=Rarity] ,
input[placeholder=Size] {
width: 80px;
}

input[placeholder=Action] ,
input[placeholder=Alignment] ,
input[placeholder=Campaign] ,
input[placeholder=Category] ,
input[placeholder=Cost] ,
input[placeholder=Frequency] ,
input[placeholder=Price] ,
input[placeholder=Tier] ,
input[placeholder=Type] {
input[placeholder=Role] ,
input[placeholder=Tier] {
width: 120px;
}
input[placeholder=Group] ,
input[placeholder=Level] ,
input[placeholder=Power\ Source] ,
input[placeholder=Rarity] ,
input[placeholder=Size] {
width: 80px;

input[placeholder=Type] {
width: 140px;
}

0 comments on commit 19348c9

Please sign in to comment.