# HG changeset patch # User Mads Kiilerich # Date 2017-01-09 00:41:30 # Node ID 1ce4e23c220730b8bd8de91a6191fe354bce1371 # Parent d99afb88579eea122a362d13d27a87b53fd845d4 style: apply Bootstrap-compatible table.table class, now when the conflicting div.table styling is gone Based on work by Dominik Ruf. 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 @@ -989,7 +989,7 @@ div.form div.form-horizontal div.form-gr padding: 0 0 0 8px; } -#content div.panel table.noborder { +#content div.panel table.table { border: 1px solid transparent; } diff --git a/kallithea/templates/admin/my_account/my_account_api_keys.html b/kallithea/templates/admin/my_account/my_account_api_keys.html --- a/kallithea/templates/admin/my_account/my_account_api_keys.html +++ b/kallithea/templates/admin/my_account/my_account_api_keys.html @@ -1,5 +1,5 @@
- +
${c.user.api_key}
diff --git a/kallithea/templates/admin/my_account/my_account_emails.html b/kallithea/templates/admin/my_account/my_account_emails.html --- a/kallithea/templates/admin/my_account/my_account_emails.html +++ b/kallithea/templates/admin/my_account/my_account_emails.html @@ -1,5 +1,5 @@
- +
%if c.visual.use_gravatar: diff --git a/kallithea/templates/admin/my_account/my_account_repos.html b/kallithea/templates/admin/my_account/my_account_repos.html --- a/kallithea/templates/admin/my_account/my_account_repos.html +++ b/kallithea/templates/admin/my_account/my_account_repos.html @@ -1,7 +1,7 @@

${_('Repositories You Own')}

-
${h.gravatar_div(c.user.email, size=16)}
+