X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;f=EarlyBlue%2Fmozapps%2Fextensions%2Fextensions.css;h=e7e951a78c21e0e07658476f63317d2bc43a93b8;hb=5651d9d47e25649b522f4d1c3d3f274594c5f641;hp=89e58b56f21bd8261fb8fa8f0f58811e7aff077d;hpb=938117ba0f9581f628e39f0e3624bb82e05797d9;p=themes.git diff --git a/EarlyBlue/mozapps/extensions/extensions.css b/EarlyBlue/mozapps/extensions/extensions.css index 89e58b56..e7e951a7 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; } @@ -739,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; } @@ -819,6 +823,7 @@ } #detail-grid > columns > column:first-child { + min-width: 15em; max-width: 25em; }