Align border and border-radius values

Aligning `border` code syntax codebase-wide and
`border-radius` values to WikimediaUI theme.

Change-Id: I1a16dccf17bd112ba5071ebfe02d57237feb39e0
This commit is contained in:
Volker E 2017-08-16 14:03:49 -07:00
parent aaffa6aa46
commit 19eb726677
6 changed files with 10 additions and 10 deletions

View file

@ -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;
}

View file

@ -12,7 +12,7 @@
}
.ve-ui-mwLanguageVariantNodeContextItem-rule-table th {
border-bottom: solid 1px #c8ccd1;
border-bottom: 1px solid #c8ccd1;
text-align: left;
}

View file

@ -16,7 +16,7 @@
}
.ve-ui-mwLanguagesPage-languages-table th {
border-bottom: solid 1px #c8ccd1;
border-bottom: 1px solid #c8ccd1;
text-align: left;
}

View file

@ -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;

View file

@ -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;
}

View file

@ -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 {