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 @@ -15,7 +15,6 @@ margin-bottom: 20px; .summary-detail-header { - float: left; display: block; width: 100%; margin-bottom: @textmargin; @@ -23,13 +22,12 @@ border-bottom: @border-thickness solid @border-default-color; .breadcrumbs { - float: left; display: inline; margin: 0; padding: 0; } + h4 { - float: left; margin: 0 1em 0 0; padding: 0; line-height: 1.2em; @@ -192,6 +190,12 @@ } } +.summary { + .fieldset { + margin-bottom: 0; + } +} + .fieldset { .left-label { // similar to form legend @@ -223,6 +227,13 @@ width: ~"calc(50% - 20px)"; float: left; margin: 15px 0 15px 20px; + + .rc-user { + min-width: auto; + max-width: none; + min-height: auto; + padding-right: 5px; + } } .right-content { // similar to form fields @@ -258,6 +269,10 @@ color: @grey1; } } + .commit { + color: @grey1; + margin-bottom: 10px; + } .commit.truncate-wrap { overflow:hidden; text-overflow: ellipsis; diff --git a/rhodecode/public/css/type.less b/rhodecode/public/css/type.less --- a/rhodecode/public/css/type.less +++ b/rhodecode/public/css/type.less @@ -46,6 +46,11 @@ h6, .h6 { font-size: 1em; font-weight .breadcrumbs { font-size: @repo-title-fontsize; margin: 0; + + h4 { + font-size: @basefontsize; + margin-bottom: 15px; + } } .breadcrumbs_light { diff --git a/rhodecode/templates/files/files.mako b/rhodecode/templates/files/files.mako --- a/rhodecode/templates/files/files.mako +++ b/rhodecode/templates/files/files.mako @@ -27,7 +27,7 @@ <%def name="main()"> -
+
<%include file='files_pjax.mako'/>
diff --git a/rhodecode/templates/files/files_pjax.mako b/rhodecode/templates/files/files_pjax.mako --- a/rhodecode/templates/files/files_pjax.mako +++ b/rhodecode/templates/files/files_pjax.mako @@ -19,15 +19,12 @@
-
- ${_('Show More')} -
% if c.file.is_submodule(): diff --git a/rhodecode/templates/files/files_tree_header.mako b/rhodecode/templates/files/files_tree_header.mako --- a/rhodecode/templates/files/files_tree_header.mako +++ b/rhodecode/templates/files/files_tree_header.mako @@ -1,45 +1,37 @@ <%namespace name="base" file="/base/base.mako"/> <%namespace name="file_base" file="/files/base.mako"/> -
-
- ${_('Description')}: -
-
${h.urlify_commit_message(h.chop_at_smart(c.commit.message, '\n', suffix_if_chopped='...'), c.repo_name)}
-
+
+
+
+
+
${h.urlify_commit_message(h.chop_at_smart(c.commit.message, '\n', suffix_if_chopped='...'), c.repo_name)}
+
+ +
+
${h.urlify_commit_message(c.commit.message,c.repo_name)}
+
-
-
- ${_('Description')}: +
${base.gravatar_with_user(c.commit.author)}-${h.age_component(c.commit.date)}
+
+ +
+
+ + ${h.show_id(c.commit)} + + + ${file_base.refs(c.commit)} +
+
+
-
${h.urlify_commit_message(c.commit.message,c.repo_name)}
-
+ -
-
- ${_('References')}: -
-
-
- - ${h.show_id(c.commit)} - - - ${file_base.refs(c.commit)} -
+
+ ${_('Show More')}
- -
-
- ${_('Commit Author')}: -
-
- ${base.gravatar_with_user(c.commit.author)} -
- ${h.age_component(c.commit.date)}
-
-
-