update both themes for all (toolkit winstripe only actually) change up to 2011-01-23
[themes.git] / EarlyBlue / mozapps / handling / handling.css
index 5c413f3d65ae6e428bde3a4ec0066205ae3c6a75..441ff04a53f50bd617483b3bfdf48cd4de2b6b49 100644 (file)
@@ -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;
+}