diff --git a/static/index.html b/static/index.html
index e15259aa5..86fca42fc 100644
--- a/static/index.html
+++ b/static/index.html
@@ -73,8 +73,8 @@
font-size: 15px
}
input[type="text"] {
- width: 196px;
- padding: 8px 95px 8px 10px;
+ width: 243px;
+ padding: 9px 47px 9px 10px;
background: #fff;
border: 1px solid #bbb;
outline: none;
@@ -90,6 +90,7 @@
input[type="submit"]::-moz-focus-inner {
border: 0
}
+ @media screen and (-webkit-min-device-pixel-ratio:0){ input[type="submit"] {padding: 8px} }