Fix vertical line sometimes showing up on project switcher icon

This commit is contained in:
Brian Federle 2011-12-08 09:31:07 -08:00
parent acdf4ed0b0
commit b07d619377

View File

@ -5146,14 +5146,14 @@ label.error {
width: 100%;
}
.tree-view > ul {
.tree-view>ul {
/*+placement:shift 3px 40px;*/
position: relative;
left: 3px;
top: 40px;
}
.tree-view > ul > li {
.tree-view>ul>li {
left: 5px;
}
@ -5188,7 +5188,7 @@ label.error {
position: absolute;
}
.tree-view ul li.expanded > .expand {
.tree-view ul li.expanded>.expand {
background-position: -631px -228px;
}
@ -5602,7 +5602,7 @@ div.panel.ui-dialog div.list-view div.fixed-header {
top: 2px;
}
.recurring-snapshots .schedule .forms > div {
.recurring-snapshots .schedule .forms>div {
}
.recurring-snapshots .schedule .forms form {
@ -6379,7 +6379,7 @@ div.panel.ui-dialog div.list-view div.fixed-header {
}
#header div.view-switcher div.project-view span.icon {
background-position: -26px 0px !important;
background-position: -24px 0px !important;
}
#header div.view-switcher div.select span.icon {