nextcloud/apps
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
..
admin_audit Log console commands 2017-07-01 12:19:01 +02:00
comments Fix Comments 2017-08-01 08:20:16 +02:00
dav Fix file size comparison 2017-08-01 13:56:12 +02:00
encryption Fix comparisons in encryption app 2017-08-01 13:54:07 +02:00
federatedfilesharing [tx-robot] updated from transifex 2017-08-02 00:08:10 +00:00
federation Merge pull request #5923 from nextcloud/expire-federation-jobs 2017-08-02 16:15:28 +02:00
files Merge pull request #4790 from nextcloud/fix-comparisons-in-apps 2017-08-02 16:28:33 +02:00
files_external Merge pull request #4790 from nextcloud/fix-comparisons-in-apps 2017-08-02 16:28:33 +02:00
files_sharing Logo claim is not used anymore 2017-08-02 23:08:45 +02:00
files_trashbin Fix comparisions in the trashbin app 2017-08-01 13:56:12 +02:00
files_versions Remove undocumented config 2017-08-01 13:59:10 +02:00
lookup_server_connector Add |null to PHPDoc 2017-08-01 08:20:15 +02:00
oauth2 [tx-robot] updated from transifex 2017-08-02 00:08:10 +00:00
provisioning_api Remove explicit type hints for Controller 2017-08-01 17:32:03 +02:00
sharebymail [tx-robot] updated from transifex 2017-08-03 00:08:06 +00:00
systemtags [tx-robot] updated from transifex 2017-08-02 00:08:10 +00:00
testing Move over locking controller 2017-07-24 13:44:03 +02:00
theming Replace loading icon GIF with pure CSS loading icon 2017-08-03 21:09:43 +02:00
twofactor_backupcodes [tx-robot] updated from transifex 2017-08-03 00:08:06 +00:00
updatenotification [tx-robot] updated from transifex 2017-08-03 00:08:06 +00:00
user_ldap Improve spelling in LDAP 2017-08-02 18:12:31 +02:00
workflowengine [tx-robot] updated from transifex 2017-08-02 00:08:10 +00:00