From 871961d0779c53d92d5abe266f321830ab36a3ff Mon Sep 17 00:00:00 2001 From: Ansis Brammanis Date: Thu, 21 Mar 2013 16:51:16 -0400 Subject: [PATCH] remove position:relative from view on osm div this was blocking all preset input fields --- css/app.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/css/app.css b/css/app.css index 57e7f2217..d1348a0f7 100644 --- a/css/app.css +++ b/css/app.css @@ -975,6 +975,10 @@ button.preset-add-field { padding: 0 10px; } +.view-on-osm { + padding: 20px; +} + /* preset form numbers */ input[type=number] {