|
@ -696,10 +696,13 @@ |
|
|
.ui.very.basic.table { |
|
|
.ui.very.basic.table { |
|
|
border: none; |
|
|
border: none; |
|
|
} |
|
|
} |
|
|
.ui.very.basic.table:not(.sortable) th, |
|
|
|
|
|
.ui.very.basic.table:not(.sortable) td { |
|
|
|
|
|
|
|
|
.ui.very.basic.table:not(.sortable):not(.striped) th, |
|
|
|
|
|
.ui.very.basic.table:not(.sortable):not(.striped) td { |
|
|
padding: @basicTableCellVerticalPadding @basicTableCellHorizontalPadding; |
|
|
padding: @basicTableCellVerticalPadding @basicTableCellHorizontalPadding; |
|
|
} |
|
|
} |
|
|
|
|
|
.ui.very.basic.table:not(.sortable):not(.striped) tbody tr:last-child td { |
|
|
|
|
|
padding-bottom: 0em; |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
/*-------------- |
|
|
/*-------------- |
|
|
Padded |
|
|
Padded |
|
|