diff --git a/kallithea/public/css/style.css b/kallithea/public/css/style.css --- a/kallithea/public/css/style.css +++ b/kallithea/public/css/style.css @@ -4543,3 +4543,13 @@ ul.user_group_member li { border-bottom-color: #999; border-bottom-color: rgba(0,0,0,.25); } + +#clone_by_name.input-group > span, +#clone_by_id.input-group > span { + display: inline-block; +} + +#clone_by_name.input-group > input, +#clone_by_id.input-group > input { + width: 80% !important; +} diff --git a/kallithea/templates/admin/settings/settings_vcs.html b/kallithea/templates/admin/settings/settings_vcs.html --- a/kallithea/templates/admin/settings/settings_vcs.html +++ b/kallithea/templates/admin/settings/settings_vcs.html @@ -59,11 +59,13 @@ ${h.form(url('admin_settings'), method='
- ${h.text('paths_root_path',size=60,readonly="readonly",class_='form-control')} - + ${h.text('paths_root_path',size=60,readonly="readonly",class_='form-control')} + - - + + +
${_('Filesystem location where repositories are stored. After changing this value, a restart and rescan of the repository folder are both required.')}
diff --git a/kallithea/templates/summary/summary.html b/kallithea/templates/summary/summary.html --- a/kallithea/templates/summary/summary.html +++ b/kallithea/templates/summary/summary.html @@ -66,13 +66,18 @@ summary = lambda n:{False:'summary-short
- -
- ${self.repotag(c.db_repo)} - - - -
${_('Show by ID')}
+ +
+
+ ${self.repotag(c.db_repo)} + + ${_('Show by ID')} +
+
@@ -203,37 +208,25 @@ summary = lambda n:{False:'summary-short