X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fmozapps%2Fextensions%2Fextensions.css;h=2f50b5b3fa44f6e3f78ced701a4a96ab7e42ca3b;hp=fd9e751c7aec9f5f443bfc94b36806f0d65c2148;hb=dae4507500ac2bc6547a8303851bc9b0bcae5ddf;hpb=781d1b79486cf2b5ee940009b7c15a546108c48f diff --git a/LCARStrek/mozapps/extensions/extensions.css b/LCARStrek/mozapps/extensions/extensions.css index fd9e751c..2f50b5b3 100644 --- a/LCARStrek/mozapps/extensions/extensions.css +++ b/LCARStrek/mozapps/extensions/extensions.css @@ -19,6 +19,8 @@ .view-pane > .list > scrollbox { border-radius: 1em 0 0 0; +/* padding-right: 48px; + padding-left: 48px; */ } #search-list > scrollbox { @@ -69,7 +71,6 @@ background-image: none; } - /*** notification icons ***/ .warning-icon, @@ -103,7 +104,8 @@ .alert-container { -moz-box-align: center; - -moz-margin-end: 48px; + margin-right: 48px; + margin-left: 48px; } .alert-spacer-before { @@ -181,7 +183,7 @@ button.warning { background-color: #E7ADE7; padding: 2px 8px; margin: 6px 0; - -moz-margin-start: 6px; + margin-inline-start: 6px; border-radius: 100%; color: #000000; font-weight: bold; @@ -260,7 +262,7 @@ button.warning { #header-utils-btn { list-style-image: url("chrome://mozapps/skin/extensions/utilities.svg#utilities"); - -moz-margin-end: 16px; + margin-inline-end: 16px; } #header-utils-btn:hover, @@ -279,8 +281,7 @@ button.warning { } .view-header { - margin: 0; - -moz-margin-end: 48px; + margin: 0 48px; background-color: #9C9CFF; color: #000000; border-radius: 8px; @@ -308,7 +309,7 @@ button.warning { } #forward-btn { - -moz-border-start: none; + border-inline-start: none; } #back-btn:-moz-locale-dir(ltr), @@ -372,7 +373,7 @@ button.warning { } .sorter .button-icon { - -moz-margin-start: 6px; + margin-inline-start: 6px; } @@ -390,7 +391,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 { @@ -442,7 +443,7 @@ button.warning { .details { cursor: pointer; margin: 0; - -moz-margin-start: 10px; + margin-inline-start: 10px; } .icon-container { @@ -460,7 +461,7 @@ button.warning { } .content-inner-container { - -moz-margin-end: 5px; + margin-inline-end: 5px; } .addon[active="false"] .icon { @@ -501,7 +502,7 @@ button.warning { } .description-container { - -moz-margin-start: 6px; + margin-inline-start: 6px; -moz-box-align: center; font-size: 1.25rem; } @@ -514,7 +515,7 @@ button.warning { .pending, .error, .info { - -moz-margin-start: 48px; + margin-inline-start: 48px; font-weight: bold; -moz-box-align: center; } @@ -574,7 +575,7 @@ button.warning { .addon .relnotes-container { -moz-box-align: start; - -moz-margin-start: 6px; + margin-inline-start: 6px; height: 0; overflow: hidden; opacity: 0; @@ -603,7 +604,7 @@ button.warning { } .addon .relnotes-toggle > .button-box > .button-icon { - -moz-padding-start: 4px; + padding-inline-start: 4px; } .addon[show-relnotes] .relnotes-toggle { @@ -720,6 +721,8 @@ button.warning { #search-filter { padding: 5px 20px; +/* margin-right: 48px; + margin-left: 48px;*/ -moz-box-align: center; background-color: #000000; font-size: 120%; @@ -730,7 +733,7 @@ button.warning { #search-filter-label { font-weight: bold; color: #FFCF00; - -moz-margin-end: 10px; + margin-inline-end: 10px; } #search-allresults-link { @@ -763,12 +766,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; } @@ -787,7 +790,7 @@ button.warning { } #detail-screenshot-box { - -moz-margin-end: 2em; + margin-inline-end: 2em; /* background-color: white;*/ } @@ -819,7 +822,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*/ @@ -855,7 +858,7 @@ button.warning { } #detail-contrib-btn .button-icon { - -moz-margin-end: 3px; + margin-inline-end: 3px; } #detail-grid { @@ -904,7 +907,7 @@ setting { font-size: 90.9%; color: #808080; margin-top: -2px; - -moz-margin-start: 2em; + margin-inline-start: 2em; white-space: pre-wrap; } @@ -919,7 +922,7 @@ setting[type="radio"] > radiogroup { /*** creator ***/ .creator > label { - -moz-margin-end: 0; + margin-inline-end: 0; } .creator > .text-link { @@ -931,7 +934,7 @@ setting[type="radio"] > radiogroup { /*** rating ***/ .meta-rating { - -moz-margin-end: 0; + margin-inline-end: 0; padding-top: 2px; } @@ -1015,7 +1018,7 @@ setting[type="radio"] > radiogroup { } .download-progress .cancel .button-icon { - -moz-margin-start: 0; + margin-inline-start: 0; } .download-progress .cancel { @@ -1116,7 +1119,7 @@ button.button-link:not([disabled="true"]):active:hover { #disabled-unsigned-addons-info { margin-bottom: 2em; - -moz-margin-end: 48px; + margin-inline-end: 48px; } #disabled-unsigned-addons-heading {