summaryrefslogtreecommitdiff
path: root/assets/css/src/responsive.css
diff options
context:
space:
mode:
Diffstat (limited to 'assets/css/src/responsive.css')
-rw-r--r--assets/css/src/responsive.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/assets/css/src/responsive.css b/assets/css/src/responsive.css
index f6338ed8..46ef8da4 100644
--- a/assets/css/src/responsive.css
+++ b/assets/css/src/responsive.css
@@ -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) {