From 552acd74aefe838e7f3de69b9ca8ca1d31440be6 Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Fri, 6 Aug 2010 01:40:29 +0000 Subject: [PATCH] #873174 by bleen18: Fixed button spacing in Bartik and Seven. --- themes/bartik/css/style-rtl.css | 15 +++++++++++++++ themes/bartik/css/style.css | 2 ++ themes/seven/style.css | 1 + 3 files changed, 18 insertions(+) diff --git a/themes/bartik/css/style-rtl.css b/themes/bartik/css/style-rtl.css index e2e318e8dac..5e02627c770 100644 --- a/themes/bartik/css/style-rtl.css +++ b/themes/bartik/css/style-rtl.css @@ -143,6 +143,21 @@ ul.tips { clear: right; } +/* ----------------- Buttons ------------------ */ + +input.form-submit, +a.button { + margin-right: 0; + margin-left: 1em; +} + +/* --------------- Search Form ---------------- */ + +#search-block-form input.form-submit, +#search-form input.form-submit { + margin-left: 0; +} + /* ------------------ Footer ------------------ */ #footer-columns ul { diff --git a/themes/bartik/css/style.css b/themes/bartik/css/style.css index 37b83f49d4a..ba73a0d2ee4 100644 --- a/themes/bartik/css/style.css +++ b/themes/bartik/css/style.css @@ -907,6 +907,7 @@ a.button { font-weight: normal; text-align: center; margin-bottom: 1em; + margin-right: 1em; /* LTR */ padding: 4px 17px; -khtml-border-radius: 15px; -moz-border-radius: 20px; @@ -1132,6 +1133,7 @@ div.vertical-tabs .vertical-tabs-panes fieldset.vertical-tabs-pane { } #search-block-form input.form-submit, #search-form input.form-submit { + margin-right: 0; /* LTR */ height: 24px; width: 14px; overflow: hidden; diff --git a/themes/seven/style.css b/themes/seven/style.css index 1ea94bdfeef..5d5b1a2892e 100644 --- a/themes/seven/style.css +++ b/themes/seven/style.css @@ -676,6 +676,7 @@ a.button { cursor: pointer; padding: 4px 17px; margin-bottom: 1em; + margin-right: 1em; color: #5a5a5a; text-align: center; font-weight: normal;