From 5a5099e688e2229fa0a1dceae49d59c03a7d08da Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Thu, 10 Sep 2015 14:35:22 +0200 Subject: [PATCH] remove top player, fix public item button --- telemeta/locale | 2 +- telemeta/static/telemeta/css/telemeta.css | 21 +++++++++++++++++++++ telemeta/templates/telemeta/home.html | 15 ++++----------- 3 files changed, 26 insertions(+), 12 deletions(-) diff --git a/telemeta/locale b/telemeta/locale index 50b228a6..16fc8c1b 160000 --- a/telemeta/locale +++ b/telemeta/locale @@ -1 +1 @@ -Subproject commit 50b228a61d1fd8bc65ea54695d6b149389899ee0 +Subproject commit 16fc8c1bebfedf30a8b89e2fb2601c61020311ae diff --git a/telemeta/static/telemeta/css/telemeta.css b/telemeta/static/telemeta/css/telemeta.css index 63a186e2..1a7263ba 100644 --- a/telemeta/static/telemeta/css/telemeta.css +++ b/telemeta/static/telemeta/css/telemeta.css @@ -1240,6 +1240,27 @@ a.image-link { } + +#btn-black{ + font-weight: bold; + color:#ffffff; + background-color:black; + border-color:#black; + +} + +#btn-black:hover{ + font-weight: bold; + color:black; + background-color:#ffffff; + border-color:black; + +} + +.btn-module { + margin: 0 0 1.5em 1.5em; +} + textarea:focus, input[type="text"]:focus, input[type="password"]:focus, diff --git a/telemeta/templates/telemeta/home.html b/telemeta/templates/telemeta/home.html index 3b7123f8..66bd821e 100644 --- a/telemeta/templates/telemeta/home.html +++ b/telemeta/templates/telemeta/home.html @@ -8,17 +8,11 @@ {% block modules %} -{% if sound_pub_item %} -
-

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 @@ -54,7 +48,6 @@ {% endblock %}

-
vox -- 2.39.5