|
|
@@ -211,70 +211,6 @@ div.body {
|
|
|
border-radius: 3px;
|
|
|
}
|
|
|
|
|
|
- // {{{ table (copied from bootstrap .table
|
|
|
- table {
|
|
|
- width: 100%;
|
|
|
- margin-bottom: $line-height-computed;
|
|
|
- // Cells
|
|
|
- > thead,
|
|
|
- > tbody,
|
|
|
- > tfoot {
|
|
|
- > tr {
|
|
|
- > th,
|
|
|
- > td {
|
|
|
- padding: $table-cell-padding;
|
|
|
- line-height: $line-height-base;
|
|
|
- vertical-align: top;
|
|
|
- border-top: 1px solid $table-border-color;
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- // Bottom align for column headings
|
|
|
- > thead > tr > th {
|
|
|
- vertical-align: bottom;
|
|
|
- border-bottom: 2px solid $table-border-color;
|
|
|
- }
|
|
|
- // Remove top border from thead by default
|
|
|
- > caption + thead,
|
|
|
- > colgroup + thead,
|
|
|
- > thead:first-child {
|
|
|
- > tr:first-child {
|
|
|
- > th,
|
|
|
- > td {
|
|
|
- border-top: 0;
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- // Account for multiple tbody instances
|
|
|
- > tbody + tbody {
|
|
|
- border-top: 2px solid $table-border-color;
|
|
|
- }
|
|
|
-
|
|
|
- // Nesting
|
|
|
- table {
|
|
|
- background-color: $body-bg;
|
|
|
- }
|
|
|
-
|
|
|
- // .table-bordered
|
|
|
- border: 1px solid $table-border-color;
|
|
|
- > thead,
|
|
|
- > tbody,
|
|
|
- > tfoot {
|
|
|
- > tr {
|
|
|
- > th,
|
|
|
- > td {
|
|
|
- border: 1px solid $table-border-color;
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- > thead > tr {
|
|
|
- > th,
|
|
|
- > td {
|
|
|
- border-bottom-width: 2px;
|
|
|
- }
|
|
|
- }
|
|
|
- }
|
|
|
- // }}}
|
|
|
}
|
|
|
|
|
|
|