Skip to content

Commit

Permalink
Sidebars!!!
Browse files Browse the repository at this point in the history
Fixes #62.
  • Loading branch information
bwinton committed May 13, 2016
1 parent be61eb0 commit 5c7040b
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions skin/light/light.css
Original file line number Diff line number Diff line change
Expand Up @@ -108,13 +108,21 @@
border-top: 1px solid rgb(160, 160, 160);
}

#appcontent,
#PopupAutoCompleteRichResult {
#sidebar-box[hidden="true"] ~ #appcontent,
#sidebar-box[hidden="true"] ~ #PopupAutoCompleteRichResult {
margin-left: 45px;
}

#main-window[tabspinned="true"] #verticaltabs-box + #appcontent,
#main-window[tabspinned="true"] #PopupAutoCompleteRichResult {
#sidebar-box {
margin-left: 45px;
}

#main-window[tabspinned="true"] #sidebar-box[hidden="true"] ~ #appcontent,
#main-window[tabspinned="true"] #sidebar-box[hidden="true"] ~ #PopupAutoCompleteRichResult {
margin-left: 260px;
}

#main-window[tabspinned="true"] #sidebar-box {
margin-left: 260px;
}

Expand Down

0 comments on commit 5c7040b

Please sign in to comment.