mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 22:39:36 +08:00
add641cbbc
* Cleaning up input sizes * alignment * more alignment adjustments
44 lines
587 B
SCSS
44 lines
587 B
SCSS
.search button.btn-primary, .search button.btn {
|
|
float: none;
|
|
}
|
|
|
|
.search-advanced {
|
|
.search-advanced-options {
|
|
.control-group {
|
|
margin-bottom: 10px;
|
|
.controls {
|
|
input:not([type="checkbox"]),select {
|
|
width: 75%;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
.search-title {
|
|
.sort-by {
|
|
display: flex;
|
|
width: 100%;
|
|
align-items: center;
|
|
.select-kit {
|
|
flex: 1 1 auto;
|
|
}
|
|
}
|
|
}
|
|
|
|
.search.row {
|
|
margin-top: 10px;
|
|
}
|
|
|
|
.search.row input.search {
|
|
height: 25px;
|
|
}
|
|
|
|
.fps-search-context {
|
|
margin-bottom: 15px;
|
|
}
|
|
|
|
.fps-topic {
|
|
max-width: 75%;
|
|
}
|