diff --git a/static/css/com.podnoms.player.css b/static/css/com.podnoms.player.css index 9dada04..b3302ed 100644 --- a/static/css/com.podnoms.player.css +++ b/static/css/com.podnoms.player.css @@ -98,6 +98,11 @@ div.player-body ul.player-controls a { z-index: 9999; } +.waveform img { + width: 100%; + height: 90px; +} + .download-progress-overlay { background-image: url('../img/download-progress-overlay.png'); diff --git a/static/css/deepsouthsounds.css b/static/css/deepsouthsounds.css index e7c7902..0470105 100644 --- a/static/css/deepsouthsounds.css +++ b/static/css/deepsouthsounds.css @@ -597,3 +597,6 @@ div.event-content td { margin-left: 5px; } +#sidebar-content-activity{ + font-size: 85%; +} \ No newline at end of file diff --git a/templates/base.html b/templates/base.html index 1706867..22527cf 100644 --- a/templates/base.html +++ b/templates/base.html @@ -56,11 +56,11 @@
-
+
{% block content %} {% endblock %}
-
+
{% block sidecontent %} {% endblock %}