Rounded corners, transparent background

This commit is contained in:
David Taylor
2016-10-09 11:20:43 +01:00
parent 88954eca5c
commit f61158b9c0
3 changed files with 3 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@@ -158,6 +158,7 @@ html.embedded{
display: table-cell;
vertical-align: middle;
width:100%;
background:none;
}
.embed_container{

View File

@@ -11,7 +11,7 @@
<div class="col-sm-12">
<span class="pull-right">
{% if object.mic %}
<div class="text-center">
<div class="text-center img-rounded">
<img src="{{ object.mic.profile_picture }}" class="event-mic-photo"/>
</div>
{% elif object.is_rig %}