Jump to content

Recommended Posts

Posted

Hi Nick,

 

A staff member asked about view details in My Files today, first time we'd looked at it and it looks a bit weird to us.

myfilesdetails.png

 

Is this something we can resolve? We've tested in IE 8 and 9, Chrome isn't as tall but the columns are squashed on top of each other still.

 

The original query was whether you can sort files by date modified, which doesn't seem to be the case.

 

Thanks for your hard work.

Posted

Ok, try this

 

~/style/myfiles.css

 

Find

#MyFiles.details {
   display: table;
   vertical-align: middle;


}

 

Change it to

 

#MyFiles.details {

   vertical-align: middle;



}

  • Thanks 1
Posted

Hi Nick,

 

Thanks for the speedy response, I've made the change above and the individual files look better now but the table as a whole seems squashed to the left.

myfilesdetails-afte.png

 

Cheers

Posted

Mine looks fine in both Chrome and IE without modification - Though the icons in Chrome are a bit small..

@wadtech Folders have no "Extension" or "size" data, so those columns will be squished when no actual files are displayed. If you look at a folder with files in it, it should look normal.

  • Thanks 1
Posted
Mine looks fine in both Chrome and IE without modification - Though the icons in Chrome are a bit small..

@wadtech Folders have no "Extension" or "size" data, so those columns will be squished when no actual files are displayed. If you look at a folder with files in it, it should look normal.

 

Thanks for that, I should have taken a picture of the file :-) See attached.

myfilesdetails-after2.PNG

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...