mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-16 02:02:58 -07:00
More styling changes.
Tables should look better on mobile now. Don't show table column selector on mobile sizes. Show more important columns on mobile.
This commit is contained in:
parent
1c1ad5ab30
commit
63f45d285d
10 changed files with 76 additions and 38 deletions
|
@ -175,12 +175,12 @@ from plexpy import helpers
|
|||
<div class="row-fluid">
|
||||
<div class="span12">
|
||||
<div class='table-card-back'>
|
||||
<div style="float: left;">
|
||||
<div class="header-bar">
|
||||
<h3>Watch History for <strong>
|
||||
<span class="set-username">${data['friendly_name']}</span>
|
||||
</strong></h3>
|
||||
</div>
|
||||
<div style="float: right;" id="button-bar-history">
|
||||
<div class="colvis-button-bar" id="button-bar-history">
|
||||
</div>
|
||||
</div>
|
||||
<div class="table-card-back">
|
||||
|
@ -191,12 +191,12 @@ from plexpy import helpers
|
|||
<th class="never" align='left' id="friendly_name">User</th>
|
||||
<th class="desktop" align='left' id="platform">Platform</th>
|
||||
<th class="desktop" align='left' id="ip_address">IP Address</th>
|
||||
<th class="min-tablet" align='left' id="title">Title</th>
|
||||
<th class="all" align='left' id="title">Title</th>
|
||||
<th class="min-tablet" align='left' id="started">Started</th>
|
||||
<th class="desktop" align='left' id="paused_counter">Paused</th>
|
||||
<th class="desktop" align='left' id="stopped">Stopped</th>
|
||||
<th class="min-tablet" align='left' id="stopped">Stopped</th>
|
||||
<th class="desktop" align='left' id="duration">Duration</th>
|
||||
<th class="desktop" align='left' id="percent_complete"></th>
|
||||
<th class="min-tablet" align='left' id="percent_complete"></th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
|
@ -215,12 +215,12 @@ from plexpy import helpers
|
|||
<div class="row-fluid">
|
||||
<div class="span12">
|
||||
<div class='table-card-back'>
|
||||
<div style="float: left;">
|
||||
<div class="header-bar">
|
||||
<h3>Synced Items for <strong>
|
||||
<span class="set-username">${data['friendly_name']}</span>
|
||||
</strong></h3>
|
||||
</div>
|
||||
<div style="float: right;" id="button-bar-sync">
|
||||
<div class="colvis-button-bar" id="button-bar-sync">
|
||||
</div>
|
||||
</div>
|
||||
<div class="table-card-back">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue