X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=EarlyBlue%2Fmozapps%2Fhandling%2Fhandling.css;h=441ff04a53f50bd617483b3bfdf48cd4de2b6b49;hp=5c413f3d65ae6e428bde3a4ec0066205ae3c6a75;hb=559908da1444029d499c01dda129fd9dba8e2e64;hpb=6c5a63bbd8e0df71327748f51f8164e44b1eb066 diff --git a/EarlyBlue/mozapps/handling/handling.css b/EarlyBlue/mozapps/handling/handling.css index 5c413f3d..441ff04a 100644 --- a/EarlyBlue/mozapps/handling/handling.css +++ b/EarlyBlue/mozapps/handling/handling.css @@ -5,6 +5,7 @@ richlistitem[type] { min-height: 36px; /* Don't forget to update the richlistbox height! */ + -moz-padding-start: 2px; } richlistitem { @@ -15,3 +16,11 @@ 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; +}