mirror of
https://github.com/nextcloud/server.git
synced 2026-07-15 13:01:34 -04:00
While busy cleaning, also removed extra enters
This commit is contained in:
parent
616c5b2681
commit
4f747aaa7a
2 changed files with 0 additions and 3 deletions
|
|
@ -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…
Reference in a new issue