1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374 |
- .result-grid {
- clear: both;
- .table-grid {
- .table;
- }
- .table-grid .label {
- font-weight: normal;
- text-transform: uppercase;
- font-size: 0.5em;
- margin-left: 10px;
- }
- .table-grid thead th {
- font-size: 12px;
- text-transform: uppercase;
- }
- td small {
- font-size: 0.8em;
- }
- .table-options {
- position: relative;
- margin-bottom: 20px;
- }
- .filter-options,
- .sort-options {
- display: inline-block;
- margin-right: 5px;
- }
- .filter-options .dropdown-toggle {
- color: inherit;
- }
- .sorted-by,
- .filter-options {
- margin-left: 5px;
- padding: 0 10px;
- background: #f9f9f9;
- font-weight: 600;
- color: inherit;
- display: inline-block;
- &:hover {
- color: inherit;
- }
- }
- .result-grid-search {
- .pull-right;
- .form-inline;
- .input-search {
- padding: 3px 8px 3px;
- font-size: 14px;
- vertical-align: middle;
- }
- .btn,
- .btn-primary,
- .btn-default {
- border: 0;
- margin-left: -10px;
- position: relative;
- }
- .btn-sm {
- padding: 5px 10px;
- }
- }
- }
|