From ff8ba1c02ba0cc44b2d21a231699a602aff565ca 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 | 9 +++++++++ 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, 23 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 c1d5a36..a1b4192 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 @@ -516,3 +516,12 @@ span.highlighted { padding: 40px 0 60px 0; color: #172738; } + +.colab-content { + max-width: 960px; + min-width: 960px; +} + +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 @@