X-Git-Url: https://git-public.kairo.at/?p=themes.git;a=blobdiff_plain;f=LCARStrek%2Fmozapps%2Fhandling%2Fhandling.css;fp=LCARStrek%2Fmozapps%2Fhandling%2Fhandling.css;h=1d8cff40cd280e905ae73c96cecc4ad2e71b1d05;hp=0000000000000000000000000000000000000000;hb=e10e7addc389ca4e7c2b804cafa0d49525bfc116;hpb=ee6cb01c5c029cb70bea445000414081ae82bcbd diff --git a/LCARStrek/mozapps/handling/handling.css b/LCARStrek/mozapps/handling/handling.css new file mode 100644 index 00000000..1d8cff40 --- /dev/null +++ b/LCARStrek/mozapps/handling/handling.css @@ -0,0 +1,26 @@ +#description-image:not([src]) { + height: 32px; + width: 32px; +} + +richlistitem[type] { + min-height: 36px; /* Don't forget to update the richlistbox height! */ + -moz-padding-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: #8050B0; +}