diff --git a/common/messages/ru/app.php b/common/messages/ru/app.php
index e3b6834..42bfc28 100755
--- a/common/messages/ru/app.php
+++ b/common/messages/ru/app.php
@@ -1,2 +1,7 @@
'Вход для пользователей',
+ 'Login' => 'Войти',
+ 'Not registered yet?' => 'Не зарегистрированы?',
+ 'Register now!' => 'Зарегистрироваться',
+ ];
\ No newline at end of file
diff --git a/frontend/views/account/wishlist.php b/frontend/views/account/wishlist.php
index 2a2ea0d..1c016ed 100644
--- a/frontend/views/account/wishlist.php
+++ b/frontend/views/account/wishlist.php
@@ -73,6 +73,12 @@ _________________________________________________________ -->
@@ -390,6 +390,9 @@ _________________________________________________________ -->
);
echo $login->field($loginForm, 'rememberMe')
->checkbox();
+ ?>
+
+
echo Html::submitButton(
\Yii::t('app', 'Login'),
[
@@ -398,20 +401,17 @@ _________________________________________________________ -->
);
$login::end();
?>
+
diff --git a/frontend/views/product/view.php b/frontend/views/product/view.php
index c7dc777..992fe55 100755
--- a/frontend/views/product/view.php
+++ b/frontend/views/product/view.php
@@ -95,6 +95,15 @@
is('top')) {
+ ?>
+
+
+
diff --git a/frontend/views/site/_slider_product.php b/frontend/views/site/_slider_product.php
index a7a87c5..8104521 100755
--- a/frontend/views/site/_slider_product.php
+++ b/frontend/views/site/_slider_product.php
@@ -99,6 +99,14 @@
is('top')) {
+ ?>
+
+
diff --git a/frontend/web/css/style.css b/frontend/web/css/style.css
index dbb2368..f31da8f 100755
--- a/frontend/web/css/style.css
+++ b/frontend/web/css/style.css
@@ -764,7 +764,7 @@ body.boxed .navbar-affixed-top.affix {
#login-modal p {
font-weight: 300;
- margin-bottom: 20px;
+ /*margin-bottom: 20px;*/
font-size: 13px;
}
@@ -1466,15 +1466,26 @@ fieldset[disabled] .btn-template-primary.active {
top: 50px;
}
+.ribbon.top {
+ top: 100px;
+}
.ribbon.new .theribbon {
background-color: #5bc0de;
text-shadow: 0px 1px 2px #bbb;
}
+.ribbon.top .theribbon {
+ background-color: #8a21fd;
+ text-shadow: 0px 1px 2px #bbb;
+}
.ribbon.new .theribbon:after {
border-color: #2390b0 #2390b0 transparent transparent;
}
+.ribbon.top .theribbon:after {
+ border-color: #4f00a5 #4f00a5 transparent transparent;
+}
+
.ribbon.gift {
top: 100px;
}
@@ -4667,4 +4678,14 @@ a.list-group-item.active > .badge,
.panel.sidebar-menu ul.nav.category-menu li a.active:hover {
background-color: #fd9131;
color: white;
+}
+
+#login-modal .form-group.field-loginform-returnurl{
+ display:none;
+}
+
+@media (min-width: 768px){
+ #login-modal .modal-sm {
+ width: 350px;
+ }
}
\ No newline at end of file
--
libgit2 0.21.4