X-Git-Url: https://git-public.kairo.at/?a=blobdiff_plain;f=LCARStrek%2Fmozapps%2Fextensions%2Fextensions.css;h=868a43b930a36206389bb64ccccf14a7b0c0497b;hb=5651d9d47e25649b522f4d1c3d3f274594c5f641;hp=5d187782ddfbe2a75540368513cf16d3cc7c374c;hpb=938117ba0f9581f628e39f0e3624bb82e05797d9;p=themes.git diff --git a/LCARStrek/mozapps/extensions/extensions.css b/LCARStrek/mozapps/extensions/extensions.css index 5d187782..868a43b9 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; } @@ -787,9 +787,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; } @@ -863,6 +867,7 @@ } #detail-grid { + min-width: 15em; margin-bottom: 2em; }