Skip to content

Commit

Permalink
Update complied code
Browse files Browse the repository at this point in the history
  • Loading branch information
khawkins98 committed Mar 1, 2017
1 parent df6f2b8 commit 508492f
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
26 changes: 26 additions & 0 deletions css/ebi-global.css
Original file line number Diff line number Diff line change
Expand Up @@ -1098,6 +1098,32 @@ table.tablesorter thead tr th.tablesorter-headerDesc {
table.no-stripe tbody tr:nth-child(even) {
background-color: #fff; }

/* Data table solutions */
/* Tables with custom padding */
table .padding-none th,
table .padding-none td
table.padding-none tbody th,
table.padding-none tbody td,
table.data-table tbody th,
table.data-table tbody td {
padding: 0; }

table .padding-small th,
table .padding-small td
table.padding-small tbody th,
table.padding-small tbody td {
padding: 0rem 0.2rem 0.2rem; }

/* None 100% wide tables */
table.data-table,
table.width-auto {
width: auto; }

/* some images should be stretched, such as sparkline-style gifs */
table.data-table img,
img.stretch {
height: inherit; }

/* wide screen support */
@media screen and (min-width: 40em) {
body.full-width .row,
Expand Down
Loading

0 comments on commit 508492f

Please sign in to comment.