X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fmozapps%2Fextensions%2Fextensions.css;h=f59709f1b8c6a5826b327b6aa22c25b208a071a7;hp=7c7f9026f6a8f932f5691c6e9ed02840c511ed73;hb=1169dad44af2c149dd288ec787f58b63fbdbcea3;hpb=a67d7bb0a8ce3ce69e07db80ceb3fe527f2972cc diff --git a/LCARStrek/mozapps/extensions/extensions.css b/LCARStrek/mozapps/extensions/extensions.css index 7c7f9026..f59709f1 100644 --- a/LCARStrek/mozapps/extensions/extensions.css +++ b/LCARStrek/mozapps/extensions/extensions.css @@ -227,6 +227,8 @@ } .category[disabled] { + border-top: 0; + border-bottom: 0; height: 0; opacity: 0; -moz-transition-property: height, opacity; @@ -242,7 +244,6 @@ .category[selected] { background-color: #008484; color: #FFCF00; - font-weight: bold; border-color: #9C9CFF; } @@ -411,6 +412,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 { @@ -425,10 +460,6 @@ background-origin: border-box; } -.addon[status="installing"] { - -moz-box-align: center; -} - .details { cursor: pointer; margin: 0; @@ -438,7 +469,7 @@ .icon-container { width: 48px; height: 48px; - margin: 22px 7px 7px 7px; + margin: 3px 7px; } .icon { @@ -463,8 +494,7 @@ list-style-image: url("chrome://mozapps/skin/plugins/pluginGeneric.png"); } -.name-container, -.addon[status="installing"] .name { +.name-container { font-size: 150%; font-weight: bold; color: #9C9CFF; @@ -681,10 +711,6 @@ opacity: 0; } -#detail-view:not([loading]) .alert-container { - visibility: collapse; -} - #detail-view[loading-extended] .loading { opacity: 1; -moz-transition-property: opacity; @@ -732,7 +758,7 @@ margin-bottom: 2em; } -#detail-desc { +#detail-desc, #detail-fulldesc { -moz-margin-start: 6px; white-space: pre-wrap; /* This is necessary to fix layout issues with multi-line descriptions, see @@ -741,6 +767,10 @@ min-width: 8em; } +#detail-fulldesc { + margin-top: 1em; +} + #detail-contributions { border-radius: 5px; border: 1px solid #9C9CFF; @@ -874,7 +904,6 @@ border-radius: 0 3px 3px 0; } -.download-progress .pause, .download-progress .cancel { -moz-appearance: none; background-color: #8050B0; @@ -885,26 +914,19 @@ margin: 3px; } -.download-progress .pause .button-box, .download-progress .cancel .button-box { padding: 0; border: none; } -.download-progress .pause .button-text, .download-progress .cancel .button-text { display: none; } -.download-progress .pause .button-icon, .download-progress .cancel .button-icon { -moz-margin-start: 0; } -.download-progress .pause { - list-style-image: url('chrome://mozapps/skin/extensions/pause.png'); -} - .download-progress .cancel { list-style-image: url('chrome://mozapps/skin/extensions/cancel.png'); }