From 41a4252f47beee3252b518940240b084592e3eb5 Mon Sep 17 00:00:00 2001 From: Carlos Coêlho Date: Thu, 3 Dec 2015 17:49:48 -0200 Subject: [PATCH] Dropdown menu for threads --- src/colab-spb-theme-plugin/colab_spb_theme/static/css/screen.css | 4 ++++ src/colab-spb-theme-plugin/colab_spb_theme/templates/accounts/user_detail.html | 2 +- src/colab-spb-theme-plugin/colab_spb_theme/templates/header.html | 16 +++++++++++++--- 3 files changed, 18 insertions(+), 4 deletions(-) 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 @@