changeset 204:b6684dde3218

hide the collection view's column header, which is unuseful while we only have one column
author Myk Melez <myk@mozilla.org>
date Sun, 27 Jul 2008 14:16:50 -0700
parents 480c87bba612
children ce534ed8a39e
files extension/content/collections.css
diffstat 1 files changed, 15 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/extension/content/collections.css	Sun Jul 27 14:00:47 2008 -0700
+++ b/extension/content/collections.css	Sun Jul 27 14:16:50 2008 -0700
@@ -16,3 +16,18 @@
   width: 16px;
   height: 16px;
 }
+
+#sourcesView treecolpicker {
+  display: none;
+}
+
+/* Hide the column header, which is unuseful while we only have one column. */
+#sourcesView .treecol-text,
+#sourcesView .treecol-sortdirection {
+  display: none;
+}
+#nameCol {
+  -moz-appearance: none;
+  border: 0;
+  padding: 0;
+}