diff --git a/core/themes/seven/style-rtl.css b/core/themes/seven/style-rtl.css index 4b676e023951773dcfdc34381dca6dec252a2118..29fd211ef498c16addfdc5f26a01e8280e97b79a 100644 --- a/core/themes/seven/style-rtl.css +++ b/core/themes/seven/style-rtl.css @@ -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 */ diff --git a/core/themes/seven/style.css b/core/themes/seven/style.css index 6440294087b04c7802f1493d813d9b333f34c719..48b686c31f31519b59890d4bf6b9baf8e4633f65 100644 --- a/core/themes/seven/style.css +++ b/core/themes/seven/style.css @@ -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 {