横置きされたタブバーのtwistyの位置を少し右に寄せた

git-svn-id: http://www.cozmixng.org/repos/piro/treestyletab/trunk@2673 599a83e7-65a4-db11-8015-0010dcdd6dc2
This commit is contained in:
piro 2008-06-18 16:53:03 +00:00
parent 04164253fe
commit be4f111432

View File

@ -306,7 +306,9 @@ tabbrowser[treestyletab-twisty-style="retro"]:not([treestyletab-mode="vertical"]
tabbrowser[treestyletab-twisty-style="retro"]:not([treestyletab-mode="vertical"])[treestyletab-allow-subtree-collapse="true"] .tabbrowser-tab[treestyletab-children] .tab-icon {
margin-left: 16px;
}
tabbrowser[treestyletab-twisty-style^="modern"][treestyletab-allow-subtree-collapse="true"][treestyletab-mode="horizontal"] .tab-icon,
tabbrowser[treestyletab-twisty-style^="modern"][treestyletab-allow-subtree-collapse="true"][treestyletab-mode="horizontal"] .tab-icon {
margin-left: 12px;
}
tabbrowser[treestyletab-twisty-style^="modern"][treestyletab-allow-subtree-collapse="true"][treestyletab-mode="vertical"]:not([treestyletab-appearance-inverted="true"]) .tab-icon {
margin-left: 9px;
}