#873174 by bleen18: Fixed button spacing in Bartik and Seven.

merge-requests/26/head
Angie Byron 2010-08-06 01:40:29 +00:00
parent 25171a17f6
commit 552acd74ae
3 changed files with 18 additions and 0 deletions

View File

@ -143,6 +143,21 @@ ul.tips {
clear: right; 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 ------------------ */
#footer-columns ul { #footer-columns ul {

View File

@ -907,6 +907,7 @@ a.button {
font-weight: normal; font-weight: normal;
text-align: center; text-align: center;
margin-bottom: 1em; margin-bottom: 1em;
margin-right: 1em; /* LTR */
padding: 4px 17px; padding: 4px 17px;
-khtml-border-radius: 15px; -khtml-border-radius: 15px;
-moz-border-radius: 20px; -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-block-form input.form-submit,
#search-form input.form-submit { #search-form input.form-submit {
margin-right: 0; /* LTR */
height: 24px; height: 24px;
width: 14px; width: 14px;
overflow: hidden; overflow: hidden;

View File

@ -676,6 +676,7 @@ a.button {
cursor: pointer; cursor: pointer;
padding: 4px 17px; padding: 4px 17px;
margin-bottom: 1em; margin-bottom: 1em;
margin-right: 1em;
color: #5a5a5a; color: #5a5a5a;
text-align: center; text-align: center;
font-weight: normal; font-weight: normal;