Commit e6b2466c authored by Shakarim Sapa's avatar Shakarim Sapa

- Настроили положение окна

parent f59be4f6
...@@ -92,9 +92,9 @@ WidgetAssetBundle::register($this); ...@@ -92,9 +92,9 @@ WidgetAssetBundle::register($this);
</div> </div>
</section> </section>
<div class="white-popup-block mfp-hide"> <!--<div class="white-popup-block mfp-hide">-->
<?= RegistrationWidget::widget(); ?> <?= RegistrationWidget::widget(); ?>
</div> <!--</div>-->
<?php /*if (Yii::$app->user->isGuest):?> <?php /*if (Yii::$app->user->isGuest):?>
<section class="sh_ft"> <section class="sh_ft">
......
...@@ -54,7 +54,7 @@ return [ ...@@ -54,7 +54,7 @@ return [
'id'=>'reg_form_popup', 'id'=>'reg_form_popup',
'options' => [ 'options' => [
'enctype' => 'multipart/form-data', 'enctype' => 'multipart/form-data',
'class' =>'validreg_form2', 'class' =>'validreg_form2 white-popup-block mfp-hide',
], ],
], ],
'elements' => $elements, 'elements' => $elements,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment