]> git.donarmstrong.com Git - x_full.git/commitdiff
add user chrome for vertical tab bar
authorDon Armstrong <don@donarmstrong.com>
Fri, 21 Jul 2006 23:51:30 +0000 (23:51 +0000)
committerDon Armstrong <don@donarmstrong.com>
Fri, 21 Jul 2006 23:51:30 +0000 (23:51 +0000)
.mozilla/firefox/default/chrome/userChrome.css [new file with mode: 0644]

diff --git a/.mozilla/firefox/default/chrome/userChrome.css b/.mozilla/firefox/default/chrome/userChrome.css
new file mode 100644 (file)
index 0000000..ea5edd8
--- /dev/null
@@ -0,0 +1,30 @@
+/* display at the right edge ------------------------------------------------ */
+
+#content > tabbox {
+  -moz-box-orient: horizontal;
+}
+#content > tabbox {
+  -moz-box-direction: reverse;
+}
+.tabbrowser-strip {
+  -moz-box-orient: vertical;
+  overflow: -moz-scrollbars-none;
+}
+.tabbrowser-tabs {
+  -moz-box-orient: horizontal;
+  min-width: 17ex;
+  -mox-box-pack: start;
+  -moz-box-align: start;
+}
+.tabbrowser-tabs > hbox {
+  -moz-box-orient: vertical;
+  -moz-box-align: stretch;
+  -moz-box-pack: start;
+}
+.tabbrowser-tabs > hbox > tab {
+  -moz-box-align: start;
+  -moz-box-orient: horizontal;
+}
+.tabbrowser-tabs > stack {
+  display: none;
+}