diff options
-rw-r--r-- | themes/bartik/css/style-rtl.css | 15 | ||||
-rw-r--r-- | themes/bartik/css/style.css | 2 | ||||
-rw-r--r-- | themes/seven/style.css | 1 |
3 files changed, 18 insertions, 0 deletions
diff --git a/themes/bartik/css/style-rtl.css b/themes/bartik/css/style-rtl.css index e2e318e8d..5e02627c7 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 37b83f49d..ba73a0d2e 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 1ea94bdfe..5d5b1a289 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; |