Implemented item attack summaries

This commit is contained in:
Thaum
2015-04-16 11:52:17 +00:00
parent 7cd353894c
commit e6487c9416
9 changed files with 49 additions and 18 deletions

View File

@@ -161,6 +161,14 @@ paper-button {
right: 24px;
}
.wideTable td {
padding: 4px 8px 4px 8px;
}
.wideTable table {
padding: 8px;
}
paper-fab-menu /deep/ .container {
padding: 24px !important;
}
@@ -219,6 +227,10 @@ paper-slider {
margin-bottom: 16px;
}
.spaceAfter {
margin-bottom: 8px;
}
.s {
padding: 0 0 16px 0;
}