
Introduction
SharePoint 2013 was redesigned thinking in metro style, that’s good for some things but this shouldn’t apply to all. For example, viewlsts.aspx
page or Site Contents is used to see quickly all libraries and lists with its modified date and number of items.
With the new design it is impossible to see this information “quickly”, because you have big tiles with big scroll:
End users are really unhappy with that.
Solution
In this post, I will show how to return to 2010 styles by using list of elements instead using grid as a presentation technique.
This is quite straightforward, but we need to add our custom css in a separate file (never overwrite OOB css files).
So the steps will be:
Create our custom CSS, including this code: