diff --git a/kallithea/public/css/style.css b/kallithea/public/css/style.css --- a/kallithea/public/css/style.css +++ b/kallithea/public/css/style.css @@ -3183,11 +3183,6 @@ input.perm_filter { font-size: 16px; } -.compare-revision-selector > div { - display: inline-block; - margin-right: 8px; -} - table.code-difftable { border-collapse: collapse; border-radius: 0px !important; diff --git a/kallithea/templates/compare/compare_diff.html b/kallithea/templates/compare/compare_diff.html --- a/kallithea/templates/compare/compare_diff.html +++ b/kallithea/templates/compare/compare_diff.html @@ -28,18 +28,18 @@ ${self.repo_context_bar('changelog')}
## divs are "inline-block" and cannot have whitespace between them. -
+ ${h.hidden('compare_org')} -
+ -
+ ${h.hidden('compare_other')} -
+ %if not c.compare_home: ${_('Swap')} %endif
${_('Compare Revisions')}
-
+