nextcloud/core
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
..
Command Fix missing "unsigned" on integer columns 2017-09-19 20:09:10 +02:00
Controller Set the data from the template 2017-10-18 15:12:03 +02:00
Middleware Remove explicit type hints for Controller 2017-08-01 17:32:03 +02:00
Migrations Restore the sequencial order 2017-09-29 11:10:57 +02:00
ajax Stricter phan config fixes 2017-08-01 08:20:13 +02:00
css Fix app-navigation editable entry input colors 2017-10-13 16:21:38 +02:00
doc changed to nextcloud 2016-06-22 08:20:23 +02:00
fonts move font back from Light to Regular for body text on normal-res screens, fix #18954 2015-11-10 16:12:42 +01:00
img Merge pull request #6627 from nextcloud/icon-on-apps-settings 2017-09-25 16:29:26 +02:00
js Destroy modal when closed 2017-10-17 09:09:45 +01:00
l10n [tx-robot] updated from transifex 2017-10-18 00:08:23 +00:00
search Move favorite mark to the top right corner of the thumbnail 2017-10-19 01:46:13 +02:00
skeleton ownCloud -> Nextcloud 2016-07-28 15:47:04 +02:00
templates Merge pull request #6700 from nextcloud/accessibility-fixes 2017-10-04 16:09:29 +02:00
vendor merge vendor js 2017-09-18 15:16:28 +02:00
Application.php Automatic creation of Identity manager 2017-05-10 09:45:11 +02:00
register_command.php add occ app:install command 2017-07-26 14:35:42 +02:00
routes.php Add direct preview link to single shared image files 2017-09-25 16:18:50 +02:00
shipped.json Add missing version requirement to OAuth2 app 2017-05-22 09:56:49 +02:00
strings.php Update with robin 2016-07-21 18:13:58 +02:00