keep up with Classic/*stripe development
[themes.git] / EarlyBlue / mozapps / handling / handling.css
diff --git a/EarlyBlue/mozapps/handling/handling.css b/EarlyBlue/mozapps/handling/handling.css
new file mode 100644 (file)
index 0000000..39c16c1
--- /dev/null
@@ -0,0 +1,13 @@
+#description-image:not([src]) {
+  height: 32px;
+  width: 32px;
+}
+
+richlistitem {
+  min-height: 36px; /* Don't forget to update the richlistbox height! */
+}
+
+richlistbox {
+  /* 3 items high, plus 4px for top and bottom margins, less 2px for border */
+  min-height: 110px; 
+}