{/if}
<form action="{link controller='EditHistory'}{/link}" method="post">
- <div class="tabularBox tabularBoxTitle marginTop">
+ <div class="tabularBox tabularBoxTitle marginTop editHistoryVersionList">
<header>
{assign var='versionCount' value=$objects|count}
<h2>{lang}wcf.edit.versions{/lang} <span class="badge badgeInverse">{#$versionCount+1}</span></h2>
}
}
-.editHistoryDiff {
- > .sideBySide:first-child {
- margin-bottom: @wcfGapLarge;
- text-align: center;
- }
-
- .sideBySide {
- > div:first-child {
- padding-right: @wcfGapMedium;
- }
-
- > div:last-child {
- padding-left: @wcfGapMedium;
- }
- }
-}
-
/* ad locations */
.wcfAdLocationHeaderContent,
.wcfAdLocationFooterContent,
}
}
}
+
+/* edit history */
+.editHistoryDiff {
+ > .sideBySide:first-child {
+ margin-bottom: @wcfGapLarge;
+ text-align: center;
+ }
+
+ .sideBySide {
+ > div:first-child {
+ padding-right: @wcfGapMedium;
+ }
+
+ > div:last-child {
+ padding-left: @wcfGapMedium;
+ }
+ }
+}
+
+@media only screen and (max-width: 800px) {
+ .editHistoryVersionList {
+ .columnUser,
+ .columnEditReason {
+ display: none;
+ }
+ }
+}
\ No newline at end of file