Fix greedy search bar.

This commit is contained in:
Tim 2015-12-11 20:39:33 +02:00
commit 5c9c2f9ab8
2 changed files with 7 additions and 7 deletions

View file

@ -2489,12 +2489,12 @@ table[id^='history_child'] thead th {
overflow: hidden;
}
#search_form {
width: 350px;
width: 300px;
padding: 8px 15px;
}
#search_form span.input-textbox {
overflow: hidden;
width: 250px;
width: 200px;
height: 34px;
display: inline-flex;
float: right;
@ -2505,11 +2505,11 @@ table[id^='history_child'] thead th {
margin-top: 0;
float: right;
position: relative;
right: -250px;
right: -200px;
border-radius: 3px 0 0 3px;
}
#search_form #query.active {
width: 250px;
width: 200px;
right: 0px;
}
#search_form #search_button.btn-inactive {