diff options
author | wolfbeast <mcwerewolf@gmail.com> | 2018-07-18 08:24:24 +0200 |
---|---|---|
committer | wolfbeast <mcwerewolf@gmail.com> | 2018-07-18 08:24:24 +0200 |
commit | fc61780b35af913801d72086456f493f63197da6 (patch) | |
tree | f85891288a7bd988da9f0f15ae64e5c63f00d493 /browser/themes/shared/aboutSocialError.css | |
parent | 69f7f9e5f1475891ce11cc4f431692f965b0cd30 (diff) | |
parent | 50d3e596bbe89c95615f96eb71f6bc5be737a1db (diff) | |
download | UXP-fc61780b35af913801d72086456f493f63197da6.tar UXP-fc61780b35af913801d72086456f493f63197da6.tar.gz UXP-fc61780b35af913801d72086456f493f63197da6.tar.lz UXP-fc61780b35af913801d72086456f493f63197da6.tar.xz UXP-fc61780b35af913801d72086456f493f63197da6.zip |
Merge commit '50d3e596bbe89c95615f96eb71f6bc5be737a1db' into Basilisk-releasev2018.07.18
# Conflicts:
# browser/app/profile/firefox.js
# browser/components/preferences/jar.mn
Diffstat (limited to 'browser/themes/shared/aboutSocialError.css')
-rw-r--r-- | browser/themes/shared/aboutSocialError.css | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/browser/themes/shared/aboutSocialError.css b/browser/themes/shared/aboutSocialError.css deleted file mode 100644 index f5a922ff4..000000000 --- a/browser/themes/shared/aboutSocialError.css +++ /dev/null @@ -1,40 +0,0 @@ -@import url("chrome://global/skin/in-content/common.css"); - -#errorPageContainer { - min-width: 50%; -} - -#errorTitle { - background: url("chrome://global/skin/icons/info.svg") left 0 no-repeat; - background-size: 2em; - padding-inline-start: 3em; -} - -#button-box { - text-align: center; - width: 75%; - margin: 0 auto; -} - -button { - width: auto !important; - min-width: 150px; -} - -@media all and (max-width: 300px) { - body { - padding: 0px 10px; - } - #errorPageContainer { - min-width: 100%; - } - #errorTitle { - background: none; - padding-inline-start: 0 !important; - } - button { - width: auto !important; - min-width: auto !important; - } -} - |