refs #4674 notSignOut check fixed
This commit is contained in:
parent
0a759db03e
commit
8f369e9781
|
@ -61,7 +61,7 @@ input[type='text']:focus,
|
||||||
input[type='password']:focus {
|
input[type='password']:focus {
|
||||||
border-bottom: 1px solid black;
|
border-bottom: 1px solid black;
|
||||||
}
|
}
|
||||||
#notSignOut {
|
#notSignOutSection {
|
||||||
margin-top: 1em;
|
margin-top: 1em;
|
||||||
font-size: .8em;
|
font-size: .8em;
|
||||||
margin-bottom: 2.5em;
|
margin-bottom: 2.5em;
|
||||||
|
|
|
@ -41,9 +41,9 @@
|
||||||
<input id="password" type="password"/>
|
<input id="password" type="password"/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div id="notSignOut">
|
<div id="notSignOutSection">
|
||||||
<input id="notSignOutInput" type="checkbox"/>
|
<input id="notSignOut" type="checkbox"/>
|
||||||
<label for="notSignOutInput">No cerrar sesión</label>
|
<label for="notSignOut">No cerrar sesión</label>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div id="submit">
|
<div id="submit">
|
||||||
|
|
Loading…
Reference in New Issue