1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

removed base kernel and ikernel

This commit is contained in:
LukePulverenti 2013-03-07 00:34:00 -05:00
parent 430e293a14
commit e0e2e0d971
2 changed files with 4 additions and 4 deletions

View file

@ -82,7 +82,7 @@ pre, textarea.pre {
background-attachment: fixed; background-attachment: fixed;
} }
.libraryPage, .libraryPage .ui-content { .libraryPage, .itemListContent {
background: #262626!important; background: #262626!important;
background-attachment: fixed!important; background-attachment: fixed!important;
} }

View file

@ -5,10 +5,10 @@
</head> </head>
<body> <body>
<div id="itemListPage" data-role="page" class="page libraryPage" data-theme="a"> <div id="itemListPage" data-role="page" class="page libraryPage" data-theme="a">
<div data-role="content"> <div data-role="content" class="itemListContent">
<!-- <div style="text-align: right;"> <div style="text-align: right;">
<button type="button" onclick="$( '#optionsPanel', $.mobile.activePage ).panel( 'open' );" data-mini="true" data-inline="true">Options</button> <button type="button" onclick="$( '#optionsPanel', $.mobile.activePage ).panel( 'open' );" data-mini="true" data-inline="true">Options</button>
</div>--> </div>
<h1 id="itemName" class="listHeader"></h1> <h1 id="itemName" class="listHeader"></h1>