While busy cleaning, also removed extra enters

This commit is contained in:
Remco Brenninkmeijer 2014-07-17 13:05:58 +02:00
parent 616c5b2681
commit 4f747aaa7a
2 changed files with 0 additions and 3 deletions

View file

@ -371,7 +371,6 @@ table td.filename .uploadtext {
left: 18px;
}
#fileList tr td.filename {
position: relative;
width: 100%;
@ -436,7 +435,6 @@ a.action>img {
margin-bottom: -1px;
}
#fileList a.action {
display: inline;
padding: 18px 8px;

View file

@ -932,7 +932,6 @@
.addClass(direction === 'desc' ? this.SORT_INDICATOR_DESC_CLASS : this.SORT_INDICATOR_ASC_CLASS);
},
/**
* Reloads the file list using ajax call
*