position: relative;
z-index: 1;
float: right;
- border: 1px solid #999;
- background-color: #eee;
+ border: 1px solid #e1e1e1;
+ background-color: #f9f9f9;
-moz-border-radius: 8px 8px 8px 8px;
-webkit-border-radius: 8px 8px 8px 8px;
border-radius: 8px 8px 8px 8px;
.analyzer, .markers {
background-color: #fff;
color: #000;
- border: 1px solid #adadad;
+ border: 1px solid #e1e1e1;
width: 356px;
padding: 2px;
/* margin: 5px 0 0; */
background-color: #ffffff;
color: #000000;
font-weight: bold;
- border-top: 1px solid #999999;
- border-right: 1px solid #999999;
- border-left: 1px solid #999999;
+ border-top: 1px solid #e1e1e1;
+ border-right: 1px solid #e1e1e1;
+ border-left: 1px solid #e1e1e1;
border-bottom: 1px solid #ffffff;
}
.related_media {
border-top: 1px dotted #6a0307;
}
+
+#no-sound-access {
+ background-color: #f9f9f9;
+}
\ No newline at end of file
{% block content %}
<div class="{% if item.file %}{% if access == 'full' or perms.telemeta.can_play_all_items %}with-rightcol{% endif %}{% endif %}">
- {% if item.file %}
+ {% if item.file %}
{% if access == 'full' or perms.telemeta.can_play_all_items %}
<div id="player_maximized" class="ts-skin-lab">
{% endif %}
</div>
+ {% else %}
+
+ <div id="rightcol">
+ <div id="no-sound-access">
+ {% trans "You don't have access to the sound of this item. Please contact the administrators to get more rights." %}
+ </div>
+ </div>
+
{% endif %}
{% endif %}