Generic custompages : css ameliorations

skala
Noel Dieschburg 14 years ago
parent 4d8490f435
commit fa4832ef87
  1. 6
      custompages/index-logged.php
  2. 1
      custompages/index-unlogged.php
  3. 2
      custompages/lostpassword.php
  4. 6
      custompages/style-ie6.css
  5. 6
      custompages/style.css

@ -1,4 +1,8 @@
<?php require_once('main/inc/global.inc.php');
<?php
echo "toto";
require_once('main/inc/global.inc.php');
//require_once api_get_path(LIBRARY_PATH).'usermanager.lib.php';
echo "toto";
header("Location: /user_portal.php");
?>

@ -77,7 +77,6 @@ if (isset($_GET['loginFailed'])){
<span><?php echo cblue_get_lang('LoginEnter');?></span>
</div> <!-- #form-submit -->
<div id="links">
<a href="main/auth/inscription.php"><?php echo cblue_get_lang('langReg')?></a><br />
<a href="main/auth/lostPassword.php"><?php echo cblue_get_lang('langLostPassword')?></a>
</div>
</div> <!-- #form -->

@ -33,7 +33,7 @@ require_once('language.php');
<img src="../../custompages/images/header.png" alt="Ambassador logo" />
</div> <!-- #header -->
<?php echo '<div id="registration-form-info" class="form-info">'.cblue_get_lang('lang_enter_email_and_well_send_you_password').'</div>'; ?>
<div id="lostpassword-form-box">
<div id="lostpassword-form-box" class="form-box">
<?php if (isset($form_error) && !empty($form_error)) {
echo '<div id="registration-form-error" class="form-error"><ul>'.$form_error.'</ul></div>';
}?>

@ -52,7 +52,7 @@ body {
text-align: center;
}
#login-form-box, #registration-form-box, #lostpassword-form-box {
.form-box {
width: 310px;
margin-left: auto;
margin-right: auto;
@ -62,7 +62,7 @@ body {
/*background-color: white;*/
}
#login-form, #registration-form, #lostpassword-form {
.form {
margin-left: 15px;
margin-right: 15px;
margin-top: 30px;
@ -71,7 +71,7 @@ body {
text-align: left;
}
#login-form-submit, #registration-form-submit, #lostpassword-form-submit {
.form-submit {
margin: 0;
padding: 0;
width: 310px;

@ -50,7 +50,7 @@ body {
text-align: center;
}
#login-form-box, #registration-form-box, #lostpassword-form-box {
.form-box {
width: 310px;
margin-left: auto;
margin-right: auto;
@ -60,7 +60,7 @@ body {
background-color: white;
}
#login-form, #registration-form, #lostpassword-form {
.form {
margin-left: 15px;
margin-right: 15px;
margin-top: 30px;
@ -69,7 +69,7 @@ body {
text-align: left;
}
#login-form-submit, #registration-form-submit, #lostpassword-form-submit {
.form-submit {
margin: 0;
padding: 0;
width: 310px;

Loading…
Cancel
Save