2015-07-17 14:47:49 +09:30
|
|
|
// ------------------------------------
|
|
|
|
// Sidebar
|
|
|
|
|
|
|
|
@media @desktop-up {
|
2015-08-04 10:49:41 +09:30
|
|
|
.IndexPage-nav .item-newDiscussion {
|
2015-07-17 14:47:49 +09:30
|
|
|
margin-bottom: 20px;
|
2015-08-04 10:49:41 +09:30
|
|
|
|
|
|
|
.Button {
|
2016-02-07 12:10:02 +10:30
|
|
|
.Button--block();
|
2015-08-04 10:49:41 +09:30
|
|
|
}
|
2015-07-17 14:47:49 +09:30
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
// ------------------------------------
|
|
|
|
// Results
|
|
|
|
|
|
|
|
.IndexPage-toolbar {
|
|
|
|
margin-bottom: 15px;
|
|
|
|
}
|
|
|
|
.IndexPage-toolbar-view, .IndexPage-toolbar-action {
|
|
|
|
display: inline-block;
|
|
|
|
margin: 0;
|
|
|
|
list-style: none;
|
|
|
|
padding: 0;
|
|
|
|
|
|
|
|
> li {
|
|
|
|
display: inline-block;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.IndexPage-toolbar-view > li {
|
|
|
|
margin-right: 5px;
|
|
|
|
}
|
|
|
|
.IndexPage-toolbar-action {
|
|
|
|
float: right;
|
|
|
|
|
|
|
|
> li {
|
|
|
|
margin-left: 5px;
|
|
|
|
}
|
|
|
|
}
|