Merge branch 'MDL-27793' of git://github.com/nebgor/moodle
This commit is contained in:
@@ -47,12 +47,14 @@ if (empty($CFG->xmlstrictheaders) and !empty($CFG->loginpasswordautocomplete)) {
|
||||
<input type="password" name="password" id="password" size="15" value="" <?php echo $autocomplete; ?> />
|
||||
<input type="submit" id="loginbtn" value="<?php print_string("login") ?>" />
|
||||
</div>
|
||||
</div>
|
||||
<div class="clearer"><!-- --></div>
|
||||
<?php if (isset($CFG->rememberusername) and $CFG->rememberusername == 2) { ?>
|
||||
<div class="form-label"><input type="checkbox" name="rememberusername" id="rememberusername" value="1" <?php if ($frm->username) {echo 'checked="checked"';} ?> /></div>
|
||||
<div class="form-input"><label for="rememberusername"><?php print_string('rememberusername', 'admin') ?></label></div>
|
||||
<div class="rememberpass">
|
||||
<input type="checkbox" name="rememberusername" id="rememberusername" value="1" <?php if ($frm->username) {echo 'checked="checked"';} ?> />
|
||||
<label for="rememberusername"><?php print_string('rememberusername', 'admin') ?></label>
|
||||
</div>
|
||||
<?php } ?>
|
||||
</div>
|
||||
<div class="clearer"><!-- --></div>
|
||||
<div class="forgetpass"><a href="forgot_password.php"><?php print_string("forgotten") ?></a></div>
|
||||
</form>
|
||||
|
||||
@@ -253,6 +253,11 @@ Course Section Topic & Weekly
|
||||
display: none; /* hides topic items title or weekly itens title */
|
||||
margin-bottom: 9px;
|
||||
}
|
||||
/*Login (Login page)*/
|
||||
.loginbox .loginform .form-label {width:46%;}
|
||||
.dir-rtl .loginbox .loginform .form-label {width:46%;}
|
||||
.loginbox .loginform .form-input {width:53%;}
|
||||
|
||||
/*
|
||||
Login (Front Page)
|
||||
-----------------------*/
|
||||
|
||||
@@ -190,6 +190,11 @@ h1.headermain {
|
||||
float: left;
|
||||
text-align: right;
|
||||
}
|
||||
.dir-ltr .loginbox .loginform .form-label {
|
||||
width: 39%;
|
||||
float: left;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.loginbox .loginform .form-input {
|
||||
width: 60%;
|
||||
@@ -835,4 +840,4 @@ h1.headermain {
|
||||
|
||||
/* Add Block
|
||||
-------------------------*/
|
||||
.block .content .singleselect form#add_block .select.menubui_addblock { width: 160px;}
|
||||
.block .content .singleselect form#add_block .select.menubui_addblock { width: 160px;}
|
||||
|
||||
@@ -272,7 +272,7 @@ input#id_externalurl {direction:ltr;}
|
||||
/**
|
||||
* Login
|
||||
*/
|
||||
.loginbox {margin:15px;overflow:hidden;}
|
||||
.loginbox {margin:15px;overflow:visible;}
|
||||
.loginbox.twocolumns {margin:15px;}
|
||||
.loginbox h2,
|
||||
.loginbox .subcontent {margin:5px;padding:10px;text-align:center;}
|
||||
@@ -285,8 +285,9 @@ input#id_externalurl {direction:ltr;}
|
||||
.loginbox .potentialidps .potentialidplist {margin-left:40%;}
|
||||
.loginbox .potentialidps .potentialidplist div {text-align:left;}
|
||||
.loginbox .loginform {margin-top:1em;text-align:left;}
|
||||
.loginbox .loginform .form-label {float:left;text-align:right;width:40%;}
|
||||
.loginbox .loginform .form-input {float:right;width:59%;}
|
||||
.loginbox .loginform .form-label {float:left;text-align:right;width:44%;direction:rtl; white-space:nowrap;}
|
||||
.dir-rtl .loginbox .loginform .form-label {float:left;text-align:right;width:44%;direction:ltr; white-space:nowrap;}
|
||||
.loginbox .loginform .form-input {float:right;width:55%;}
|
||||
.loginbox .loginform .form-input input {width: 6em;}
|
||||
.loginbox .signupform {margin-top:1em;text-align:center;}
|
||||
.loginbox.twocolumns .loginpanel {float:left;width:49.5%;border-right: 1px solid;margin-bottom:-2000px;padding-bottom:2000px;}
|
||||
|
||||
@@ -111,6 +111,8 @@ input[type="radio"] {
|
||||
}
|
||||
|
||||
.loginbox .loginform .form-label {
|
||||
float: none;
|
||||
width: 100%;
|
||||
margin: 0 auto;
|
||||
float: left;
|
||||
text-align: right;
|
||||
@@ -118,6 +120,9 @@ input[type="radio"] {
|
||||
}
|
||||
|
||||
.dir-rtl .loginbox .loginform .form-label {
|
||||
float: none;
|
||||
width: 100%;
|
||||
margin: 0 auto;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user