Improved table heading padding.

For settings table and editor tables. Closes #378.
This commit is contained in:
Oliver Hamlet
2015-01-04 19:58:44 +00:00
parent e2b65a78ce
commit de0249d95d
3 changed files with 9 additions and 2 deletions
+1 -1
View File
@@ -209,7 +209,7 @@ html /deep/ table {
width: 100%;
background-color: #E8EAF6;
}
html /deep/ table td, table th {
html /deep/ table td, html /deep/ table th {
vertical-align: top;
text-align: left;
padding: 8px 16px;
+4 -1
View File
@@ -123,9 +123,12 @@
html /deep/ table[is=editable-table] {
background-color: inherit;
}
html /deep/ table[is=editable-table] td, table[is=editable-table] th {
html /deep/ table[is=editable-table] td {
padding: 0;
}
html /deep/ table[is=editable-table] th {
padding: 0 4px;
}
html /deep/ table[is=editable-table] paper-icon-button {
color: rgba(0, 0, 0, 0.54);
}
@@ -112,6 +112,10 @@ loot-editor-close
padding: 16px;
overflow: hidden;
}
core-selector > div > table[is=editable-table] th {
padding-top: 8px;
padding-bottom: 8px;
}
</style>
<core-toolbar class="medium-tall">
<core-tooltip id="activeTick" label="Active Plugin" noarrow>