From 21c03357379242b91d6d2a73e5e9db15f057b762 Mon Sep 17 00:00:00 2001 From: Robin Buse Date: Tue, 16 Aug 2011 14:31:37 +0300 Subject: [PATCH] compatibility fix --- static/index.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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} }