Skip to content

Commit

Permalink
Tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
khawkins98 committed Mar 14, 2017
1 parent 9a25f89 commit 1a5cf2e
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 5 deletions.
11 changes: 8 additions & 3 deletions css/ebi-global.css
Original file line number Diff line number Diff line change
Expand Up @@ -1100,11 +1100,17 @@ table.no-stripe tbody tr:nth-child(even) {

/* Data table solutions */
/* Tables with custom padding */
table.padding-none {
border-spacing: 0; }

table .padding-none th,
table .padding-none td
table.padding-none tbody th,
table.padding-none tbody td {
padding: 0;
padding: 0; }

table.data-table,
table.padding-small {
border-spacing: 0; }

table .padding-small th,
Expand All @@ -1113,8 +1119,7 @@ table.padding-small tbody th,
table.padding-small tbody td,
table.data-table tbody th,
table.data-table tbody td {
padding: 0rem 0.2rem 0.2rem;
border-spacing: 0; }
padding: 0rem 0.2rem 0.2rem; }

/* border lines on data tables without striping */
table.no-stripe.data-table tbody td {
Expand Down
Loading

0 comments on commit 1a5cf2e

Please sign in to comment.