You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
buscribe/buscribe-web/form.less

60 lines
824 B
Plaintext

@import "constants";
#search_tools {
display: flex;
flex-direction: column;
margin-bottom: 1em;
div {
margin: 0;
padding: 0;
display: flex;
}
label {
display: inline-block;
font-family: @sans-serif;
width: 5em;
text-align: right;
padding: 0.2em;
}
#text_search_line {
display: flex;
flex-direction: row;
margin-bottom: 0.2em;
#search_text {
flex-grow: 1;
min-width: 10em;
}
}
#time_search_line {
display: flex;
flex-direction: row;
flex-wrap: wrap;
div {
align-items: center;
}
input[type=datetime-local], input[type=text] {
width: 13em;
}
input[type=text] {
text-align: right;
}
#search_button {
margin-left: auto;
}
}
button {
padding: 0.25em;
}
}