aboutsummaryrefslogtreecommitdiff
path: root/arc-firefox-theme/chrome/global/netError.css
diff options
context:
space:
mode:
authorHorst31802016-09-19 12:41:39 +0200
committerHorst31802016-09-19 12:41:39 +0200
commit4317ea6fa7e90fc10c97a19db4707775f0629dc0 (patch)
tree3e230600bd6c16ed1501afdbf89f67e745c76c37 /arc-firefox-theme/chrome/global/netError.css
parentce3a228bab792629df6d40181aff57d0eaa4d8e7 (diff)
downloadsolarc-firefox-theme-4317ea6fa7e90fc10c97a19db4707775f0629dc0.tar.gz
solarc-firefox-theme-4317ea6fa7e90fc10c97a19db4707775f0629dc0.tar.xz
solarc-firefox-theme-4317ea6fa7e90fc10c97a19db4707775f0629dc0.zip
update to 49.0rc4
Diffstat (limited to 'arc-firefox-theme/chrome/global/netError.css')
-rw-r--r--arc-firefox-theme/chrome/global/netError.css18
1 files changed, 9 insertions, 9 deletions
diff --git a/arc-firefox-theme/chrome/global/netError.css b/arc-firefox-theme/chrome/global/netError.css
index 77e3cea..69e74c5 100644
--- a/arc-firefox-theme/chrome/global/netError.css
+++ b/arc-firefox-theme/chrome/global/netError.css
@@ -29,7 +29,7 @@ h1 {
ul, ol {
margin: 0;
- -moz-margin-start: 1.5em;
+ margin-inline-start: 1.5em;
padding: 0;
}
@@ -49,7 +49,7 @@ ul {
border: 1px solid ThreeDShadow;
border-radius: 10px;
padding: 3em;
- -moz-padding-start: 30px;
+ padding-inline-start: 30px;
background: url("moz-icon://stock/gtk-dialog-warning?size=dialog") left 0 no-repeat -moz-Field;
background-origin: content-box;
}
@@ -58,16 +58,16 @@ ul {
background-image: url("chrome://global/skin/icons/sslWarning.png");
}
-#errorPageContainer:-moz-dir(rtl) {
+#errorPageContainer:dir(rtl) {
background-position: right 0;
}
#errorTitle {
- -moz-margin-start: 80px;
+ margin-inline-start: 80px;
}
#errorLongContent {
- -moz-margin-start: 80px;
+ margin-inline-start: 80px;
}
#errorShortDesc > p {
@@ -79,7 +79,7 @@ ul {
}
#errorLongDesc {
- -moz-padding-end: 3em;
+ padding-inline-end: 3em;
font-size: 110%;
}
@@ -88,18 +88,18 @@ ul {
#errorTryAgain {
margin-top: 2em;
- -moz-margin-start: 80px;
+ margin-inline-start: 80px;
}
#brand {
position: absolute;
right: 0;
bottom: -1.5em;
- -moz-margin-end: 10px;
+ margin-inline-end: 10px;
opacity: .4;
}
-#brand:-moz-dir(rtl) {
+#brand:dir(rtl) {
right: auto;
left: 0;
}