Skip to content

Commit

Permalink
Small fixes for listing chooser.
Browse files Browse the repository at this point in the history
  • Loading branch information
avinashbot committed Apr 11, 2017
1 parent 3b056af commit daeae33
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion theme/main.scss
Original file line number Diff line number Diff line change
@@ -24,12 +24,21 @@ body, .side, .titlebox form.toggle, .leavemoderator, .icon-menu a {
#header,
body > .content,
body.with-listing-chooser.listing-chooser-collapsed > .content,
body.with-listing-chooser.listing-chooser-collapsed .footer-parent,
body.modtools-page > .content {
width: $content-width;
margin: 10px $content-right-spacing 0 $content-left-spacing;
}

body.with-listing-chooser .listing-chooser {
z-index: 100;
top: -$page-top-margin;
background-color: #eaeaea;

.grippy {
background-color: $page-background-color;
}
}

.commentarea {
.panestack-title, .menuarea {
margin-right: 0;

0 comments on commit daeae33

Please sign in to comment.