mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-14 02:26:58 -07:00
Improved caching and fixed tables
This commit is contained in:
parent
908941fb82
commit
0d7e261bd1
8 changed files with 36 additions and 47 deletions
|
@ -71,20 +71,9 @@ img {
|
|||
-moz-box-shadow: 0 0 0 3px rgba(0,0,0,.2);
|
||||
box-shadow: 0 0 0 3px rgba(0,0,0,.2);
|
||||
}
|
||||
.navbar-header {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 15px;
|
||||
width: 100%;
|
||||
}
|
||||
.navbar-brand {
|
||||
padding: 5px 5px;
|
||||
}
|
||||
.navbar-right {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 15px;
|
||||
}
|
||||
.nav > li > a {
|
||||
color: #999;
|
||||
-webkit-transition: all 0.3s ease;
|
||||
|
@ -2575,9 +2564,6 @@ table.display,
|
|||
table.display tr.shown + tr table[id^='history_child'],
|
||||
table.display tr.shown + tr table[id^='media_info_child'],
|
||||
table.display tr.shown + tr table[id^='media_info_child'] tr.shown + tr table[id^='media_info_child'] {
|
||||
table-layout: fixed;
|
||||
}
|
||||
table.display.no-fixed {
|
||||
table-layout: auto;
|
||||
}
|
||||
table.display tr.shown + tr div.slider {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue