+
+
= Html::encode($this->title) ?>
-
Please fill out your email. A link to reset password will be sent there.
+
Please fill out your email. A link to reset password will be sent there.
-
-
- 'request-password-reset-form']); ?>
+
+
+ 'request-password-reset-form']); ?>
- = $form->field($model, 'email') ?>
+ = $form->field($model, 'email') ?>
-
- = Html::submitButton('Send', ['class' => 'btn btn-primary']) ?>
-
+
+ = Html::submitButton('Send', ['class' => 'btn btn-primary']) ?>
+
-
+
+
+
+
diff --git a/frontend/web/css/style.css b/frontend/web/css/style.css
index bdd8514..8fc0c6a 100755
--- a/frontend/web/css/style.css
+++ b/frontend/web/css/style.css
@@ -2610,7 +2610,7 @@ input[type=file]::-webkit-file-upload-button {
padding-left: 8px;
float: left;
}
-.search-worker-form input[type="submit"] {
+.search-worker-form input[type="submit"], .login-button {
float: left;
width: 82px;
height: 29px;
@@ -2626,7 +2626,7 @@ input[type=file]::-webkit-file-upload-button {
padding-left: 0;
margin-left: 6px;
}
-.search-worker-form input[type="submit"]:hover {
+.search-worker-form input[type="submit"]:hover, .login-button:hover {
background: #fff;
color: #0072bc;
}
@@ -3386,6 +3386,7 @@ ul.proektant-comments {margin-top: 15px}
}
#modal_form_question {height: 533px}
#modal_form_login {height: 423px}
+#modal_form_login .form-resume-wr form label{float: none}
#modal_form_favorite .res_form_line {bottom: 85px}
.page-favorite {
height: 85px;
@@ -5307,7 +5308,38 @@ input.disabled.admin-check:checked + label, input.disabled.admin-check:checked +
margin-left: 6px !important;
width: auto !important;
}
-.login-check-remember label span {margin-left: 0 !important;margin-top: 2px !important;}
+.login-check-remember label span {margin-left: 0 !important;}
+.login-button {
+ width: 180px;
+ outline: none;
+ float: none;
+ margin: 0 auto;
+}
+.res_form_line.new-res_form_line {
+top: 272px;
+
+}
+@media (min-width: 768px) {
+ .form-horizontal .control-label {
+ padding-top: 0;
+ margin-bottom: 0;
+ text-align: left;
+ }
+}
+.form-horizontal .form-group {
+ margin-right: 0;
+ margin-left: -0;
+}
+#modal_form_login form {top: 67px}
+.login-check-remember {
+ margin-top: 6px;
+ margin-bottom: 60px;
+}
+
+
+
+
+
--
libgit2 0.21.4