Skip to content
Snippets Groups Projects
Commit 8f3468aa authored by Angie Byron's avatar Angie Byron
Browse files

Issue #1937824 by mariacha1, keyhitman, pixelmord, pameeela: Fixed Improve...

Issue #1937824 by mariacha1, keyhitman, pixelmord, pameeela: Fixed Improve button-link spacing on confirm form.
parent 9e2b337e
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -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 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment