From 8f3468aa4085802c386c9cbbf44119b9750627ac Mon Sep 17 00:00:00 2001
From: webchick <webchick@24967.no-reply.drupal.org>
Date: Thu, 4 Apr 2013 18:00:49 -0700
Subject: [PATCH] Issue #1937824 by mariacha1, keyhitman, pixelmord, pameeela:
 Fixed Improve button-link spacing on confirm form.

---
 core/themes/seven/style-rtl.css |  6 ++++++
 core/themes/seven/style.css     | 12 ++++++++++++
 2 files changed, 18 insertions(+)

diff --git a/core/themes/seven/style-rtl.css b/core/themes/seven/style-rtl.css
index 4b676e023951..29fd211ef498 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 6440294087b0..48b686c31f31 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 {
-- 
GitLab