Landing page --> landing page window popravki
This commit is contained in:
parent
6bac98ed54
commit
9241351633
@ -554,11 +554,11 @@ class DisplayController{
|
||||
|
||||
// Email
|
||||
echo ' <label for="email" '.($error == 'email' ? 'class="red"': '').'>'.$lang['email'].'</label>';
|
||||
echo ' <input id="em" '.($error == 'email' ? 'class="red"': '').' name="email" value="'.$email.'" size="30" placeholder="E-mail" onblur="CheckEmailFP();" type="text">';
|
||||
echo ' <input id="em" '.($error == 'email' ? 'class="red"': '').' name="email" value="'.$email.'" size="30" placeholder="" onblur="CheckEmailFP();" type="text">';
|
||||
|
||||
// Password
|
||||
echo ' <label for="pass" '.($error == 'password' ? 'class="red"': '').'>'.$lang['password'].'</label>';
|
||||
echo ' <input '.($error == 'password' ? 'class="red"': '').' name="pass" placeholder="'.$lang['login_password'].'" type="password">';
|
||||
echo ' <input '.($error == 'password' ? 'class="red"': '').' name="pass" placeholder="" type="password">';
|
||||
|
||||
// Error text
|
||||
if($error != ''){
|
||||
@ -574,11 +574,14 @@ class DisplayController{
|
||||
echo ' </div>';
|
||||
}
|
||||
|
||||
// Submit
|
||||
echo ' <input name="submit" title="'.$lang['login'].'" value="'.$lang['next1'].'" type="submit">';
|
||||
|
||||
// Lost pass
|
||||
echo ' <div class="lostpass"><a class="RegLastPage" href="#" onclick="LostPassword(\''.$lang['please_insert_email'].'\');">'.$lang['forgot_password'].'</a></div>';
|
||||
|
||||
// Submit
|
||||
echo ' <input name="submit" title="'.$lang['login'].'" value="'.$lang['next1'].'" type="submit">';
|
||||
// // Submit
|
||||
// echo ' <input name="submit" title="'.$lang['login'].'" value="'.$lang['next1'].'" type="submit">';
|
||||
|
||||
echo '</form>';
|
||||
}
|
||||
|
@ -906,7 +906,7 @@ body.landing_page #main {
|
||||
}
|
||||
|
||||
.landing_page_content {
|
||||
font-family: "Source Sans Pro", "sans-serif";
|
||||
font-family: "Source Sans Pro";
|
||||
text-align: center;
|
||||
color: #333333;
|
||||
|
||||
@ -923,6 +923,12 @@ body.landing_page #main {
|
||||
body.landing_page #main .app_subtitle {
|
||||
text-shadow: unset;
|
||||
color: #333333;
|
||||
|
||||
font-weight: 400px;
|
||||
line-height: 26px;
|
||||
|
||||
margin-top: 25px;
|
||||
margin-bottom: 24px;
|
||||
}
|
||||
|
||||
body.landing_page #main .landing_page_window {
|
||||
@ -932,6 +938,10 @@ body.landing_page #main .landing_page_window {
|
||||
min-height: 327px;
|
||||
}
|
||||
|
||||
body.landing_page #main .landing_page_window #login_holder .login_form {
|
||||
padding: 25px 23px;
|
||||
}
|
||||
|
||||
body.landing_page #main .landing_page_window .tabs .tab {
|
||||
font-size: 16px;
|
||||
font-weight: 600;
|
||||
@ -944,3 +954,45 @@ body.landing_page #main .landing_page_window .tabs .tab.active {
|
||||
color: #1E88E5;
|
||||
}
|
||||
|
||||
body.landing_page #main .landing_page_window label {
|
||||
text-align: left;
|
||||
|
||||
margin: 15px 0px 4px 0px;
|
||||
}
|
||||
|
||||
.landing_page_window input[type="text"] {
|
||||
padding: 0px;
|
||||
height: 38px;
|
||||
max-width: 354px;
|
||||
}
|
||||
.landing_page_window input[type="password"] {
|
||||
padding: 0px;
|
||||
height: 38px;
|
||||
max-width: 354px;
|
||||
}
|
||||
|
||||
|
||||
body.landing_page #main .landing_page_window input[type="submit"] {
|
||||
align-self: unset;
|
||||
width: unset;
|
||||
max-width: 354px;
|
||||
|
||||
margin: 16px 0px;
|
||||
|
||||
font-weight: 700;
|
||||
padding: 12.5px 0px;
|
||||
line-height: 20px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
body.landing_page #main .landing_page_window #login_holder .login_form .lostpass {
|
||||
position: unset;
|
||||
text-align: left;
|
||||
text-decoration-line: underline;
|
||||
text-decoration-color: #1e88e5;
|
||||
font-weight: 400;
|
||||
font-size: 16px;
|
||||
line-height: 20px;
|
||||
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user