diff --git a/rhodecode/public/css/style.css b/rhodecode/public/css/style.css --- a/rhodecode/public/css/style.css +++ b/rhodecode/public/css/style.css @@ -993,7 +993,15 @@ div.options a { width: 155px; position: absolute; margin: 0; - padding: 0px 0 0 0px; + padding: 5px 0 0 0px; +} + +#content div.box div.form div.fields div.field div.label-summary { + left: 30px; + width: 155px; + position: absolute; + margin: 0; + padding: 0px 0 0 0px; } #content div.box-left div.form div.fields div.field div.label,#content div.box-right div.form div.fields div.field div.label @@ -1026,11 +1034,19 @@ div.options a { color: #393939; font-weight: 700; } - +#content div.box div.form div.fields div.field div.label label,div.label-summary label + { + color: #393939; + font-weight: 700; +} #content div.box div.form div.fields div.field div.input { margin: 0 0 0 200px; } +#content div.box div.form div.fields div.field div.input.summary { + margin: 0 0 0 150px; +} + #content div.box div.form div.fields div.field div.file { margin: 0 0 0 200px; } diff --git a/rhodecode/templates/summary/summary.html b/rhodecode/templates/summary/summary.html --- a/rhodecode/templates/summary/summary.html +++ b/rhodecode/templates/summary/summary.html @@ -31,10 +31,10 @@
-
+
-
+
%if c.rhodecode_user.username != 'default': ${h.link_to(_('RSS'),h.url('rss_feed_home',repo_name=c.dbrepo.repo_name,api_key=c.rhodecode_user.api_key),class_='rss_icon')} @@ -93,17 +93,17 @@
-
+
-
${h.urlify_text(c.dbrepo.description)}
+
${h.urlify_text(c.dbrepo.description)}
-
+
-
+
gravatar
@@ -114,10 +114,10 @@
-
+
-
+
${'r%s:%s' % (h.get_changeset_safe(c.rhodecode_repo,'tip').revision, h.get_changeset_safe(c.rhodecode_repo,'tip').short_id)} - @@ -127,19 +127,19 @@
-
+
-
+
-
+
-
+
%if c.show_stats:
%else: @@ -151,10 +151,10 @@
-
+
-
+
%if len(c.rhodecode_repo.revisions) == 0: ${_('There are no downloads yet')} %elif c.enable_downloads is False: