Skip to content

Commit

Permalink
Dev: Some padding to no-more-tables tbody and array-by-column
Browse files Browse the repository at this point in the history
  • Loading branch information
olleharstedt committed Apr 15, 2016
1 parent d616e72 commit 2dd4b1b
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion templates/default/css/template.css
Original file line number Diff line number Diff line change
Expand Up @@ -509,6 +509,10 @@ table > tbody > tr > td.ddprefix {
width: 100%;
}

.no-more-tables tbody {
padding: 0 1em 0 1em;
}

/* Hide table headers (but not display: none;, for accessibility) */
.no-more-tables thead tr {
position: absolute;
Expand Down Expand Up @@ -675,7 +679,7 @@ table > tbody > tr > td.ddprefix {
.array-by-columns-div .radio-list {
border: 1px solid #ccc;
padding: 1em;
margin: 0.5em;
margin: 1em;
}


Expand Down

0 comments on commit 2dd4b1b

Please sign in to comment.