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

update auto-organize styles

This commit is contained in:
Luke Pulverenti 2014-01-26 23:28:23 -05:00
parent 10567bd881
commit f388b62398
4 changed files with 7 additions and 6 deletions

View file

@ -150,6 +150,7 @@
<li>
<input type="checkbox" id="chkDeleteEmptyFolders" name="chkDeleteEmptyFolders" />
<label for="chkDeleteEmptyFolders">Delete empty folders after organizing</label>
<div class="fieldDescription">Enable this to keep the download directory clean.</div>
</li>
</ul>

View file

@ -462,13 +462,13 @@ a.itemTag:hover {
}
.parentName {
font-size: 15px;
font-size: 14px;
display: block;
margin-bottom: .4em;
margin-bottom: .5em;
}
.inlineItemName {
font-size: 20px;
font-size: 22px;
}
.itemName + .itemMiscInfo {

View file

@ -45,8 +45,8 @@ body {
}
h1 {
font-weight: 300;
font-size: 2.22em;
font-weight: 400;
font-size: 1.8em;
text-transform: uppercase;
}

View file

@ -3,7 +3,7 @@
var query = {
StartIndex: 0,
Limit: 50
Limit: 30
};
var currentResult;