You are here

current_search.css in Facet API 6.3

.current-search-setting {
  float: left;
  display: inline;
}

.current-search-plugin {
  margin-right: 2em;
}

.current-search-label {
  margin-right: 3em;
}

.current-search-plugin label, .current-search-label label {
  display: inline-block;
}

.current-search-button .form-actions {
  margin-top: .4em;
}

.current-search-remove-link {
  text-align: center;
}

.current-search-group-title {
  display: inline;
  font-weight: bold;
}

.current-search-item-group .item-list {
  display: inline-block;
}

.region-content .current-search-item-group .item-list,
.region-highlighted .current-search-item-group .item-list,
.region-help .current-search-item-group .item-list {
  margin-left: -1.5em;
}

.form-actions {
  float: right;
  margin-top: 0;
  margin-bottom: 0;
}

.current-search-description {
  margin-top: .5em;
  margin-bottom: 1em;
}

File

contrib/current_search/current_search.css
View source
  1. .current-search-setting {
  2. float: left;
  3. display: inline;
  4. }
  5. .current-search-plugin {
  6. margin-right: 2em;
  7. }
  8. .current-search-label {
  9. margin-right: 3em;
  10. }
  11. .current-search-plugin label, .current-search-label label {
  12. display: inline-block;
  13. }
  14. .current-search-button .form-actions {
  15. margin-top: .4em;
  16. }
  17. .current-search-remove-link {
  18. text-align: center;
  19. }
  20. .current-search-group-title {
  21. display: inline;
  22. font-weight: bold;
  23. }
  24. .current-search-item-group .item-list {
  25. display: inline-block;
  26. }
  27. .region-content .current-search-item-group .item-list,
  28. .region-highlighted .current-search-item-group .item-list,
  29. .region-help .current-search-item-group .item-list {
  30. margin-left: -1.5em;
  31. }
  32. .form-actions {
  33. float: right;
  34. margin-top: 0;
  35. margin-bottom: 0;
  36. }
  37. .current-search-description {
  38. margin-top: .5em;
  39. margin-bottom: 1em;
  40. }