mirror of
https://github.com/9001/copyparty.git
synced 2026-04-02 22:08:38 +10:00
spread search interface horizontally
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user