diff --git a/src/colab-spb-theme-plugin/colab_spb_theme/static/css/screen.css b/src/colab-spb-theme-plugin/colab_spb_theme/static/css/screen.css index 17757ec..e313bc8 100644 --- a/src/colab-spb-theme-plugin/colab_spb_theme/static/css/screen.css +++ b/src/colab-spb-theme-plugin/colab_spb_theme/static/css/screen.css @@ -574,3 +574,7 @@ form.signup { font-family: Arial; padding-top: 7px; } + +a.btn { + margin: 2px 0 2px 0; +} diff --git a/src/colab-spb-theme-plugin/colab_spb_theme/templates/accounts/user_detail.html b/src/colab-spb-theme-plugin/colab_spb_theme/templates/accounts/user_detail.html index 25b3da7..ab94d21 100644 --- a/src/colab-spb-theme-plugin/colab_spb_theme/templates/accounts/user_detail.html +++ b/src/colab-spb-theme-plugin/colab_spb_theme/templates/accounts/user_detail.html @@ -27,7 +27,7 @@ {% if request.user == user_ or request.user.is_superuser %}   {% trans "edit profile"|title %} -   Inscrições nas listas de discussão +   Inscreva-se nas listas de discussão {% endif %} {% if request.user.is_active %} diff --git a/src/colab-spb-theme-plugin/colab_spb_theme/templates/header.html b/src/colab-spb-theme-plugin/colab_spb_theme/templates/header.html index 68cd7f2..97d8b36 100644 --- a/src/colab-spb-theme-plugin/colab_spb_theme/templates/header.html +++ b/src/colab-spb-theme-plugin/colab_spb_theme/templates/header.html @@ -134,9 +134,19 @@