update auto-organize styles
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
@@ -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 {
|
||||
|
||||
@@ -45,8 +45,8 @@ body {
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-weight: 300;
|
||||
font-size: 2.22em;
|
||||
font-weight: 400;
|
||||
font-size: 1.8em;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
var query = {
|
||||
|
||||
StartIndex: 0,
|
||||
Limit: 50
|
||||
Limit: 30
|
||||
};
|
||||
|
||||
var currentResult;
|
||||
|
||||
Reference in New Issue
Block a user