Implemented Feature editing UI

This commit is contained in:
Thaum
2015-01-21 11:16:00 +00:00
parent 078f873219
commit 84512beb72
32 changed files with 1072 additions and 161 deletions

View File

@@ -0,0 +1,23 @@
body /deep/ .featureDialogWidth {
width: 600px;
}
body /deep/ #statGroupDropDown {
width: 120px;
}
body /deep/ #statDropDown {
width: 120px;
}
body /deep/ #operationDropDown {
width: 100px;
}
body /deep/ #damageMultiplierDropDown {
width: 120px;
}
body /deep/ #proficiencyDropDown {
width: 120px;
}