_background.scss
1 year ago
_category-checkboxes.scss
1 year ago
_category-filter.scss
1 year ago
_checkbox-icons.scss
1 year ago
_custom-fields.scss
1 year ago
_elements.scss
1 year ago
_form-table.scss
1 year ago
_help-tab.scss
1 year ago
_inner-table.scss
1 year ago
_inputs.scss
1 year ago
_layout-example-columns.scss
1 year ago
_layout-example-grid.scss
1 year ago
_layout-example-masonry.scss
1 year ago
_layout-examples.scss
1 year ago
_layout.scss
1 year ago
_list-radio-buttons.scss
1 year ago
_misc.scss
1 year ago
_screenshots.scss
1 year ago
_sticky-views.scss
1 year ago
_structure.scss
1 year ago
_template.scss
1 year ago
_view-info.scss
1 year ago
_structure.scss
42 lines
| 1 | /*----------------------------------------------- |
| 2 | Structure |
| 3 | -----------------------------------------------*/ |
| 4 | |
| 5 | .clear { |
| 6 | clear: both; |
| 7 | } |
| 8 | |
| 9 | .table { |
| 10 | display: table; |
| 11 | } |
| 12 | |
| 13 | .table-row { |
| 14 | display: table-row; |
| 15 | } |
| 16 | |
| 17 | .table-cell { |
| 18 | display: table-cell; |
| 19 | vertical-align: top; |
| 20 | } |
| 21 | |
| 22 | .option-wrap { |
| 23 | margin-right: 2em; |
| 24 | } |
| 25 | |
| 26 | .half-width { |
| 27 | display: inline-block; |
| 28 | box-sizing: border-box; |
| 29 | width: 50%; |
| 30 | float: left; |
| 31 | } |
| 32 | |
| 33 | optgroup, |
| 34 | optgroup option { |
| 35 | font-family: inherit; // Firefox |
| 36 | } |
| 37 | |
| 38 | .intro { |
| 39 | margin-bottom: 2em; |
| 40 | } |
| 41 | |
| 42 |