fix summary elements alignment
Signed-off-by: Greta Doci <gretadoci@gmail.com>
This commit is contained in:
parent
b607e3e6f4
commit
efb73a9b3c
|
@ -656,6 +656,9 @@ a.action > img {
|
||||||
/* add whitespace to bottom of files list to correctly show dropdowns */
|
/* add whitespace to bottom of files list to correctly show dropdowns */
|
||||||
height: 250px;
|
height: 250px;
|
||||||
}
|
}
|
||||||
|
#filestable .filesummary {
|
||||||
|
width: 100%;
|
||||||
|
}
|
||||||
/* Less whitespace needed on link share page
|
/* Less whitespace needed on link share page
|
||||||
* as there is a footer and action menus have fewer entries.
|
* as there is a footer and action menus have fewer entries.
|
||||||
*/
|
*/
|
||||||
|
|
|
@ -266,7 +266,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
var $summary = $(
|
var $summary = $(
|
||||||
'<td>' + this._infoTemplate() + '</td>' +
|
'<td class="filesummary">'+ this._infoTemplate() + '</td>' +
|
||||||
fileSize +
|
fileSize +
|
||||||
'<td class="date"></td>'
|
'<td class="date"></td>'
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in New Issue