Tab Mix Plusがあるとき、タブバーの位置を横置きから縦置きに変更するとタブ全体がセンタリングされてしまう問題を修正
git-svn-id: http://www.cozmixng.org/repos/piro/treestyletab/trunk@4816 599a83e7-65a4-db11-8015-0010dcdd6dc2
This commit is contained in:
parent
78906352de
commit
f322c5ee7b
@ -125,14 +125,6 @@ tabbrowser[treestyletab-mode="vertical"] .tabs-closebutton-topbox > .tabs-closeb
|
||||
height: 16px !important;
|
||||
}
|
||||
|
||||
/* Tab Mix Plus */
|
||||
tabbrowser[treestyletab-mode="vertical"] .tabs-newtab-topbox > .tabs-newtab-button {
|
||||
-moz-box-flex: 1;
|
||||
-moz-box-align: center;
|
||||
-moz-box-pack: center;
|
||||
-moz-box-orient: vertical;
|
||||
}
|
||||
|
||||
|
||||
/* new-tab button next to the last tab */
|
||||
|
||||
@ -174,3 +166,16 @@ tabbrowser[treestyletab-tabbar-position="bottom"] .treestyletab-tabbar-toggler {
|
||||
border-top: 1px solid ThreeDShadow;
|
||||
}
|
||||
|
||||
|
||||
|
||||
/* Tab Mix Plus */
|
||||
tabbrowser[treestyletab-mode="vertical"] .tabs-newtab-topbox > .tabs-newtab-button {
|
||||
-moz-box-flex: 1;
|
||||
-moz-box-align: center;
|
||||
-moz-box-pack: center;
|
||||
-moz-box-orient: vertical;
|
||||
}
|
||||
|
||||
tabbrowser[treestyletab-mode="vertical"] .tabbrowser-arrowscrollbox[type="tabmix"] {
|
||||
visibility: collapse !important;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user