# HG changeset patch # User Liviu # Date 2019-04-19 14:22:58 # Node ID 7ee2e326ac1c26ffcfb6c4c4633ad778e921e2aa # Parent c1c37b0b82867734c5db88a7be047eeba8068d04 Aligned expanded sumarry box content better and moved comments as last column diff --git a/rhodecode/public/css/main.less b/rhodecode/public/css/main.less --- a/rhodecode/public/css/main.less +++ b/rhodecode/public/css/main.less @@ -1065,7 +1065,7 @@ label { } .flag_status { - margin: 2px 8px 6px 2px; + margin: 2px; &.under_review { .circle(5px, @alert3); } 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 @@ -67,12 +67,12 @@ height: 30px; margin: 0; padding: 0; - width: 100px; + width: 130px; font-weight: @text-semibold-weight; font-family: @text-semibold; } .left-clone select { - width: 100px; + width: 130px; margin-right: 0; background-color: @grey7; border-color: @grey4; @@ -83,7 +83,7 @@ .right-clone { float: left; - width: ~"calc(100% - 150px)"; + width: ~"calc(100% - 170px)"; .clipboard-action { margin-left: -30px; @@ -91,7 +91,7 @@ } .clone_url_input { - width: ~"calc(100% - 70px)"; + width: ~"calc(100% - 90px)"; padding: 6px 30px 6px 10px; height: 14px; box-shadow: 0 1px 1px 0 rgba(0,0,0,0.07); @@ -209,6 +209,13 @@ p { margin-bottom: 5px; color: @grey1; + float: left; + width: 130px; + } + + .right-label-summary { + float: left; + margin-top: 7px; } } @@ -396,7 +403,7 @@ } td.td-status { - padding-left: 10px; + padding: 0 0 0 10px; } } diff --git a/rhodecode/templates/summary/components.mako b/rhodecode/templates/summary/components.mako --- a/rhodecode/templates/summary/components.mako +++ b/rhodecode/templates/summary/components.mako @@ -145,7 +145,7 @@

${_('Repository size')}

-
+
## repo size % if commit_rev == -1: @@ -167,7 +167,7 @@

${_('Description')}

-
+
<%namespace name="dt" file="/data_table/_dt_elements.mako"/> ${dt.repo_desc(c.rhodecode_db_repo.description_safe, c.visual.stylify_metatags)}
@@ -179,7 +179,7 @@

${_('Downloads')}

-
+
% if c.rhodecode_repo and len(c.rhodecode_repo.commit_ids) == 0: ${_('There are no downloads yet')} @@ -210,7 +210,7 @@

${_('Statistics')}

-
+
% if c.show_stats:
${_('Calculating Code Statistics...')} @@ -231,7 +231,7 @@