mirror of
https://github.com/sanderfoobar/ircradio.git
synced 2024-11-25 21:39:26 +01:00
Subtle style change, plus launch new tabs on history/library.
This commit is contained in:
parent
eb74dc4ae5
commit
9a66e1b853
@ -4,7 +4,7 @@
|
|||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<!-- Post Content Column -->
|
<!-- Post Content Column -->
|
||||||
<div class="col-lg-12">
|
<div class="col-lg-9">
|
||||||
<!-- Title -->
|
<!-- Title -->
|
||||||
<h1 class="mt-4" style="margin-bottom: 2rem;">
|
<h1 class="mt-4" style="margin-bottom: 2rem;">
|
||||||
IRC!Radio
|
IRC!Radio
|
||||||
@ -45,14 +45,14 @@
|
|||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="col-md-3">
|
<div class="col-md-3">
|
||||||
<h4>History</h4>
|
<h4>History</h4>
|
||||||
<a href="/history.txt">history.txt</a>
|
<a href="/history.txt" target="_blank">View in new tab</a>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="col-md-5">
|
<div class="col-md-5">
|
||||||
<h4>Library
|
<h4>View User Library
|
||||||
<small style="font-size:12px">(by user)</small>
|
<small style="font-size:12px"></small>
|
||||||
</h4>
|
</h4>
|
||||||
<form method="GET" action="/library">
|
<form target="_blank" method="GET" action="/library">
|
||||||
<div class="input-group mb-3 style=no-gutters">
|
<div class="input-group mb-3 style=no-gutters">
|
||||||
<input type="text" class="form-control" id="name" name="name" placeholder="username...">
|
<input type="text" class="form-control" id="name" name="name" placeholder="username...">
|
||||||
<div class="input-group-append">
|
<div class="input-group-append">
|
||||||
|
Loading…
Reference in New Issue
Block a user