While busy cleaning, also removed extra enters

remotes/origin/fix-10825
Remco Brenninkmeijer 11 years ago
parent 616c5b2681
commit 4f747aaa7a
  1. 2
      apps/files/css/files.css
  2. 1
      apps/files/js/filelist.js

@ -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;

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

Loading…
Cancel
Save