$tpl = get_markup_template("logout.tpl");
}
else {
+ $a->page['htmlhead'] .= replace_macros(get_markup_template("login_head.tpl"),array(
+ '$baseurl' => $a->get_baseurl(true)
+ ));
+
$tpl = get_markup_template("login.tpl");
$_SESSION['return_url'] = $a->query_string;
}
body {
font-family: helvetica,arial,freesans,clean,sans-serif;
font-size: 14px;
+ /*background-image: none;*/
background-color: #ffffff;
color: #505050;/* ZP Change*/
margin: 0px;
max-width: 350px;
}
-.section-wrapper {
+div.section-wrapper {
position: relative;
width: 800px;
margin-left: auto;
}
.login-form {
- margin-top: 200px;
+ padding-top: 200px;
+ margin-bottom: 50px;
}
.register-form {
margin-top: 170px;
}
+.field {
+ margin-bottom: 2px;
+ padding-bottom: 0px;
+}
+
.field label {
+ width: auto;
position: absolute;
margin-left: 0px;
font-weight: 700;
width: 200px;
}
-.openid input {
+/*.openid input {*/
+#id_openid_url, .openid input {
background: url(login-bg.gif) no-repeat;
background-position: 0 50%;
width: 182px;