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;
|
color: #5586b7;
|
||||||
border-color: #527ca8;
|
border-color: #527ca8;
|
||||||
}
|
}
|
||||||
|
.bootstrap-table .search {
|
||||||
|
float: none !important;
|
||||||
|
width: 100% !important;
|
||||||
|
}
|
||||||
.card-header {padding: .5rem 1rem;}
|
.card-header {padding: .5rem 1rem;}
|
||||||
.card-header .font-weight-normal {font-size: 1.2rem;}
|
.card-header .font-weight-normal {font-size: 1.2rem;}
|
||||||
.card-img-top {
|
.card-img-top {
|
||||||
|
@ -37,11 +37,11 @@
|
|||||||
data-url="{{url_for('api_songs')}}">
|
data-url="{{url_for('api_songs')}}">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<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-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>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
</table>
|
</table>
|
||||||
|
Loading…
Reference in New Issue
Block a user