Issue #1937824 by mariacha1, keyhitman, pixelmord, pameeela: Fixed Improve button-link spacing on confirm form.
parent
9e2b337e75
commit
8f3468aa40
|
@ -164,6 +164,12 @@ div.add-or-remove-shortcuts {
|
|||
#user-login-form .openid-links .user-link {
|
||||
margin-right: 1.5em;
|
||||
}
|
||||
/**
|
||||
* Improve form element usability
|
||||
*/
|
||||
.form-actions #edit-cancel {
|
||||
margin: 0 10px 0 0;
|
||||
}
|
||||
/**
|
||||
* Views styling
|
||||
*/
|
||||
|
|
|
@ -788,6 +788,11 @@ select.form-select:focus {
|
|||
font-size: 1.2em;
|
||||
line-height: 1.2em;
|
||||
}
|
||||
.form-actions a#edit-cancel {
|
||||
display: inline-block;
|
||||
padding: 10px 0;
|
||||
margin: 10px 0;
|
||||
}
|
||||
.form-actions input,
|
||||
.form-wrapper input[type="submit"] {
|
||||
float: none;
|
||||
|
@ -822,6 +827,13 @@ select.form-select:focus {
|
|||
}
|
||||
}
|
||||
|
||||
/**
|
||||
* Improve form element usability on normal and wide screens
|
||||
*/
|
||||
.form-actions #edit-cancel {
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
||||
/* Exceptions */
|
||||
#diff-inline-form select,
|
||||
div.filter-options select {
|
||||
|
|
Loading…
Reference in New Issue