Fix alignment and sizing issues in Transclusion dialog pages

* No longer style parameter pages with smaller titles
* Properly align remove button to fieldset legends (template title)

Change-Id: I9e0dd628d4b894ab938fc99876b701e52fc96c1b
This commit is contained in:
Trevor Parscal 2014-02-24 13:44:11 -08:00 committed by Krinkle
parent 11125dacfe
commit 8a7096035f

View file

@ -27,12 +27,6 @@
margin-top: 0;
}
.ve-ui-mwTransclusionDialog-addParameterFieldset > legend.oo-ui-labeledElement-label {
font-size: 1.25em;
padding-left: 2em;
line-height: 2em;
}
.ve-ui-mwTransclusionDialog-addParameterFieldset .ve-ui-mwParameterSearchWidget {
position: relative;
overflow: hidden;
@ -48,7 +42,7 @@
.ve-ui-mwTransclusionDialog-removeButton {
position: absolute;
right: 1.5em;
top: 1em;
top: 1.5em;
}
/* ve.ui.MWMediaDialog */