diff options
author | horst3180 | 2017-04-20 01:44:54 +0200 |
---|---|---|
committer | GitHub | 2017-04-20 01:44:54 +0200 |
commit | cdacef2e3a5ee22688c3ad2a8b5f78a9f41937c6 (patch) | |
tree | 9cf155c26ca8ba184f87c33c7a61c42bf8d09d87 /arc-firefox-theme/chrome/mozapps/aboutNetworking.css | |
parent | 6d434580a2c66f82bb6a144f8470e95bb314ea23 (diff) | |
parent | 541ad47a735339b74001c25564efbe9b793be505 (diff) | |
download | solarc-firefox-theme-cdacef2e3a5ee22688c3ad2a8b5f78a9f41937c6.tar.gz solarc-firefox-theme-cdacef2e3a5ee22688c3ad2a8b5f78a9f41937c6.tar.xz solarc-firefox-theme-cdacef2e3a5ee22688c3ad2a8b5f78a9f41937c6.zip |
Merge branch 'master' into master
Diffstat (limited to 'arc-firefox-theme/chrome/mozapps/aboutNetworking.css')
-rw-r--r-- | arc-firefox-theme/chrome/mozapps/aboutNetworking.css | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arc-firefox-theme/chrome/mozapps/aboutNetworking.css b/arc-firefox-theme/chrome/mozapps/aboutNetworking.css index 981c04a..619a367 100644 --- a/arc-firefox-theme/chrome/mozapps/aboutNetworking.css +++ b/arc-firefox-theme/chrome/mozapps/aboutNetworking.css @@ -18,6 +18,10 @@ body { float: left; } +#sectionTitle:dir(rtl) { + float: right; +} + #refreshDiv { justify-content: flex-end; margin-bottom: 0.5em; @@ -86,6 +90,11 @@ body { background-size: 1.6em; } +.title:dir(rtl)::before { + left: auto; + right: -2.3em; +} + .warningBackground button { margin-top: 1em; margin-left: 0; |