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.
46 lines
623 B
Plaintext
46 lines
623 B
Plaintext
@import "constants";
|
|
|
|
#search_tools {
|
|
display: flex;
|
|
flex-direction: column;
|
|
|
|
margin-bottom: 1em;
|
|
|
|
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;
|
|
|
|
input[type=datetime-local] {
|
|
width: 13em;
|
|
|
|
}
|
|
|
|
#search_button {
|
|
margin-left: auto;
|
|
}
|
|
}
|
|
|
|
button {
|
|
padding: 0.25em;
|
|
}
|
|
} |