server/apps/files
Daniel Calviño Sánchez 415ac9b3ac Move favorite mark to the top right corner of the thumbnail
The favorite icon was shown on its own "column" (not a real column in
the table, but a visual column achieved through margins and left
positions). Now the icon was moved to the top right corner of the file
thumbnail, and the thumbnail and file name were moved to the left to
fill the space left by the "column".

To keep the markup in line with its visual representation (and to ease
the placing through CSS), the favorite mark is no longer prepended to
the row, but appended to the thumbnail instead. In the same way, the
thumbnail is no longer appended to the checkbox label, but to the link
with the name of the file instead (although the checkbox is still shown
at the bottom right corner of the thumbnail, and clicking on the
thumbnail still selects the file). In order to show the "busy" state on
a file the "icon-loading-small" CSS class is set to the parent element
of the thumbnail, so the thumbnail is also wrapped now by another div
with the same size and position as the label.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2017-10-19 01:46:13 +02:00
..
ajax Fix comparisons in the files app 2017-08-01 13:56:12 +02:00
appinfo Split multi-author entries 2017-05-22 10:39:49 +02:00
css Move favorite mark to the top right corner of the thumbnail 2017-10-19 01:46:13 +02:00
img Quota icon by @jancborchardt 2017-09-21 14:00:38 +02:00
js Move favorite mark to the top right corner of the thumbnail 2017-10-19 01:46:13 +02:00
l10n [tx-robot] updated from transifex 2017-10-18 00:08:23 +00:00
lib Correctly format OCS response with favorites 2017-08-29 12:03:13 +02:00
templates Correct class to quota 2017-10-12 11:07:07 +02:00
tests Move favorite mark to the top right corner of the thumbnail 2017-10-19 01:46:13 +02:00
download.php Update with robin 2016-07-21 18:13:58 +02:00
list.php Remove upload_limit in files app as it is not needed with PUT upload (#26069) 2016-11-02 20:43:35 +01:00
recentlist.php Add recent file listing 2016-07-22 15:20:51 +02:00
simplelist.php Fix apps/ 2016-07-21 18:13:57 +02:00