diff --git a/rhodecode/public/css/summary.less b/rhodecode/public/css/summary.less --- a/rhodecode/public/css/summary.less +++ b/rhodecode/public/css/summary.less @@ -17,7 +17,7 @@ .summary-detail-header { display: block; width: 100%; - margin-bottom: @textmargin; + margin-bottom: 10px; padding: 0 0 .5em 0; border-bottom: @border-thickness solid @border-default-color; @@ -29,7 +29,7 @@ h4 { margin: 0 1em 0 0; - padding: 0; + padding: 10px 0 5px 20px; line-height: 1.2em; font-size: @basefontsize; } @@ -49,7 +49,7 @@ position: relative; width: 100%; margin: 0; - padding: 0; + padding: 0 0 20px 0; .file_diff_buttons { margin-top: @space; @@ -220,6 +220,10 @@ color: @grey1; float: left; width: 130px; + + &.spacing { + margin-top: 10px; + } } .right-label-summary { @@ -238,6 +242,10 @@ color: @grey1; float: left; width: 130px; + + &.spacing { + margin-top: 10px; + } } .right-label-summary { diff --git a/rhodecode/templates/compare/compare_diff.mako b/rhodecode/templates/compare/compare_diff.mako --- a/rhodecode/templates/compare/compare_diff.mako +++ b/rhodecode/templates/compare/compare_diff.mako @@ -47,14 +47,13 @@ % endif +
-
- ${_('Target')}: -
-
-
+
+

${_('Target')}:

+
## The hidden elements are replaced with a select2 widget @@ -66,11 +65,9 @@
-
- ${_('Source')}: -
-
-
+
+

${_('Source')}:

+
## The hidden elements are replaced with a select2 widget @@ -82,14 +79,11 @@
-
- ${_('Actions')}: -
-
-
+
+

${_('Actions')}:

+
-
% if c.compare_home: ${_('Compare Commits')} @@ -120,31 +114,31 @@
-
+
## commit status form