spread search interface horizontally

This commit is contained in:
ed
2021-03-20 01:00:44 +01:00
parent 4885653c07
commit 90c5f2b9d2
3 changed files with 28 additions and 10 deletions

View File

@@ -405,7 +405,7 @@ input[type="checkbox"]:checked+label {
#op_search table {
#srch_form {
border: 1px solid #3a3a3a;
box-shadow: 0 0 1em #222 inset;
background: #2d2d2d;
@@ -414,15 +414,24 @@ input[type="checkbox"]:checked+label {
margin-bottom: 0;
padding: 0 .5em .5em 0;
}
#srch_form table {
display: inline-block;
}
#srch_form td {
padding: .6em .6em;
}
#srch_form td:first-child {
width: 3em;
padding-right: .2em;
text-align: right;
}
#op_search input {
margin: 0;
}
#srch_q {
white-space: pre;
color: #f80;
margin: .2em 0 0 1.6em
}
#files td div span {
color: #fff;