Reduce the size of the filter box for smaller screen
This commit is contained in:
parent
4c39d6d121
commit
d600375493
|
|
@ -1523,6 +1523,10 @@ span.task-board-date-overdue {
|
|||
margin-top: 10px;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.page-header .form-input-large {
|
||||
width: 300px;
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 1024px) and (orientation: landscape) {
|
||||
|
|
@ -1542,6 +1546,10 @@ span.task-board-date-overdue {
|
|||
input[type="text"] {
|
||||
height: 18px;
|
||||
}
|
||||
|
||||
.page-header .form-input-large {
|
||||
width: 300px;
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 640px) {
|
||||
|
|
@ -1691,4 +1699,3 @@ form.search {
|
|||
div.search {
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -55,4 +55,3 @@ form.search {
|
|||
div.search {
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -35,6 +35,10 @@
|
|||
margin-top: 10px;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.page-header .form-input-large {
|
||||
width: 300px;
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 1024px) and (orientation: landscape) {
|
||||
|
|
@ -54,6 +58,10 @@
|
|||
input[type="text"] {
|
||||
height: 18px;
|
||||
}
|
||||
|
||||
.page-header .form-input-large {
|
||||
width: 300px;
|
||||
}
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 640px) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue