#873174 by bleen18: Fixed button spacing in Bartik and Seven.
parent
25171a17f6
commit
552acd74ae
|
@ -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 {
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue