MDL-39820 theme_bootstrapbase: Fix form button alignment for badges.

This commit is contained in:
Gareth J Barnard 2013-06-04 11:12:37 +01:00
parent b6f8a93642
commit 321e7cb52d
3 changed files with 19 additions and 4 deletions

View File

@ -12,13 +12,16 @@
text-align: center;
}
.btn-lineup {
margin: 0 0 10px 5px;
}
input[name="searchwikicontent"] + input[type="submit"],
select + input[type="submit"],
input[type="text"] + input[type="button"],
input[type="password"] + input[type="submit"],
input[type="text"] + button,
input[type="text"] + input[type="submit"] {
margin: 0 0 10px 5px;
.btn-lineup
}
p.arrow_button {
margin-top: 5em;
@ -44,10 +47,18 @@ button,
input.form-submit,
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="reset"]
{
.btn
}
button,
input.form-submit,
input[type="button"],
input[type="submit"],
input[type="reset"]
{
.btn-lineup
}
button.yui3-button.closebutton,
button.yui3-button.closebutton:hover {
background-position: 0 0;

View File

@ -68,7 +68,11 @@ td.submit input {
// override .btn-primary
#notice .singlebutton + .singlebutton input,
.submit.buttons input[name="cancel"] {
.btn;
.btn
}
#notice .singlebutton + .singlebutton input,
.submit.buttons input[name="cancel"] {
.btn-lineup
}
input[id$="_clearbutton"],
input[type="reset"] {

File diff suppressed because one or more lines are too long