diff options
Diffstat (limited to 'arc-firefox-theme/chrome/mozapps')
-rw-r--r-- | arc-firefox-theme/chrome/mozapps/extensions/extensions.css | 24 | ||||
-rw-r--r-- | arc-firefox-theme/chrome/mozapps/passwordmgr/key-16.png | bin | 712 -> 0 bytes | |||
-rw-r--r-- | arc-firefox-theme/chrome/mozapps/passwordmgr/key-64.png | bin | 4903 -> 0 bytes | |||
-rw-r--r-- | arc-firefox-theme/chrome/mozapps/passwordmgr/key.png | bin | 712 -> 0 bytes | |||
-rw-r--r-- | arc-firefox-theme/chrome/mozapps/plugins/notifyPluginCrashed.png | bin | 565 -> 0 bytes | |||
-rw-r--r-- | arc-firefox-theme/chrome/mozapps/plugins/notifyPluginGeneric.png | bin | 565 -> 0 bytes |
6 files changed, 13 insertions, 11 deletions
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 Binary files differdeleted file mode 100644 index 9472be0..0000000 --- a/arc-firefox-theme/chrome/mozapps/passwordmgr/key-16.png +++ /dev/null diff --git a/arc-firefox-theme/chrome/mozapps/passwordmgr/key-64.png b/arc-firefox-theme/chrome/mozapps/passwordmgr/key-64.png Binary files differdeleted file mode 100644 index c300a26..0000000 --- a/arc-firefox-theme/chrome/mozapps/passwordmgr/key-64.png +++ /dev/null diff --git a/arc-firefox-theme/chrome/mozapps/passwordmgr/key.png b/arc-firefox-theme/chrome/mozapps/passwordmgr/key.png Binary files differdeleted file mode 100644 index 9472be0..0000000 --- a/arc-firefox-theme/chrome/mozapps/passwordmgr/key.png +++ /dev/null diff --git a/arc-firefox-theme/chrome/mozapps/plugins/notifyPluginCrashed.png b/arc-firefox-theme/chrome/mozapps/plugins/notifyPluginCrashed.png Binary files differdeleted file mode 100644 index 34cabf8..0000000 --- a/arc-firefox-theme/chrome/mozapps/plugins/notifyPluginCrashed.png +++ /dev/null diff --git a/arc-firefox-theme/chrome/mozapps/plugins/notifyPluginGeneric.png b/arc-firefox-theme/chrome/mozapps/plugins/notifyPluginGeneric.png Binary files differdeleted file mode 100644 index 34cabf8..0000000 --- a/arc-firefox-theme/chrome/mozapps/plugins/notifyPluginGeneric.png +++ /dev/null |