CSS: Set default td padding on all tables

refs #5543
This commit is contained in:
Eric Lippmann 2015-09-24 15:02:20 +02:00
parent 7beabd9744
commit 9b7b4fcaca
2 changed files with 4 additions and 4 deletions

View File

@ -58,3 +58,7 @@ table {
border-collapse: separate;
border-spacing: 0 1px;
}
td {
padding: @vertical-padding @horizontal-padding;
}

View File

@ -5,10 +5,6 @@
}
.action-table {
td {
padding: @vertical-padding @horizontal-padding;
}
tr {
&.active {
background-color: @gray-lighter;