Skip to content
Snippets Groups Projects
Commit 1a5cf2ed authored by khawkins98's avatar khawkins98
Browse files

Tweak

parent 9a25f890
No related branches found
Tags v1.1.13
No related merge requests found
......@@ -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,
......@@ -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 {
......
This diff is collapsed.
......@@ -907,11 +907,17 @@ table.no-stripe tbody tr:nth-child(even) { background-color: #fff; }
/* 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;
}
table.data-table,
table.padding-small {
border-spacing: 0;
}
table .padding-small th,
......@@ -921,7 +927,6 @@ table.padding-small tbody td,
table.data-table tbody th,
table.data-table tbody td {
padding: 0rem 0.2rem 0.2rem;
border-spacing: 0;
}
/* border lines on data tables without striping */
table.no-stripe.data-table tbody td {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment