From a52eeadd71d4dce09e8b3f44cbe35af6074ede0f Mon Sep 17 00:00:00 2001 From: zhegal Date: Tue, 5 Dec 2017 12:06:38 +0200 Subject: [PATCH] form view --- frontend/views/layouts/main.php | 16 ++++++---------- frontend/web/css/custom.css | 19 +++++++++++++++++++ 2 files changed, 25 insertions(+), 10 deletions(-) diff --git a/frontend/views/layouts/main.php b/frontend/views/layouts/main.php index ca510e6..0e3dd0a 100644 --- a/frontend/views/layouts/main.php +++ b/frontend/views/layouts/main.php @@ -188,17 +188,13 @@ _________________________________________________________ -->
field($feedback, 'message') - ->textarea( - [ - 'rows' => 1, - ] - )->Label('Откуда узнали о нас?'); ?> + ->textInput()->Label('Впишите промокод для получения скидки -20%'); ?>
-
-
Как вам удобно оплатить?*
-
Перевод на карту ПриватБанка (1)
-
Перевод на карту ПриватБанка (2)
-
Наличными представителю
+
+
Как вам удобно оплатить?*
+ + +

diff --git a/frontend/web/css/custom.css b/frontend/web/css/custom.css index 5c7abe9..051c488 100644 --- a/frontend/web/css/custom.css +++ b/frontend/web/css/custom.css @@ -270,4 +270,23 @@ img.img-responsive.img-circle { color: #999999; font-size: 16px; padding-top: 5px; +} +.modal-dialog{ + max-width: 850px; + width: 100%; +} +.form-down{ + margin-top: 10px; + margin-bottom: 25px; +} +.navbar-affixed-top.affix{ + z-index: 10000;} +.modal{ + z-index: 10500; +} +.modal-backdrop{ + z-index: 10400; +} +@media (max-width:767px) { + .modal-dialog{margin:0;} } \ No newline at end of file -- libgit2 0.21.4