diff options
author | Golnaz Nilieh <g382nilieh@gmail.com> | 2011-09-06 17:13:03 +0430 |
---|---|---|
committer | Golnaz Nilieh <g382nilieh@gmail.com> | 2011-09-06 17:13:03 +0430 |
commit | c5aa139296e57211687e09d841ebd2d5ab8131c9 (patch) | |
tree | 0403ac8684b78e33ff09f8aa8495d9394f21cb6c /apps/bookmarks/css | |
parent | 0b5f0ac24934d5aa54de8dfab6c1de81971ccdb2 (diff) | |
download | nextcloud-server-c5aa139296e57211687e09d841ebd2d5ab8131c9.tar.gz nextcloud-server-c5aa139296e57211687e09d841ebd2d5ab8131c9.zip |
Use an animated gif in add-bookmark form, while fetching metadata.
Diffstat (limited to 'apps/bookmarks/css')
-rw-r--r-- | apps/bookmarks/css/bookmarks.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/bookmarks/css/bookmarks.css b/apps/bookmarks/css/bookmarks.css index 96559172448..0fc6a2ad608 100644 --- a/apps/bookmarks/css/bookmarks.css +++ b/apps/bookmarks/css/bookmarks.css @@ -84,3 +84,8 @@ .clear { clear:both; } + +.loading_meta { + display: none; + margin-left: 5px; +}
\ No newline at end of file |