mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
MDL-39820 theme_bootstrapbase: Fix form button alignment for badges.
This commit is contained in:
parent
b6f8a93642
commit
321e7cb52d
@ -12,13 +12,16 @@
|
|||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.btn-lineup {
|
||||||
|
margin: 0 0 10px 5px;
|
||||||
|
}
|
||||||
input[name="searchwikicontent"] + input[type="submit"],
|
input[name="searchwikicontent"] + input[type="submit"],
|
||||||
select + input[type="submit"],
|
select + input[type="submit"],
|
||||||
input[type="text"] + input[type="button"],
|
input[type="text"] + input[type="button"],
|
||||||
input[type="password"] + input[type="submit"],
|
input[type="password"] + input[type="submit"],
|
||||||
input[type="text"] + button,
|
input[type="text"] + button,
|
||||||
input[type="text"] + input[type="submit"] {
|
input[type="text"] + input[type="submit"] {
|
||||||
margin: 0 0 10px 5px;
|
.btn-lineup
|
||||||
}
|
}
|
||||||
p.arrow_button {
|
p.arrow_button {
|
||||||
margin-top: 5em;
|
margin-top: 5em;
|
||||||
@ -44,10 +47,18 @@ button,
|
|||||||
input.form-submit,
|
input.form-submit,
|
||||||
input[type="button"],
|
input[type="button"],
|
||||||
input[type="submit"],
|
input[type="submit"],
|
||||||
input[type="reset"],
|
input[type="reset"]
|
||||||
{
|
{
|
||||||
.btn
|
.btn
|
||||||
}
|
}
|
||||||
|
button,
|
||||||
|
input.form-submit,
|
||||||
|
input[type="button"],
|
||||||
|
input[type="submit"],
|
||||||
|
input[type="reset"]
|
||||||
|
{
|
||||||
|
.btn-lineup
|
||||||
|
}
|
||||||
button.yui3-button.closebutton,
|
button.yui3-button.closebutton,
|
||||||
button.yui3-button.closebutton:hover {
|
button.yui3-button.closebutton:hover {
|
||||||
background-position: 0 0;
|
background-position: 0 0;
|
||||||
|
@ -68,7 +68,11 @@ td.submit input {
|
|||||||
// override .btn-primary
|
// override .btn-primary
|
||||||
#notice .singlebutton + .singlebutton input,
|
#notice .singlebutton + .singlebutton input,
|
||||||
.submit.buttons input[name="cancel"] {
|
.submit.buttons input[name="cancel"] {
|
||||||
.btn;
|
.btn
|
||||||
|
}
|
||||||
|
#notice .singlebutton + .singlebutton input,
|
||||||
|
.submit.buttons input[name="cancel"] {
|
||||||
|
.btn-lineup
|
||||||
}
|
}
|
||||||
input[id$="_clearbutton"],
|
input[id$="_clearbutton"],
|
||||||
input[type="reset"] {
|
input[type="reset"] {
|
||||||
|
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user