From 52fd48cf674a922560a8d1039698ba4511cbf604 Mon Sep 17 00:00:00 2001 From: Matheus Figueiredo Date: Fri, 9 Aug 2013 18:16:05 -0300 Subject: [PATCH] Fixing tags from home and adding margin to titles --- src/colab/deprecated/templates/home.html | 50 +++++++++++++++++++++++++------------------------- src/colab/static/css/screen.css | 7 +++++++ 2 files changed, 32 insertions(+), 25 deletions(-) diff --git a/src/colab/deprecated/templates/home.html b/src/colab/deprecated/templates/home.html index 0123229..dd2af65 100644 --- a/src/colab/deprecated/templates/home.html +++ b/src/colab/deprecated/templates/home.html @@ -12,21 +12,21 @@ -

{% trans "INTERLEGIS COMMUNITIES" %}

+

{% trans "INTERLEGIS COMMUNITIES" %}

{% endblock %} {% block main-content %}
-

- {% trans "Latest collaborations" %} - -
-
+

+ {% trans "Latest collaborations" %}

+ +
+
    {% for doc in latest_docs %} {% include "message-preview.html" %} @@ -37,9 +37,9 @@ {% trans "View more collaborations..." %}
- +
-

{% trans "Distribution of Collaborations" %}

+

{% trans "Distribution of Collaborations" %}

@@ -48,14 +48,14 @@
-

- {% trans "Discussions Most Relevance" %} - -
-
+

+ {% trans "Discussions Most Relevance" %}

+ +
+
    {% for thread in hottest_threads %} {% include "message-preview.html" with doc=thread.latest_message %} @@ -66,16 +66,16 @@ {% trans "View more discussions relevance..." %}
- +
-

- {% trans "Latest Discussions" %} - -
-
+

+ {% trans "Latest Discussions" %}

+ +
+
    {% for thread in latest_threads %} {% include "message-preview.html" with doc=thread.latest_message %} diff --git a/src/colab/static/css/screen.css b/src/colab/static/css/screen.css index 06c82cb..59c6f84 100644 --- a/src/colab/static/css/screen.css +++ b/src/colab/static/css/screen.css @@ -86,3 +86,10 @@ width: 16px; height: 16px; } + +.column-title{ + display: inline-block; + margin-left: 20px; + margin-top: 0; + vertical-align: middle; +} -- libgit2 0.21.2