Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions apps/files/css/files.css
Original file line number Diff line number Diff line change
Expand Up @@ -315,15 +315,15 @@ table td.filename .nametext, .uploadtext, .modified, .column-last>span:first-chi

/* TODO fix usability bug (accidental file/folder selection) */
table td.filename .nametext {
position: absolute;
left: 55px;
padding: 0;
overflow: hidden;
text-overflow: ellipsis;
max-width: 800px;
height: 100%;
}
.has-favorites #fileList td.filename a.name {
display: flex;
justify-content: space-between;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

IE11 has a lot of bugs according to http://caniuse.com/#search=justify-content

Should we disable this one for IE11 ?

left: 50px;
margin-right: 50px;
}
Expand Down Expand Up @@ -513,8 +513,6 @@ html.ie8 #fileList tr.selected td.filename>.selectCheckBox {

/* File actions */
.fileactions {
position: absolute;
right: 0;
}

.busy .fileactions, .busy .action {
Expand Down