Skip to content

Commit

Permalink
Use non-prefixed -inline stylings
Browse files Browse the repository at this point in the history
  • Loading branch information
Lootyhoof committed Aug 20, 2018
1 parent ea8819b commit 536b563
Show file tree
Hide file tree
Showing 70 changed files with 446 additions and 446 deletions.
4 changes: 2 additions & 2 deletions src/chrome/abouthome/abouthome.css
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ a {
display: -moz-box;
-moz-box-align: center;
padding-top: 2px;
-moz-padding-end: 8px;
padding-inline-end: 8px;
}

#searchLogoContainer[hidden] {
Expand Down Expand Up @@ -237,7 +237,7 @@ body[narrow] #restorePreviousSession {
display: inline-block; /* display on same line as text label */
vertical-align: middle;
margin-bottom: 0;
-moz-margin-end: 8px;
margin-inline-end: 8px;
}

#restorePreviousSession:-moz-dir(rtl)::before {
Expand Down
10 changes: 5 additions & 5 deletions src/chrome/browser/aboutCertError.css
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ h2 {
border: 1px solid #FFBD09; /* pale yellow extracted from yellow passport icon */
border-radius: 10px;
padding: 3em;
-moz-padding-start: 30px;
padding-inline-start: 30px;
background: url("chrome://global/skin/icons/sslWarning.png") left 0 no-repeat #000000;
background-origin: content-box;
}
Expand All @@ -42,16 +42,16 @@ h2 {
}

#errorTitle {
-moz-margin-start: 80px;
margin-inline-start: 80px;
}

#errorLongContent {
-moz-margin-start: 80px;
margin-inline-start: 80px;
}

.expander > button {
-moz-padding-start: 20px;
-moz-margin-start: -20px;
padding-inline-start: 20px;
margin-inline-start: -20px;
background: url("chrome://browser/skin/aboutCertError_sectionExpanded.png") left center no-repeat;
border: none;
font: inherit;
Expand Down
4 changes: 2 additions & 2 deletions src/chrome/browser/aboutPrivateBrowsing.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ body.normal > #errorPageContainer {
}

#startPrivateBrowsingDesc > button {
-moz-margin-start: 0;
margin-inline-start: 0;
}

#footerDesc > p {
Expand All @@ -25,7 +25,7 @@ body.normal > #errorPageContainer {

#moreInfo {
font-size: 110%; /* to match the value set in chrome://global/skin/netError.css */
-moz-padding-start: 25px;
padding-inline-start: 25px;
background: url("chrome://global/skin/icons/information-16.png") no-repeat top left;
}

Expand Down
14 changes: 7 additions & 7 deletions src/chrome/browser/aboutSyncTabs.css
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,18 @@
margin-top: 4px;
width: 45em;
height: 32px;
-moz-margin-start: 2em;
-moz-margin-end: 2em;
margin-inline-start: 2em;
margin-inline-end: 2em;
}

#tabsListHeading {
font-size: 140%;
font-weight: bold;
-moz-margin-start: 40px;
margin-inline-start: 40px;
}

richlistitem {
-moz-margin-end: 2em;
margin-inline-end: 2em;
}

richlistitem[selected="true"],
Expand All @@ -46,7 +46,7 @@ richlistitem[type="tab"] {
border: #999999 1px solid !important;
padding: 2px 5px;
margin-bottom: 4px;
-moz-margin-start: 4em;
margin-inline-start: 4em;
border-radius: 6px;
background-color: #382F26;
width: 44em;
Expand All @@ -65,7 +65,7 @@ richlistitem[type="tab"][selected="true"] {
richlistitem[type="client"] {
min-height: 2em;
color: #000000;
-moz-margin-start: 2em;
margin-inline-start: 2em;
margin-top: 2px;
margin-bottom: 3px;
width: 42em;
Expand Down Expand Up @@ -97,6 +97,6 @@ richlistitem.desktop[type="client"] {
}

.tabIcon {
-moz-padding-start: 2px;
padding-inline-start: 2px;
padding-top: 2px;
}
Loading

0 comments on commit 536b563

Please sign in to comment.