mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-15 01:32:57 -07:00
Move admin CSS to separate file
This commit is contained in:
parent
567bba0c44
commit
f0ca7385b9
5 changed files with 19 additions and 18 deletions
|
@ -15,6 +15,9 @@
|
|||
<link href="${http_root}css/bootstrap3/bootstrap.css" rel="stylesheet">
|
||||
<link href="${http_root}css/pnotify.custom.min.css" rel="stylesheet" />
|
||||
<link href="${http_root}css/plexpy.css" rel="stylesheet">
|
||||
% if _session['user_group'] == 'admin' and plexpy.CONFIG.PMS_PLEXPASS:
|
||||
<link href="${http_root}css/plexpy-admin.css" rel="stylesheet">
|
||||
% endif
|
||||
<link href="${http_root}css/opensans.min.css" rel="stylesheet">
|
||||
<link href="${http_root}css/font-awesome.min.css" rel="stylesheet">
|
||||
${next.headIncludes()}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue