X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fmozapps%2Fextensions%2Fextensions.css;h=b8e7e4f91b7e9542b15bff8185ab6c949c628b49;hp=24f925b4485e7b525724d7fc97a9354fec7c1eb0;hb=f777a4f1d5abd2057e324f87c8c90e21189ec9d7;hpb=fb1aad97e90cad23ea3b3a4ee67acb6ce71f7aea diff --git a/LCARStrek/mozapps/extensions/extensions.css b/LCARStrek/mozapps/extensions/extensions.css index 24f925b4..b8e7e4f9 100644 --- a/LCARStrek/mozapps/extensions/extensions.css +++ b/LCARStrek/mozapps/extensions/extensions.css @@ -90,7 +90,7 @@ border-bottom: 3px solid #000000; } -@media all and (max-width: 600px) { +@media (max-width: 600px) { .global-warning-text { display: none; } @@ -251,7 +251,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; } @@ -786,9 +786,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; } @@ -862,6 +866,7 @@ } #detail-grid { + min-width: 15em; margin-bottom: 2em; }