diff --git a/rhodecode/public/css/forms.less b/rhodecode/public/css/forms.less --- a/rhodecode/public/css/forms.less +++ b/rhodecode/public/css/forms.less @@ -269,6 +269,33 @@ form.rcform { } +.badged-field { + .user-badge { + line-height: 25px; + padding: 10px 5px; + border-radius: @border-radius; + border-top: 1px solid @rclightblue; + border-left: 1px solid @rclightblue; + border-bottom: 1px solid @rclightblue; + font-size: 14px; + font-style: normal; + color: @text-light; + display: inline-block; + vertical-align: top; + cursor: default; + margin-right: -2px; + } + .badge-input-container { + display: flex; + position: relative; + } + .user-disabled { + text-decoration: line-through; + } + .badge-input-wrap { + display: inline-block; + } +} // for situations where we wish to display the form value but not the form input input.input-valuedisplay { diff --git a/rhodecode/templates/admin/repo_groups/repo_group_edit_settings.html b/rhodecode/templates/admin/repo_groups/repo_group_edit_settings.html --- a/rhodecode/templates/admin/repo_groups/repo_group_edit_settings.html +++ b/rhodecode/templates/admin/repo_groups/repo_group_edit_settings.html @@ -1,4 +1,6 @@ ## -*- coding: utf-8 -*- +<%namespace name="base" file="/base/base.html"/> +
${_('Change owner of this repository group.')}
${_('Default commit for files page, downloads, whoosh and readme')}
${_('Change owner of this repository.')}
+${_('Change owner of this repository.')}
${_('Change owner of this user group.')}