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
@@ -572,13 +572,17 @@ div.header img {
padding: 11px 10px 11px 10px;
}
-#content div.panel div.panel-heading ul.links.icon-only-links li a {
+#content div.panel div.panel-heading .links.icon-only-links a {
float: left;
color: #fff;
margin: 0;
padding: 11px 10px 11px 10px;
}
+#content div.panel div.panel-heading .links.icon-only-links {
+ float: right;
+}
+
#content div.panel h1,
#content div.panel h2,
#content div.panel h3,
diff --git a/kallithea/templates/admin/repo_groups/repo_group_edit.html b/kallithea/templates/admin/repo_groups/repo_group_edit.html
--- a/kallithea/templates/admin/repo_groups/repo_group_edit.html
+++ b/kallithea/templates/admin/repo_groups/repo_group_edit.html
@@ -15,14 +15,6 @@
» ${h.link_to(c.repo_group.name,h.url('repos_group_home',group_name=c.repo_group.group_name))}
%def>
-<%def name="breadcrumbs_side_links()">
-
${self.breadcrumbs()}
- ${self.breadcrumbs_side_links()}
+
##main
diff --git a/kallithea/templates/admin/repos/repo_edit_advanced.html b/kallithea/templates/admin/repos/repo_edit_advanced.html
--- a/kallithea/templates/admin/repos/repo_edit_advanced.html
+++ b/kallithea/templates/admin/repos/repo_edit_advanced.html
@@ -3,10 +3,8 @@ ${h.form(url('edit_repo_advanced_fork',
-
-
- - ${_('All actions done in this repository will be visible to everyone in the public journal.')}
-
+
+ ${_('All actions done in this repository will be visible to everyone in the public journal.')}
${h.end_form()}
@@ -63,11 +59,8 @@ ${h.form(url('edit_repo_advanced_locking
${_('Repository is not locked')}
%endif
-
-
- - ${_('Force locking on the repository. Works only when anonymous access is disabled. Triggering a pull locks the repository. The user who is pulling locks the repository; only the user who pulled and locked it can unlock it by doing a push.')}
-
-
+
+ ${_('Force locking on the repository. Works only when anonymous access is disabled. Triggering a pull locks the repository. The user who is pulling locks the repository; only the user who pulled and locked it can unlock it by doing a push.')}
${h.end_form()}
@@ -91,10 +84,8 @@ ${h.form(url('delete_repo', repo_name=c.
${_('Delete forks')}
%endif
-
-
- - ${_('The deleted repository will be moved away and hidden until the administrator expires it. The administrator can both permanently delete it or restore it.')}
-
+
+ ${_('The deleted repository will be moved away and hidden until the administrator expires it. The administrator can both permanently delete it or restore it.')}
${h.end_form()}
diff --git a/kallithea/templates/admin/repos/repo_edit_caches.html b/kallithea/templates/admin/repos/repo_edit_caches.html
--- a/kallithea/templates/admin/repos/repo_edit_caches.html
+++ b/kallithea/templates/admin/repos/repo_edit_caches.html
@@ -2,13 +2,10 @@ ${h.form(url('update_repo_caches', repo_