Tarea #997 -> Indicadores rojos en las pestañas (corrección)
Tarea #1020 -> Revisar la pantalla de registro git-svn-id: https://192.168.0.254/svn/Proyectos.ASong2U_Web/trunk@119 cd1a4ea2-8c7f-e448-aada-19d1fee9e1d6
This commit is contained in:
parent
2ca5b041e4
commit
0243f1b34b
Binary file not shown.
|
Before Width: | Height: | Size: 25 KiB After Width: | Height: | Size: 25 KiB |
@ -30,9 +30,9 @@ global $gp_settings, $user_ID, $user_identity, $user_level; ?>
|
||||
|
||||
<form action="<?php echo site_url('wp-login.php?action=register', 'login_post'); ?>" method="post">
|
||||
<p><label for="log"><?php _e('Username', 'gp_lang'); ?></label>
|
||||
<br/><input type="text" name="user_login" id="user_login" class="input" value="<?php echo esc_attr(stripslashes($user_login)); ?>" size="22" /></p>
|
||||
<input type="text" name="user_login" id="user_login" class="input" value="<?php echo esc_attr(stripslashes($user_login)); ?>" size="22" /></p>
|
||||
|
||||
<p><label for="pwd"><?php _e('Email', 'gp_lang'); ?></label><br/>
|
||||
<p><label for="pwd"><?php _e('Email', 'gp_lang'); ?></label>
|
||||
<input type="text" name="user_email" id="user_email" class="input" value="<?php echo esc_attr(stripslashes($user_email)); ?>" size="22" /></p>
|
||||
|
||||
<?php do_action('register_form'); ?>
|
||||
|
||||
@ -174,13 +174,13 @@ ul.navmenu li span.sign {
|
||||
display: inline;
|
||||
font-size: 9px;
|
||||
font-weight: bold;
|
||||
height: 22px;
|
||||
line-height: 30px;
|
||||
height: 25px;
|
||||
line-height: 34px;
|
||||
padding: 0 3px 0 0;
|
||||
position: absolute;
|
||||
right: 0;
|
||||
text-align: right;
|
||||
width: 22px;
|
||||
width: 25px;
|
||||
}
|
||||
|
||||
ul.navmenu li a.friends {
|
||||
@ -1073,7 +1073,8 @@ input[type="submit"]:hover.signup {
|
||||
}
|
||||
|
||||
#signup_form h2, #signup_form h3, #signup_form h4 {
|
||||
color: #3b71af !important;
|
||||
color: #3b71af !important;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
#signup_form .submit {
|
||||
@ -1390,9 +1391,33 @@ color: #325670;
|
||||
.bp-wrapper .register-section, .bp-wrapper .create-form {
|
||||
border: none;
|
||||
margin: 0;
|
||||
padding: 20px;
|
||||
padding: 8px 15px;
|
||||
float: left;
|
||||
width: 42%;
|
||||
width: 90%;
|
||||
}
|
||||
|
||||
.bp-wrapper .register-section label, .bp-wrapper .create-form label, .bp-wrapper .register-section span.label {
|
||||
display: inline-block !important;
|
||||
width: 35%;
|
||||
text-align: right;
|
||||
margin-right: 1% !important;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.bp-wrapper .register-section .radio div {
|
||||
width: 60%;
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
.bp-wrapper .register-section .radio div label {
|
||||
display: inline-block;
|
||||
width: auto !important;
|
||||
color: #000;
|
||||
}
|
||||
|
||||
.bp-wrapper .register-section .textInput, .bp-wrapper .register-section input[type="text"], .bp-wrapper .create-form .textInput, .bp-wrapper .create-form input[type="text"],
|
||||
.bp-wrapper .register-section #signup_username, .bp-wrapper .register-section #signup_password, .bp-wrapper .register-section #signup_password_confirm {
|
||||
width: 60%;
|
||||
}
|
||||
|
||||
#invite-anyone-group-list li {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user