From 1d6fd7158566981aef6b8eef84bf110d23189500 Mon Sep 17 00:00:00 2001 From: Horst3180 Date: Sun, 25 Sep 2016 13:48:09 +0200 Subject: update to 50.0b1 --- .../chrome/mozapps/extensions/extensions.css | 24 +++++++++++---------- .../chrome/mozapps/passwordmgr/key-16.png | Bin 712 -> 0 bytes .../chrome/mozapps/passwordmgr/key-64.png | Bin 4903 -> 0 bytes .../chrome/mozapps/passwordmgr/key.png | Bin 712 -> 0 bytes .../chrome/mozapps/plugins/notifyPluginCrashed.png | Bin 565 -> 0 bytes .../chrome/mozapps/plugins/notifyPluginGeneric.png | Bin 565 -> 0 bytes 6 files changed, 13 insertions(+), 11 deletions(-) delete mode 100644 arc-firefox-theme/chrome/mozapps/passwordmgr/key-16.png delete mode 100644 arc-firefox-theme/chrome/mozapps/passwordmgr/key-64.png delete mode 100644 arc-firefox-theme/chrome/mozapps/passwordmgr/key.png delete mode 100644 arc-firefox-theme/chrome/mozapps/plugins/notifyPluginCrashed.png delete mode 100644 arc-firefox-theme/chrome/mozapps/plugins/notifyPluginGeneric.png (limited to 'arc-firefox-theme/chrome/mozapps') diff --git a/arc-firefox-theme/chrome/mozapps/extensions/extensions.css b/arc-firefox-theme/chrome/mozapps/extensions/extensions.css index 112b088..682a3d9 100644 --- a/arc-firefox-theme/chrome/mozapps/extensions/extensions.css +++ b/arc-firefox-theme/chrome/mozapps/extensions/extensions.css @@ -5,9 +5,7 @@ @import url("chrome://global/skin/in-content/common.css"); .main-content { - padding-top: 0; - padding-inline-end: 0; - padding-bottom: 0; + padding: 0; } #nav-header { @@ -16,7 +14,8 @@ } .view-pane > .list > scrollbox { - padding-inline-end: 48px; + padding-right: 48px; + padding-left: 48px; } @@ -98,7 +97,8 @@ .alert-container { -moz-box-align: center; - margin-inline-end: 48px; + margin-right: 48px; + margin-left: 48px; } .alert-spacer-before { @@ -233,7 +233,8 @@ button.warning { #header { margin-top: 20px; margin-bottom: 20px; - margin-inline-end: 48px; + margin-right: 48px; + margin-left: 48px; } @media (max-width: 600px) { @@ -243,8 +244,7 @@ button.warning { } .view-header { - margin: 0; - margin-inline-end: 48px; + margin: 0 48px; border-bottom: 1px solid #c1c1c1; } @@ -627,7 +627,8 @@ button.warning { #search-filter { padding: 5px 20px; - margin-inline-end: 48px; + margin-right: 48px; + margin-left: 48px; font-size: 120%; border-bottom: 1px solid #c1c1c1; overflow-x: hidden; @@ -647,8 +648,9 @@ button.warning { /*** detail view ***/ -#detail-view { - margin-inline-end: 48px; +#detail-view > .box-inherit { + margin-right: 48px; + margin-left: 48px; } #detail-view .loading { diff --git a/arc-firefox-theme/chrome/mozapps/passwordmgr/key-16.png b/arc-firefox-theme/chrome/mozapps/passwordmgr/key-16.png deleted file mode 100644 index 9472be0..0000000 Binary files a/arc-firefox-theme/chrome/mozapps/passwordmgr/key-16.png and /dev/null differ diff --git a/arc-firefox-theme/chrome/mozapps/passwordmgr/key-64.png b/arc-firefox-theme/chrome/mozapps/passwordmgr/key-64.png deleted file mode 100644 index c300a26..0000000 Binary files a/arc-firefox-theme/chrome/mozapps/passwordmgr/key-64.png and /dev/null differ diff --git a/arc-firefox-theme/chrome/mozapps/passwordmgr/key.png b/arc-firefox-theme/chrome/mozapps/passwordmgr/key.png deleted file mode 100644 index 9472be0..0000000 Binary files a/arc-firefox-theme/chrome/mozapps/passwordmgr/key.png and /dev/null differ diff --git a/arc-firefox-theme/chrome/mozapps/plugins/notifyPluginCrashed.png b/arc-firefox-theme/chrome/mozapps/plugins/notifyPluginCrashed.png deleted file mode 100644 index 34cabf8..0000000 Binary files a/arc-firefox-theme/chrome/mozapps/plugins/notifyPluginCrashed.png and /dev/null differ diff --git a/arc-firefox-theme/chrome/mozapps/plugins/notifyPluginGeneric.png b/arc-firefox-theme/chrome/mozapps/plugins/notifyPluginGeneric.png deleted file mode 100644 index 34cabf8..0000000 Binary files a/arc-firefox-theme/chrome/mozapps/plugins/notifyPluginGeneric.png and /dev/null differ -- cgit v1.2.3