server/core
Daniel Calviño Sánchez b237379fa1 Replace loading icon GIF with pure CSS loading icon
The pure CSS loading icon uses an ::after pseudo-element, and thus it
can only be used on container elements; the input element is not a
container element, so when the class "icon-loading-small" is set on an
input element it falls back to a loading icon GIF.

This commit modifies the markup of the login button to add a div element
that holds the confirm icon and the loading icon (depending on the
case). In order to position the icon in the same place as before the
input and the icon are both wrapped by another div making possible to
set the absolute position of the icon relative to the input.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2017-08-03 21:09:43 +02:00
..
ajax Stricter phan config fixes 2017-08-01 08:20:13 +02:00
Command Merge pull request #5816 from nextcloud/fix-oracle 2017-08-02 20:54:58 +02:00
Controller Merge pull request #5907 from nextcloud/add-metadata-to-throttle-call 2017-08-01 14:43:47 +02:00
css Replace loading icon GIF with pure CSS loading icon 2017-08-03 21:09:43 +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 Proof of concept #5593 - inline SVG icon for icon-contacts 2017-08-02 18:27:24 +02:00
js Replace loading icon GIF with pure CSS loading icon 2017-08-03 21:09:43 +02:00
l10n [tx-robot] updated from transifex 2017-08-03 00:08:06 +00:00
Middleware Remove explicit type hints for Controller 2017-08-01 17:32:03 +02:00
Migrations Install from migrations 2017-07-25 12:47:37 +02:00
search Remove single quotes around search query like in user search 2017-03-15 12:53:44 +01:00
skeleton ownCloud -> Nextcloud 2016-07-28 15:47:04 +02:00
templates Replace loading icon GIF with pure CSS loading icon 2017-08-03 21:09:43 +02:00
vendor Fix missing js merge on master 2017-06-09 14:33:14 +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 Run phan over code base 2017-07-19 10:28:11 +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