diff --git a/static/css/base.css b/static/css/base.css index 5748f538..882cc797 100644 --- a/static/css/base.css +++ b/static/css/base.css @@ -147,3 +147,8 @@ th.long_text{ .dashboard{ text-align: center; } + +.table-borderless td, +.table-borderless th { + border: none !important; +} diff --git a/users/templates/users/user.html b/users/templates/users/user.html index 1ed1a299..e11806d5 100644 --- a/users/templates/users/user.html +++ b/users/templates/users/user.html @@ -24,6 +24,7 @@ with this program; if not, write to the Free Software Foundation, Inc., {% endcomment %} {% load bootstrap3 %} +{% load widget_tweaks %} {% load massive_bootstrap_form %} {% load static %} {% load i18n %} @@ -34,7 +35,105 @@ with this program; if not, write to the Free Software Foundation, Inc.,
{% if load_js_file %}