result-grid.less 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. .result-grid {
  2. clear: both;
  3. .table-grid {
  4. .table;
  5. }
  6. .table-grid .label {
  7. font-weight: normal;
  8. text-transform: uppercase;
  9. font-size: 0.5em;
  10. margin-left: 10px;
  11. }
  12. .table-grid thead th {
  13. font-size: 12px;
  14. text-transform: uppercase;
  15. }
  16. td small {
  17. font-size: 0.8em;
  18. }
  19. .table-options {
  20. position: relative;
  21. margin-bottom: 20px;
  22. }
  23. .filter-options,
  24. .sort-options {
  25. display: inline-block;
  26. margin-right: 5px;
  27. }
  28. .filter-options .dropdown-toggle {
  29. color: inherit;
  30. }
  31. .sorted-by,
  32. .filter-options {
  33. margin-left: 5px;
  34. padding: 0 10px;
  35. background: #f9f9f9;
  36. font-weight: 600;
  37. color: inherit;
  38. display: inline-block;
  39. &:hover {
  40. color: inherit;
  41. }
  42. }
  43. .result-grid-search {
  44. .pull-right;
  45. .form-inline;
  46. .input-search {
  47. padding: 3px 8px 3px;
  48. font-size: 14px;
  49. vertical-align: middle;
  50. }
  51. .btn,
  52. .btn-primary,
  53. .btn-default {
  54. border: 0;
  55. margin-left: -10px;
  56. position: relative;
  57. }
  58. .btn-sm {
  59. padding: 5px 10px;
  60. }
  61. }
  62. }