X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fmozapps%2Fhandling%2Fhandling.css;fp=EarlyBlue%2Fmozapps%2Fhandling%2Fhandling.css;h=39c16c11d32009e5ceb7c9c2d003287cfc4b2d5e;hp=0000000000000000000000000000000000000000;hb=56029cafc51f2cfb90a4d902402129e51fcde8b8;hpb=7b819315b3d2a65149683e56a8a6b5ae7a3a9d61 diff --git a/EarlyBlue/mozapps/handling/handling.css b/EarlyBlue/mozapps/handling/handling.css new file mode 100644 index 00000000..39c16c11 --- /dev/null +++ b/EarlyBlue/mozapps/handling/handling.css @@ -0,0 +1,13 @@ +#description-image:not([src]) { + height: 32px; + width: 32px; +} + +richlistitem { + min-height: 36px; /* Don't forget to update the richlistbox height! */ +} + +richlistbox { + /* 3 items high, plus 4px for top and bottom margins, less 2px for border */ + min-height: 110px; +}