X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fmozapps%2Fextensions%2Fextensions.css;h=3db0006dab0522df500461c7d7eb225b47f6a335;hp=ce48b8e37d48b23e051ecf6c7316839687bb308a;hb=1a44a28344b40c6213b634d95b5117348b5bb898;hpb=7729765cff651b4f095a18d7b76fa5b112150216 diff --git a/EarlyBlue/mozapps/extensions/extensions.css b/EarlyBlue/mozapps/extensions/extensions.css index ce48b8e3..3db0006d 100644 --- a/EarlyBlue/mozapps/extensions/extensions.css +++ b/EarlyBlue/mozapps/extensions/extensions.css @@ -5,9 +5,7 @@ @import url("chrome://global/skin/in-content/common.css"); .main-content { - padding-top: 0; - -moz-padding-end: 0; - padding-bottom: 0; + padding: 0; } #nav-header { @@ -16,7 +14,8 @@ } .view-pane > .list > scrollbox { - -moz-padding-end: 48px; + padding-right: 48px; + padding-left: 48px; } /*** global warnings ***/ @@ -63,7 +62,6 @@ background-image: none; } - /*** notification icons ***/ .warning-icon, @@ -97,7 +95,8 @@ .alert-container { -moz-box-align: center; - -moz-margin-end: 48px; + margin-right: 48px; + margin-left: 48px; } .alert-spacer-before { @@ -170,7 +169,7 @@ button.warning { background-color: #666699; padding: 2px 8px; margin: 6px 0; - -moz-margin-start: 6px; + margin-inline-start: 6px; border-radius: 100%; color: #FFFFFF; font-weight: bold; @@ -221,7 +220,7 @@ button.warning { #header { margin-top: 20px; margin-bottom: 20px; - -moz-margin-end: 48px; + margin-inline-end: 48px; } @media (max-width: 600px) { @@ -231,14 +230,13 @@ button.warning { } .view-header { - margin: 0; - -moz-margin-end: 48px; + margin: 0 48px; border-bottom: 1px solid #666699; } #header-utils-btn { list-style-image: url("chrome://mozapps/skin/extensions/utilities.svg#utilities"); - -moz-margin-end: 16px; + margin-inline-end: 16px; } .header-button { @@ -261,7 +259,7 @@ button.warning { } #forward-btn { - -moz-border-start: none; + border-inline-start: none; } #back-btn:-moz-locale-dir(ltr), @@ -326,7 +324,7 @@ button.warning { } .sorter .button-icon { - -moz-margin-start: 4px; + margin-inline-start: 4px; } @@ -344,7 +342,7 @@ button.warning { .discover-logo { list-style-image: url("chrome://mozapps/skin/extensions/discover-logo.png"); - -moz-margin-end: 15px; + margin-inline-end: 15px; } .discover-title { @@ -393,7 +391,7 @@ button.warning { .details { cursor: pointer; margin: 0; - -moz-margin-start: 10px; + margin-inline-start: 10px; } .icon-container { @@ -411,7 +409,7 @@ button.warning { } .content-inner-container { - -moz-margin-end: 5px; + margin-inline-end: 5px; } .addon[active="false"] .icon { @@ -445,12 +443,31 @@ button.warning { -moz-box-flex: 1; } +.legacy-warning { + background-color: #FFFFCC; + color: #666699; + padding: 4px 5px 3px; + font-size: 0.9rem; + font-weight: 600; + -moz-user-focus: ignore; +} + +.legacy-warning:hover { + background-color: #FFD0DD; + color: #000000; + text-decoration: none; +} + +#detail-view .legacy-warning { + margin-top: 0.78rem; +} + .creator { font-weight: bold; } .description-container { - -moz-margin-start: 6px; + margin-inline-start: 6px; -moz-box-align: center; font-size: 1.25rem; } @@ -462,7 +479,7 @@ button.warning { .warning, .pending, .error { - -moz-margin-start: 48px; + margin-inline-start: 48px; font-weight: bold; -moz-box-align: center; } @@ -522,7 +539,7 @@ button.warning { .addon .relnotes-container { -moz-box-align: start; - -moz-margin-start: 6px; + margin-inline-start: 6px; height: 0; overflow: hidden; opacity: 0; @@ -551,7 +568,7 @@ button.warning { } .addon .relnotes-toggle > .button-box > .button-icon { - -moz-padding-start: 4px; + padding-inline-start: 4px; } .addon[show-relnotes] .relnotes-toggle { @@ -639,7 +656,8 @@ button.warning { #search-filter { padding: 5px 20px; - -moz-margin-end: 48px; + margin-right: 48px; + margin-left: 48px; font-size: 120%; border-bottom: 1px solid #666699; overflow-x: hidden; @@ -648,7 +666,7 @@ button.warning { #search-filter-label { font-weight: bold; color: #808080; - -moz-margin-end: 10px; + margin-inline-end: 10px; } #search-allresults-link { @@ -659,8 +677,9 @@ button.warning { /*** detail view ***/ -#detail-view { - -moz-margin-end: 48px; +#detail-view > .box-inherit { + margin-right: 48px; + margin-left: 48px; } #detail-view .loading { @@ -674,7 +693,7 @@ button.warning { } .detail-view-container { - -moz-padding-end: 2em; + padding-inline-end: 2em; padding-bottom: 2em; font-size: 1.25rem; color: #000000; @@ -688,12 +707,12 @@ button.warning { #detail-notifications .warning, #detail-notifications .pending, #detail-notifications .error { - -moz-margin-start: 0; + margin-inline-start: 0; } #detail-icon-container { width: 64px; - -moz-margin-end: 10px; + margin-inline-end: 10px; margin-top: 6px; } @@ -712,7 +731,7 @@ button.warning { } #detail-screenshot-box { - -moz-margin-end: 2em; + margin-inline-end: 2em; } #detail-screenshot { @@ -736,7 +755,7 @@ button.warning { } #detail-desc, #detail-fulldesc { - -moz-margin-start: 6px; + margin-inline-start: 6px; white-space: pre-wrap; /* This is necessary to fix layout issues with multi-line descriptions, see bug 592712*/ @@ -772,7 +791,7 @@ button.warning { } #detail-contrib-btn .button-icon { - -moz-margin-end: 3px; + margin-inline-end: 3px; } #detail-grid { @@ -824,7 +843,7 @@ setting { font-size: 90.9%; color: #808080; margin-top: -2px; - -moz-margin-start: 2em; + margin-inline-start: 2em; white-space: pre-wrap; } @@ -840,8 +859,8 @@ setting[type="radio"] > radiogroup { /*** creator ***/ .creator > label { - -moz-margin-start: 0; - -moz-margin-end: 0; + margin-inline-start: 0; + margin-inline-end: 0; } .creator > .text-link { @@ -853,7 +872,7 @@ setting[type="radio"] > radiogroup { /*** rating ***/ .meta-rating { - -moz-margin-end: 0; + margin-inline-end: 0; padding-top: 2px; } @@ -934,7 +953,7 @@ setting[type="radio"] > radiogroup { } .download-progress .cancel .button-icon { - -moz-margin-start: 0; + margin-inline-start: 0; } .download-progress .cancel { @@ -998,11 +1017,6 @@ button.button-link { margin: 0 6px; } -button.button-link:not(:-moz-focusring) > .button-box { - border-width: 0; - margin: 1px; -} - button.button-link:hover { background-color: transparent; color: #336699; @@ -1048,7 +1062,8 @@ button.button-link:not([disabled="true"]):active:hover { #disabled-unsigned-addons-info { margin-bottom: 2em; - -moz-margin-end: 48px; + margin-right: 48px; + margin-left: 48px; } #disabled-unsigned-addons-heading {