X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fmozapps%2Fextensions%2Fextensions.css;h=21f90ab35f5e330ac78991fc0d36c7843112f780;hp=f428145b42de4ead922a438642ea6f200bdc263f;hb=f777a4f1d5abd2057e324f87c8c90e21189ec9d7;hpb=154ee8b3f00d30f053c7e7d189e6522075bf0654 diff --git a/EarlyBlue/mozapps/extensions/extensions.css b/EarlyBlue/mozapps/extensions/extensions.css index f428145b..21f90ab3 100644 --- a/EarlyBlue/mozapps/extensions/extensions.css +++ b/EarlyBlue/mozapps/extensions/extensions.css @@ -90,7 +90,7 @@ border-bottom: 1px solid #9999CC; } -@media all and (max-width: 600px) { +@media (max-width: 600px) { .global-warning-text { display: none; } @@ -239,7 +239,7 @@ } /* Maximize the size of the viewport when the window is small */ -@media all and (max-width: 800px) { +@media (max-width: 800px) { .category-name { display: none; } @@ -286,6 +286,9 @@ #category-plugin > .category-icon { list-style-image: url("chrome://mozapps/skin/extensions/category-plugins.png"); } +#category-dictionary > .category-icon { + list-style-image: url("chrome://mozapps/skin/extensions/category-dictionaries.png"); +} #category-availableUpdates > .category-icon { list-style-image: url("chrome://mozapps/skin/extensions/category-available.png"); } @@ -461,6 +464,10 @@ list-style-image: url("chrome://mozapps/skin/plugins/pluginGeneric.png"); } +.addon-view[type="dictionary"] .icon { + list-style-image: url("chrome://mozapps/skin/extensions/dictionaryGeneric.png"); +} + .name-container { font-size: 150%; font-weight: bold; @@ -732,9 +739,13 @@ -moz-margin-start: 0; } -#detail-icon { +#detail-icon-container { + width: 64px; -moz-margin-end: 10px; margin-top: 6px; +} + +#detail-icon { max-width: 64px; max-height: 64px; } @@ -753,6 +764,16 @@ max-height: 300px; } +#detail-screenshot[loading] { + background-image: url("chrome://communicator/skin/brand/throbber-anim.gif"); + background-position: 50% 50%; + background-repeat: no-repeat; +} + +#detail-screenshot[loading="error"] { + background-image: url("chrome://global/skin/icons/alert-error.gif"); +} + #detail-desc-container { margin-bottom: 2em; } @@ -802,6 +823,7 @@ } #detail-grid > columns > column:first-child { + min-width: 15em; max-width: 25em; }