]> source.dussan.org Git - nextcloud-server.git/commitdiff
While busy cleaning, also removed extra enters
authorRemco Brenninkmeijer <requist1@starmail.nl>
Thu, 17 Jul 2014 11:05:58 +0000 (13:05 +0200)
committerRemco Brenninkmeijer <requist1@starmail.nl>
Thu, 17 Jul 2014 11:05:58 +0000 (13:05 +0200)
apps/files/css/files.css
apps/files/js/filelist.js

index a816d55f105c4aeb87917734b2e0ffd9d8d5f765..4a8bd5bb30f1980c074b46f8954a29f40773b8eb 100644 (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;
index a001475d1fdf22dadc68891b77764c3d5032cc7d..5726dd1b294e60e31398df6760ac3015aca16d52 100644 (file)
                                .addClass(direction === 'desc' ? this.SORT_INDICATOR_DESC_CLASS : this.SORT_INDICATOR_ASC_CLASS);
                },
 
-
                /**
                 * Reloads the file list using ajax call
                 *