12345678910111213141516171819202122232425262728293031323334 |
- //
- // Search Dropdown
- // --------------------------------------------------
- // Base styles
- .navbar-misago .dropdown-menu.dropdown-search-results {
- width: 400px;
- }
- // Message
- .dropdown-search-message {
- text-align: center;
- }
- // Thread result
- .dropdown-search-thread {
- width: 100%;
- h5 {
- margin: 0px;
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- }
- small {
- display: block;
- margin: 0px;
- margin-top: 4px;
- }
- }
|