result-grid.less 1.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  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. .sorted-by,
  29. .filter-options {
  30. margin-left: 5px;
  31. padding: 0 10px;
  32. background: #f9f9f9;
  33. font-weight: 600;
  34. color: inherit;
  35. display: inline-block;
  36. &:hover {
  37. color: inherit;
  38. }
  39. }
  40. .result-grid-search {
  41. .pull-right;
  42. .form-inline;
  43. .input-search {
  44. padding: 3px 8px 3px;
  45. font-size: 14px;
  46. vertical-align: middle;
  47. }
  48. .btn,
  49. .btn-primary,
  50. .btn-default {
  51. border: 0;
  52. margin-left: -10px;
  53. position: relative;
  54. }
  55. .btn-sm {
  56. padding: 5px 10px;
  57. }
  58. }
  59. }