mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-25 06:46:26 +00:00
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:
parent
11125dacfe
commit
8a7096035f
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue