mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-15 10:35:48 +00:00
Merge "Align border
and border-radius
values"
This commit is contained in:
commit
12ee2041d7
|
@ -12,11 +12,11 @@
|
|||
}
|
||||
|
||||
.ve-ui-mwSaveDialog-options {
|
||||
border-bottom-right-radius: 0.1em;
|
||||
border-bottom-left-radius: 0.1em;
|
||||
border-bottom-right-radius: 2px;
|
||||
border-bottom-left-radius: 2px;
|
||||
}
|
||||
|
||||
.ve-ui-mwTransclusionDialog-addParameterFieldset .ve-ui-mwParameterSearchWidget {
|
||||
border-radius: 0.1em;
|
||||
border-radius: 2px;
|
||||
border: 1px solid #a2a9b1;
|
||||
}
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
}
|
||||
|
||||
.ve-ui-mwLanguageVariantNodeContextItem-rule-table th {
|
||||
border-bottom: solid 1px #c8ccd1;
|
||||
border-bottom: 1px solid #c8ccd1;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
}
|
||||
|
||||
.ve-ui-mwLanguagesPage-languages-table th {
|
||||
border-bottom: solid 1px #c8ccd1;
|
||||
border-bottom: 1px solid #c8ccd1;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
.ve-ui-mwSaveDialog-options {
|
||||
position: relative;
|
||||
background-color: #f8f9fa;
|
||||
border: solid 1px #c8ccd1;
|
||||
border: 1px solid #c8ccd1;
|
||||
border-top: 0;
|
||||
min-height: 3em;
|
||||
}
|
||||
|
@ -64,7 +64,7 @@
|
|||
/* Make a top border that spans the whole width of the dialog */
|
||||
margin: 0 -1.25em;
|
||||
padding: 0 1.25em;
|
||||
border-top: solid 1px rgba( 0, 0, 0, 0.2 );
|
||||
border-top: 1px solid rgba( 0, 0, 0, 0.2 );
|
||||
/* Ew */
|
||||
margin-top: 1em;
|
||||
padding-top: 0.5em;
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
|
||||
.ve-ui-mwNoticesPopupTool-items > div:not( :first-child ),
|
||||
.ve-ui-mwHelpPopupTool-item:not( :first-child ) {
|
||||
border-top: solid 1px #c8ccd1;
|
||||
border-top: 1px solid #c8ccd1;
|
||||
padding-top: 0.8em;
|
||||
margin-top: 0.8em;
|
||||
}
|
||||
|
|
|
@ -35,12 +35,12 @@
|
|||
}
|
||||
|
||||
.ve-ui-mwParameterResultWidget-name {
|
||||
border-radius: 0.3em;
|
||||
padding: 0.125em 0.25em;
|
||||
margin-left: 0.5em;
|
||||
color: #54595d;
|
||||
background-color: #eaecf0;
|
||||
border: solid 1px #c8ccd1;
|
||||
border: 1px solid #c8ccd1;
|
||||
border-radius: 2px;
|
||||
}
|
||||
|
||||
.ve-ui-mwParameterResultWidget-name:first-child {
|
||||
|
|
Loading…
Reference in a new issue