From ef6c4dc3240425769390ca7b60501cfda6fae801 Mon Sep 17 00:00:00 2001 From: "Open-Steps.org" Date: Wed, 4 Mar 2015 13:07:55 +0100 Subject: [PATCH] little layout fixes --- _includes/footer.html | 4 ++-- _includes/header.html | 11 ++++------- _layouts/event.html | 16 +++++++++++++--- css/custom.css | 20 ++++++++++++++------ index.html | 6 +++++- 5 files changed, 38 insertions(+), 19 deletions(-) diff --git a/_includes/footer.html b/_includes/footer.html index a26fd3a0..07bfed78 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -11,8 +11,8 @@
  • -
  • -
  • + @@ -74,11 +71,11 @@

    Do you like to share your work as visual artist with our audience? Fill the form on our Call for Talks section.

    -
    +

    Join our newsletter

    {% include newsletter.html %}
    -
    +

    Spread the word

    {% include share.html %}
    diff --git a/_layouts/event.html b/_layouts/event.html index 76fc74c9..8aa0c3ff 100644 --- a/_layouts/event.html +++ b/_layouts/event.html @@ -15,7 +15,11 @@ layout: default

    {{page.date_text}}

    {% if page.location %} -

    {{page.location}}

    +

    {{page.location}} + {% if page.fb_event_url %} + + {% endif %} +

    {% endif %}

    @@ -31,6 +35,12 @@ layout: default

    + {% if page.fb_event_url %} +

    + +

    + {% endif %} +
    @@ -98,8 +108,8 @@ layout: default

    Discover more

    {% if page.previous %} - {{page.previous.title}} {% endif %} {% if page.next %} - {{page.next.title}} {% endif %} + #{{page.previous.number}}: {{page.previous.date_text}} {{page.previous.title}} {% endif %} {% if page.next %} + #{{page.next.number}}: {{page.next.date_text}} {{page.next.title}} {% endif %}
    diff --git a/css/custom.css b/css/custom.css index 4073c9a2..bd5c5cb5 100644 --- a/css/custom.css +++ b/css/custom.css @@ -1,6 +1,5 @@ /*blue 2098d1 lila 9775af*/ - body { color: #fff; font-family: 'Abel', sans-serif; @@ -17,6 +16,15 @@ a:hover { color: #9775af; cursor: pointer; } +.small-text{ + font-size: 10px; +} +.left{ + float:left; +} +.right{ + float:right; +} .top-button { display: none; float: right; @@ -86,7 +94,7 @@ a:hover { } .upcoming-media { width: 100px; - height: 60px; + height: 80px; float: left; margin-right: 10px; margin-left: 4px; @@ -94,6 +102,9 @@ a:hover { .upcoming-media img { width:100%; } +.upcoming-detail p{ + margin: 0px; +} .site-header { background: #fff; } @@ -105,7 +116,7 @@ a:hover { } .event-date { text-align: right; - padding-right: 10px; + padding-right: 0px; } .event-date a { margin-right: 10px; @@ -265,13 +276,10 @@ a:hover { .footer li a:hover { color: #000; font-size: 24px; - margin-right: 4px; - margin-right: 4px; } .footer li img { height: 40px; } - .picbook .album-title { display:none; } diff --git a/index.html b/index.html index e8e23058..449f1459 100644 --- a/index.html +++ b/index.html @@ -22,7 +22,11 @@ home: yes {% endif %} {% if post.location %} -

    {{post.location}}

    +

    {{post.location}} + {% if post.fb_event_url %} + + {% endif %} +

    {% endif %}