set .response-header-actions block to absolute position to allow overlap with title

This commit is contained in:
Richard Moch
2015-03-25 15:33:22 +00:00
parent fa4dcdebbe
commit 4277757961

View File

@@ -39,11 +39,13 @@ body.discussion, .discussion-module {
.response-header-content {
display: inline-block;
vertical-align: top;
width: flex-grid(9,12);
width: flex-grid(11,12);
}
.response-header-actions {
width: flex-grid(3,12);
position: absolute;
right: ($baseline);
top: ($baseline);
@include float(right);
}
}