Browse Source

disable now playing bar animation for now

Luke Pulverenti 9 years ago
parent
commit
600b32d57a

+ 0 - 2
MediaBrowser.WebDashboard/Api/PackageCreator.cs

@@ -471,11 +471,9 @@ namespace MediaBrowser.WebDashboard.Api
             var files = new[]
                                   {
                                       "thirdparty/jquerymobile-1.4.5/jquery.mobile.custom.theme.css",
-                                      "thirdparty/jquerymobile-1.4.5/jquery.mobile.custom.structure.css",
                                       "css/site.css",
                                       "css/librarymenu.css",
                                       "css/librarybrowser.css",
-                                      "css/card.css",
                                       "thirdparty/paper-button-style.css"
                                   };
 

+ 0 - 3
MediaBrowser.WebDashboard/MediaBrowser.WebDashboard.csproj

@@ -419,9 +419,6 @@
     <Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.5\jquery.mobile.custom.js">
       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
     </Content>
-    <Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.5\jquery.mobile.custom.structure.css">
-      <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
-    </Content>
     <Content Include="dashboard-ui\thirdparty\jquerymobile-1.4.5\jquery.mobile.custom.theme.css">
       <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
     </Content>