diff options
author | wolfbeast <mcwerewolf@gmail.com> | 2018-06-04 13:17:38 +0200 |
---|---|---|
committer | wolfbeast <mcwerewolf@gmail.com> | 2018-06-04 13:17:38 +0200 |
commit | a1be17c1cea81ebb1e8b131a662c698d78f3f7f2 (patch) | |
tree | a92f7de513be600cc07bac458183e9af40e00c06 /browser/themes/shared/aboutSocialError.css | |
parent | bf11fdd304898ac675e39b01b280d39550e419d0 (diff) | |
download | UXP-a1be17c1cea81ebb1e8b131a662c698d78f3f7f2.tar UXP-a1be17c1cea81ebb1e8b131a662c698d78f3f7f2.tar.gz UXP-a1be17c1cea81ebb1e8b131a662c698d78f3f7f2.tar.lz UXP-a1be17c1cea81ebb1e8b131a662c698d78f3f7f2.tar.xz UXP-a1be17c1cea81ebb1e8b131a662c698d78f3f7f2.zip |
Issue #303 Part 1: Move basilisk files from /browser to /application/basilisk
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; - } -} - |