search-dropdown.less 470 B

12345678910111213141516171819202122232425262728293031323334
  1. //
  2. // Search Dropdown
  3. // --------------------------------------------------
  4. // Base styles
  5. .navbar-misago .dropdown-menu.dropdown-search-results {
  6. width: 400px;
  7. }
  8. // Message
  9. .dropdown-search-message {
  10. text-align: center;
  11. }
  12. // Thread result
  13. .dropdown-search-thread {
  14. width: 100%;
  15. h5 {
  16. margin: 0px;
  17. white-space: nowrap;
  18. overflow: hidden;
  19. text-overflow: ellipsis;
  20. }
  21. small {
  22. display: block;
  23. margin: 0px;
  24. margin-top: 4px;
  25. }
  26. }