From 81d4bf8b087bcd69bc89b9f9855ddefe7d88f252 Mon Sep 17 00:00:00 2001 From: Alex Date: Thu, 20 Oct 2016 12:05:44 +0300 Subject: [PATCH] -Form fix --- frontend/web/css/style.css | 2 +- frontend/web/css/style.min.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/web/css/style.css b/frontend/web/css/style.css index c1fa421..1359322 100755 --- a/frontend/web/css/style.css +++ b/frontend/web/css/style.css @@ -1060,7 +1060,7 @@ ul.main-menu li:first-child ul li a:before {display: none;} .modal-form, #success-form { width: 810px; background: #fff; - position: absolute; + position: fixed; left: 50%; margin-left: -405px; top: 20px; diff --git a/frontend/web/css/style.min.css b/frontend/web/css/style.min.css index 5ea7a6a..6faafb8 100755 --- a/frontend/web/css/style.min.css +++ b/frontend/web/css/style.min.css @@ -1214,7 +1214,7 @@ ul.main-menu li:first-child ul li a:before { #success-form, .modal-form { width: 810px; background: #fff; - position: absolute; + position: fixed; left: 50%; margin-left: -405px; top: 20px; -- libgit2 0.21.4