From 376359300d6801ea9323fdcc00fd9ddb111a448f Mon Sep 17 00:00:00 2001 From: yomguy Date: Thu, 27 Sep 2012 04:30:35 +0200 Subject: [PATCH] rounding home --- telemeta/static/telemeta/css/telemeta.css | 26 +++++++++++++++++++---- telemeta/templates/telemeta/home.html | 12 ++++++----- 2 files changed, 29 insertions(+), 9 deletions(-) diff --git a/telemeta/static/telemeta/css/telemeta.css b/telemeta/static/telemeta/css/telemeta.css index f9da6a7a..9bb64b07 100644 --- a/telemeta/static/telemeta/css/telemeta.css +++ b/telemeta/static/telemeta/css/telemeta.css @@ -908,11 +908,11 @@ img.align-left { #module-set .module { border: 1px solid #000; background-image: url(../images/grid_bg.png); - padding: 0.3em 0.8em 0.8em 0.8em; + padding: 0.2em; margin: 0 0 1.5em 1.5em; - -moz-border-radius: 8px 8px 8px 8px; - -webkit-border-radius: 8px 8px 8px 8px; - border-radius: 8px 8px 8px 8px; + -moz-border-radius: 8px 0px 11px 11px; + -webkit-border-radius: 8px 0px 11px 11px; + border-radius: 11px 0px 11px 11px; } #module-set .module h3 { @@ -925,6 +925,24 @@ img.align-left { text-decoration: none; } +#module-set .module div { + -moz-border-radius: 8px 0px 8px 8px; + -webkit-border-radius: 8px 0px 8px 8px; + border-radius: 8px 0px 8px 8px; + } + +#module-set .module img { + -moz-border-radius: 8px 0px 8px 8px; + -webkit-border-radius: 8px 0px 8px 8px; + border-radius: 8px 0px 8px 8px; + } + +#module-set .module ul, li { + -moz-border-radius: 8px 0px 8px 8px; + -webkit-border-radius: 8px 0px 8px 8px; + border-radius: 8px 0px 8px 8px; + } + a.image-link { border: none; } diff --git a/telemeta/templates/telemeta/home.html b/telemeta/templates/telemeta/home.html index 8732187b..77a211f0 100644 --- a/telemeta/templates/telemeta/home.html +++ b/telemeta/templates/telemeta/home.html @@ -12,19 +12,21 @@

playlist {% trans "Musical selection" %}

- +
+ {{ sound_pub_item }}{% if sound_pub_item.alt_title %} ({{ sound_pub_item.alt_title }}){% endif %}
{{ sound_pub_item.location.fullnames|to_string }}
+ + +
{% endif %}

world {% trans "Geo Navigator" %}

+
{% trans +
{% with "Last changes" as title %} -- 2.39.5