summaryrefslogtreecommitdiff
path: root/assets/css/app.css
diff options
context:
space:
mode:
Diffstat (limited to 'assets/css/app.css')
-rw-r--r--assets/css/app.css9
1 files changed, 8 insertions, 1 deletions
diff --git a/assets/css/app.css b/assets/css/app.css
index e15e7c72..922606cd 100644
--- a/assets/css/app.css
+++ b/assets/css/app.css
@@ -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;
}
-