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

starting to separate site.css

This commit is contained in:
Luke Pulverenti 2013-03-31 20:22:38 -04:00
parent 9fca56537d
commit 0dc793861e
5 changed files with 39 additions and 33 deletions

View file

@ -0,0 +1,3 @@
body {
}

View file

@ -0,0 +1,10 @@
/*
Plugin updates Page
*/
#pluginUpdatesForm table {
width: 100%;
}
#pluginUpdatesForm td + td {
text-align: center;
}

View file

@ -415,18 +415,6 @@ form, .readOnlyContent {
font-size: 15px; font-size: 15px;
} }
/*
Plugin updates Page
*/
#pluginUpdatesForm table {
width: 100%;
}
#pluginUpdatesForm td + td {
text-align: center;
}
/* /*
List Vew Items List Vew Items
*/ */
@ -593,17 +581,6 @@ form, .readOnlyContent {
top: -3px; top: -3px;
} }
/* User Image */
.imageDropZone {
border: 2px dashed #bbb;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
padding: 25px;
text-align: center;
color: #bbb;
}
/* Dashboard home */ /* Dashboard home */
.tblConnections td { .tblConnections td {
padding: .5em 0 .5em 1.25em; padding: .5em 0 .5em 1.25em;

View file

@ -0,0 +1,10 @@
/* User Image */
.imageDropZone {
border: 2px dashed #bbb;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
padding: 25px;
text-align: center;
color: #bbb;
}

View file

@ -6,21 +6,27 @@
<body> <body>
<div id="indexPage" data-role="page" class="page type-home libraryPage" data-theme="a"> <div id="indexPage" data-role="page" class="page type-home libraryPage" data-theme="a">
<div data-role="content"> <div data-role="content">
<h1>What's New <a href="itemlist.html?SortBy=DateCreated&SortOrder=Descending&Recursive=true&Title=Recently Added" class="imageLink">
<img src="css/images/rightarrow.png" /></a></h1>
<div id="divWhatsNew"></div> <div class="libraryContent">
<h1>What's New <a href="itemlist.html?SortBy=DateCreated&SortOrder=Descending&Recursive=true&Title=Recently Added" class="imageLink">
<div id="divResumable" style="display: none;">
<h1>Resume <a href="itemlist.html?IsResumable=true&Recursive=true&Title=Resumable Items" class="imageLink">
<img src="css/images/rightarrow.png" /></a></h1> <img src="css/images/rightarrow.png" /></a></h1>
<div id="divResumableItems"></div> <div id="divWhatsNew"></div>
<div id="divResumable" style="display: none;">
<h1>Resume <a href="itemlist.html?IsResumable=true&Recursive=true&Title=Resumable Items" class="imageLink">
<img src="css/images/rightarrow.png" /></a></h1>
<div id="divResumableItems"></div>
</div>
<h1>Collections</h1>
<div id="divCollections"></div>
</div> </div>
<h1>Collections</h1> <div class="librarySidebar">
</div>
<div id="divCollections"></div>
</div> </div>
</div> </div>
</body> </body>