From 08d11bd01a59d1840943b2eea108a6f0dd85a9e2 Mon Sep 17 00:00:00 2001 From: Karen Date: Wed, 29 Aug 2012 16:32:47 +0530 Subject: [PATCH] added css for theatregroup.html --- itf/static/css/modules/tabsinnerright.css | 7 ++++- .../modules/itfprofiles/theatregroup.html | 27 ++++++++++++++----- 2 files changed, 26 insertions(+), 8 deletions(-) diff --git a/itf/static/css/modules/tabsinnerright.css b/itf/static/css/modules/tabsinnerright.css index 82227d7..f550e18 100755 --- a/itf/static/css/modules/tabsinnerright.css +++ b/itf/static/css/modules/tabsinnerright.css @@ -105,4 +105,9 @@ margin-bottom:8px; display:none;} .pWrapper { -margin-bottom:8px;} \ No newline at end of file +margin-bottom:8px;} + +.tab_content h3 { +font-size: 150%; +padding-bottom: 10px; +} \ No newline at end of file diff --git a/itf/templates/modules/itfprofiles/theatregroup.html b/itf/templates/modules/itfprofiles/theatregroup.html index 0e3345e..e104092 100644 --- a/itf/templates/modules/itfprofiles/theatregroup.html +++ b/itf/templates/modules/itfprofiles/theatregroup.html @@ -10,45 +10,46 @@
-

{{ name }}

+

{{ name }}

A brief bio and a history of work. should be able to add photos here {% if email %}
- {{ email }} + Email: {{ email }}
{% endif %} {% if tel %}
- {{ tel }} + Tel: {{ tel }}
{% endif %} {% if founded %}
- {{ founded }} + Year founded: {{ founded }}
{% endif %} {% if website %}
- {{ website }} + Website: {{ website }}
{% endif %} {% if about %}
- {{ about }} + About: {{ about }}
{% endif %} {% if nature_of_work %}
+ Nature of Work:
    {% for work in nature_of_work %}
  • {{ work }}
  • @@ -60,7 +61,7 @@ {% if trainings %}
    - Trainings: + Trainings:
      {% for training in trainings %}
    • {{ training }}
    • @@ -72,6 +73,7 @@ {% if venues %}
      + Venues:
        {% for elem in venues %}
      • {{ elem.name }}
      • @@ -83,6 +85,8 @@ {% if buzzitems %}
        + Buzz Items: +
          {% for elem in buzzitems %}
        • {{ elem }}
        • @@ -102,6 +106,8 @@ {% if people %}
          + People: +
            {% for person in people %}
          • {{ person }}
          • @@ -117,6 +123,7 @@ {% if productions %}
            + Productions:
              {% for prod in productions %}
            • {{ prod }}
            • @@ -132,6 +139,8 @@ {% if awards %}
              + Awards: +
                {% for elem in awards %}
              • {{ elem }}
              • @@ -148,6 +157,8 @@ {% if resources %}
                + Resources: +
                  {% for elem in resources %}
                • {{ elem }}
                • @@ -164,6 +175,8 @@ {% if scripts %}
                  + Scripts: +
                    {% for elem in scripts %}
                  • {{ elem }}