X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fmozapps%2Fextensions%2Fextensions.css;h=c5ac80b557db276973ec017fe200f1de5d7fcd6a;hp=1ecdb250b00fcba142ad9ab025224f1b99d72d2a;hb=38b75e2e0c3847fd3a7410d927995343cb72ef3f;hpb=a0885fa2d9ce75ad3952b3fe05395dcf4cc96c42 diff --git a/LCARStrek/mozapps/extensions/extensions.css b/LCARStrek/mozapps/extensions/extensions.css index 1ecdb250..c5ac80b5 100644 --- a/LCARStrek/mozapps/extensions/extensions.css +++ b/LCARStrek/mozapps/extensions/extensions.css @@ -77,6 +77,7 @@ -moz-image-region: rect(63px 50px 84px 25px); } + /*** global warnings ***/ .global-warning-container { @@ -174,6 +175,7 @@ border: 1px solid #9C9CFF; border-radius: 8px; background-color: #000000; + background-clip: padding-box; } .alert .alert-title { @@ -412,6 +414,40 @@ } +/*** discover view ***/ + +.discover-spacer-before, +.discover-spacer-after { + -moz-box-flex: 1; +} + +#discover-error .alert { + max-width: 45em; + -moz-box-flex: 1; +} + +.discover-logo { + list-style-image: url("chrome://mozapps/skin/extensions/discover-logo.png"); + -moz-margin-end: 15px; +} + +.discover-title { + font-weight: bold; + font-size: 24px; + /* font-family: MetaWebPro-Book, "Trebuchet MS", sans-serif; */ + margin: 0 0 15px 0; +} + +.discover-description { + text-align: justify; + margin: 0 0 15px 0; +} + +.discover-footer { + text-align: justify; +} + + /*** list ***/ .list { @@ -436,6 +472,8 @@ width: 48px; height: 48px; margin: 3px 7px; + -moz-box-align: center; + -moz-box-pack: center; } .icon { @@ -465,6 +503,7 @@ font-weight: bold; color: #9C9CFF; margin-bottom: 0; + -moz-box-align: end; } .creator { @@ -478,6 +517,7 @@ .description-container { margin-top: 8px; -moz-margin-start: 6px; + -moz-box-align: center; } .description { @@ -490,6 +530,44 @@ .info { -moz-margin-start: 48px; font-weight: bold; + -moz-box-align: center; +} + +.content-container, +.basicinfo-container { + -moz-box-align: start; +} + +.addon[status="installing"] > .content-container { + -moz-box-align: stretch; +} + +.update-info-container { + -moz-box-align: center; +} + +.advancedinfo-container, +.update-available { + -moz-box-align: end; +} + +.install-status-container { + -moz-box-pack: end; + -moz-box-align: end; +} + +.name-outer-container { + -moz-box-pack: center; +} + +.relnotes-toggle-container, +.icon-outer-container { + -moz-box-pack: start; +} + +.status-container, +.control-container { + -moz-box-pack: end; } .addon-view .warning { @@ -589,6 +667,12 @@ background-color: #008484; } +.addon-view[pending="enable"] .pending, +.addon-view[pending="upgrade"] .pending, +.addon-view[pending="install"] .pending { + color: #000000; +} + .addon-view[pending="disable"], .addon-view[pending="uninstall"] { color: #8050B0;