Moved default button on login form to right
This commit is contained in:
parent
53e61326c1
commit
7076341f7f
2 changed files with 4 additions and 6 deletions
|
@ -129,10 +129,10 @@ body {
|
|||
margin-bottom: 0.54545454545455em;
|
||||
/* 6px */
|
||||
}
|
||||
.rcue-login-register div.form-buttons {
|
||||
display: inline;
|
||||
float: right;
|
||||
margin-top: 0.76923076923077em;
|
||||
.rcue-login-register form > input[type="button"],
|
||||
.rcue-login-register form > input[type="submit"]{
|
||||
float: right;
|
||||
margin-top: 0.76923076923077em;
|
||||
/* 10px */
|
||||
|
||||
}
|
||||
|
|
|
@ -20,10 +20,8 @@
|
|||
<label for="password">${rb.getString('password')}</label><input id="password" name="password" type="password" />
|
||||
</div>
|
||||
|
||||
<div class="form-buttons">
|
||||
<input class="btn-primary" name="login" type="submit" value="Log In"/>
|
||||
<input class="btn-secondary" name="cancel" type="submit" value="Cancel"/>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Reference in a new issue