You are here

search_api.admin.css in Search API 8

Administration styles for the Search API module.

File

css/search_api.admin.css
View source
  1. /**
  2. * @file
  3. * Administration styles for the Search API module.
  4. */
  5. /*
  6. * Search API overview page
  7. */
  8. .search-api-entity-list {
  9. margin-bottom: 2em;
  10. }
  11. .search-api-entity-list tr {
  12. border-bottom: none;
  13. }
  14. .search-api-list-server {
  15. border-top: 1px solid #e6e4df;
  16. }
  17. .search-api-list-index:last-of-type {
  18. border-bottom: 1px solid #e6e4df;
  19. }
  20. .search-api-list-server .search-api-type,
  21. .search-api-list-server .search-api-title {
  22. font-weight: bold;
  23. }
  24. .search-api-list-server .search-api-title .description {
  25. font-weight: normal;
  26. }
  27. .search-api-entity-list--servers-with-indexes .search-api-list-index .search-api-type {
  28. padding-left: 3em;
  29. }
  30. .search-api-list-disabled .search-api-type,
  31. .search-api-list-disabled .search-api-title,
  32. .search-api-list-disabled .search-api-status {
  33. opacity: .5;
  34. }
  35. /*
  36. * Server view page
  37. */
  38. .search-api-server-summary ul.inline {
  39. margin: 0;
  40. }
  41. .search-api-server-summary ul.inline li {
  42. padding-left: 0;
  43. }
  44. details .messages {
  45. margin-left: 20px;
  46. margin-right: 20px;
  47. }
  48. /*
  49. * Index summary page
  50. */
  51. .search-api-index-status {
  52. margin-bottom: 6em;
  53. }
  54. /* Remove animation */
  55. .search-api-index-status .progress__bar {
  56. background-image: none;
  57. }
  58. .search-api-index-summary {
  59. margin-bottom: 2em;
  60. }
  61. /*
  62. * Processors page
  63. */
  64. .search-api-stage-wrapper.form-item {
  65. float: left;
  66. box-sizing: border-box;
  67. width: 32.66%;
  68. min-width: 17em;
  69. margin-right: 1%;
  70. }
  71. .search-api-stage-wrapper.form-item:last-child {
  72. margin-right: 0;
  73. }
  74. /*
  75. * Miscellaneous
  76. */
  77. .search-api-checkboxes-list .form-checkboxes {
  78. max-height: 30em;
  79. overflow: auto;
  80. }