Signed-off-by: Greta Doci <gretadoci@gmail.com>
/* add whitespace to bottom of files list to correctly show dropdowns */
height: 250px;
}
+#filestable .filesummary {
+ width: 100%;
+}
/* Less whitespace needed on link share page
* as there is a footer and action menus have fewer entries.
*/
* Returns whether the given file info must be hidden
*
* @param {OC.Files.FileInfo} fileInfo file info
- *
+ *
* @return {boolean} true if the file is a hidden file, false otherwise
*/
_isHiddenFile: function(file) {
}
var $summary = $(
- '<td>' + this._infoTemplate() + '</td>' +
+ '<td class="filesummary">'+ this._infoTemplate() + '</td>' +
fileSize +
'<td class="date"></td>'
);