Add Image link to the live button
This commit is contained in:
parent
db4ec1abfe
commit
cedd44805c
2 changed files with 4 additions and 17 deletions
|
@ -114,18 +114,4 @@ video {
|
||||||
display: block;
|
display: block;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
color: inherit;
|
color: inherit;
|
||||||
}
|
|
||||||
|
|
||||||
a.image-button {
|
|
||||||
padding: 1px 6px;
|
|
||||||
border: 1px outset buttonborder;
|
|
||||||
border-radius: 3px;
|
|
||||||
color: buttontext;
|
|
||||||
background-color: buttonface;
|
|
||||||
text-decoration: none;
|
|
||||||
cursor: pointer;
|
|
||||||
width: 100px;
|
|
||||||
height: 50px;
|
|
||||||
background-image: url('/static/images/logo.png');
|
|
||||||
background-size: cover;
|
|
||||||
}
|
}
|
|
@ -44,9 +44,10 @@
|
||||||
</video>
|
</video>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-xs-12 col-md-2">
|
<div class="col-xs-12 col-md-2">
|
||||||
<button class="btn btn-outline-danger btn-lg">
|
<a href="{{ url_for('root_route') }}" class="btn btn-outline-danger btn-lg" role="button">
|
||||||
<img src="https://deflax.net/{{ url_for('root_route') }}" width="20" /> Live Stream
|
<img src="https://deflax.net/static/images/logo.png" width="20" />
|
||||||
</button>
|
Live Stream
|
||||||
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-xs-12 col-md-1">
|
<div class="col-xs-12 col-md-1">
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Reference in a new issue