Правка для названия поля в форме авторизации

parent c04c6bc3
......@@ -535,6 +535,12 @@ $(document).ready(function(){
if($(this).val() == '') $(this).parent().removeClass('input--filled');
});
// Убрать название поля изнутри input-а
$('form.b-popup__login .input__field').each(function(){
$(this).parent().addClass('input--filled');
});
// *** Disable scroll ***
// left: 37, up: 38, right: 39, down: 40,
......
......@@ -98,7 +98,7 @@ $urlHome = $this->url('home',['lang' => $lang]);
?>
<a href="<?= $urlCabinet ?>" class="annotation" title="<?= _t("Настройки профиля") ?>"><?= $identity->getEmail() ?></a>
</div>
<div class="header-logout col sm-2 order-xs-1">
<div class="header-logout col sm-1 order-xs-1">
<a href="<?= $this->url('logout', ['lang' => $lang]) ?>" title="<?= _t("Выход") ?>" class="annotation"><?= _t("Выход") ?></a>
</div>
<?php else : ?>
......
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