New bootstrap-based layout #30

Merged
Roflin merged 79 commits from bootstrap into master 2023-03-14 19:11:25 +01:00
Showing only changes of commit eb04e87085 - Show all commits

View File

@ -351,13 +351,14 @@ i.space-invader.alt-7::before {
background: #fff; background: #fff;
border: 1px solid #ccc; border: 1px solid #ccc;
position: absolute; position: absolute;
top: 29px; left: 2px;
top: 37px;
margin: 0; margin: 0;
padding: 0; padding: 0;
} }
.autosuggest li { .autosuggest li {
display: block !important; display: block !important;
padding: 3px; padding: 3px 8px;
} }
.autosuggest li:hover, .autosuggest li.selected { .autosuggest li:hover, .autosuggest li.selected {
background: #CFECF7; background: #CFECF7;