</ul>
{/if}
- <div class="articleLikesSummery"></div>
-
- <ul class="articleLikeButtons buttonGroup"></ul>
+ <div class="section row articleLikeSection">
+ <div class="col-xs-12 col-md-8">
+ <div class="articleLikesSummery"></div>
+ </div>
+ <div class="col-xs-12 col-md-4">
+ <ul class="articleLikeButtons buttonGroup"></ul>
+ </div>
+ </div>
</section>
{if ENABLE_SHARE_BUTTONS}
@include wcfFontBold;
}
- .articleLikesSummery:not(:empty) {
+ .articleTagList,
+ .articleLikeSection {
margin-top: 20px;
}
- .articleLikeButtons:not(:empty) {
- margin-top: 20px;
+ .articleLikeSection {
+ align-items: center;
+ }
+
+ .articleLikeButtons {
+ justify-content: flex-end;
+
+ .invisible {
+ display: inline;
+ }
}
}
}
> .likesSummary {
- color: $wcfContentDimmedText;
- cursor: pointer;
flex: 0 0 auto;
@include wcfFontSmall;
-
- > .icon {
- color: $wcfContentDimmedText;
- margin-right: 5px;
- }
}
> .messageFooterButtons {
}
}
+.likesSummary {
+ color: $wcfContentDimmedText;
+ cursor: pointer;
+ flex: 0 0 auto;
+
+ > .icon {
+ color: $wcfContentDimmedText;
+ margin-right: 5px;
+ }
+}
+
.messageSignature {
border-top: 1px solid $wcfContentBorderInner;
opacity: .6;