X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fmozapps%2Fhandling%2Fhandling.css;h=1988dc4dc2d368dd9a4e894e807d526060eb652b;hp=39c16c11d32009e5ceb7c9c2d003287cfc4b2d5e;hb=39819724e7ccf708c0bb3a149b5f02749ea81c60;hpb=56029cafc51f2cfb90a4d902402129e51fcde8b8;ds=sidebyside diff --git a/EarlyBlue/mozapps/handling/handling.css b/EarlyBlue/mozapps/handling/handling.css index 39c16c11..1988dc4d 100644 --- a/EarlyBlue/mozapps/handling/handling.css +++ b/EarlyBlue/mozapps/handling/handling.css @@ -3,11 +3,24 @@ width: 32px; } -richlistitem { +richlistitem[type] { min-height: 36px; /* Don't forget to update the richlistbox height! */ + padding-inline-start: 2px; +} + +richlistitem { + -moz-box-align: center; } richlistbox { /* 3 items high, plus 4px for top and bottom margins, less 2px for border */ min-height: 110px; } + +.name { + font-weight: bold; +} + +.description { + color: #808080; +}