mirror of
https://github.com/sanderfoobar/ircradio.git
synced 2024-11-25 13:29:28 +01:00
reformat the request table a bit
This commit is contained in:
parent
1f04b1e9d5
commit
cabef9ffe2
@ -12,6 +12,10 @@ button[data-playing="true"] { color: white; }
|
||||
color: #5586b7;
|
||||
border-color: #527ca8;
|
||||
}
|
||||
.bootstrap-table .search {
|
||||
float: none !important;
|
||||
width: 100% !important;
|
||||
}
|
||||
.card-header {padding: .5rem 1rem;}
|
||||
.card-header .font-weight-normal {font-size: 1.2rem;}
|
||||
.card-img-top {
|
||||
|
@ -37,11 +37,11 @@
|
||||
data-url="{{url_for('api_songs')}}">
|
||||
<thead>
|
||||
<tr>
|
||||
<th data-formatter="utubeMaker" data-field="utube_id" data-sortable="false"></th>
|
||||
<th data-field="title" data-sortable="false">Name</th>
|
||||
<th data-field="added_by" data-sortable="false">User</th>
|
||||
<th data-field="karma" data-sortable="true">Karma</th>
|
||||
<th data-formatter="btnMaker" data-sortable="false"></th>
|
||||
<th data-field="title" data-sortable="false">Name</th>
|
||||
<th data-field="karma" data-sortable="true">Karma</th>
|
||||
<th data-field="added_by" data-sortable="false">User</th>
|
||||
<th data-formatter="utubeMaker" data-field="utube_id" data-sortable="false"></th>
|
||||
</tr>
|
||||
</thead>
|
||||
</table>
|
||||
|
Loading…
Reference in New Issue
Block a user