update both themes for toolkit winstripe trunk changes up to 2010-03-19
[themes.git] / EarlyBlue / mozapps / handling / handling.css
index 39c16c11d32009e5ceb7c9c2d003287cfc4b2d5e..441ff04a53f50bd617483b3bfdf48cd4de2b6b49 100644 (file)
@@ -3,11 +3,24 @@
   width: 32px;
 }
 
   width: 32px;
 }
 
-richlistitem {
+richlistitem[type] {
   min-height: 36px; /* Don't forget to update the richlistbox height! */
   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; 
 }
 }
 
 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;
+}