From 0b848aec956a7b40eafe3988d76b99e9c83d0a22 Mon Sep 17 00:00:00 2001 From: Jeremie Panzer Date: Wed, 27 Mar 2013 13:59:57 +0100 Subject: [PATCH] activity spinner --- .../commafeed/frontend/pages/HomePage.html | 3 +- src/main/webapp/css/app.css | 7 +++ src/main/webapp/directives/category.html | 2 +- src/main/webapp/directives/toolbar.html | 1 + src/main/webapp/js/controllers.js | 1 - src/main/webapp/js/directives.js | 49 ++++++++++++++++++- src/main/webapp/templates/feeds.html | 7 +-- src/main/webapp/vendor/spin.js/spin.min.js | 1 + 8 files changed, 64 insertions(+), 7 deletions(-) create mode 100644 src/main/webapp/vendor/spin.js/spin.min.js diff --git a/src/main/java/com/commafeed/frontend/pages/HomePage.html b/src/main/java/com/commafeed/frontend/pages/HomePage.html index 86bc2733..d287eb9e 100644 --- a/src/main/java/com/commafeed/frontend/pages/HomePage.html +++ b/src/main/java/com/commafeed/frontend/pages/HomePage.html @@ -10,7 +10,7 @@ -
+
@@ -45,6 +45,7 @@ + diff --git a/src/main/webapp/css/app.css b/src/main/webapp/css/app.css index 4fd20cbb..7fc751f3 100644 --- a/src/main/webapp/css/app.css +++ b/src/main/webapp/css/app.css @@ -2,6 +2,13 @@ margin-top: 10px; } +.main .spinner { + width: 50px; + height: 50px; + top: 14px; + left: 20px; +} + /* tree*/ .sidebar-nav-fixed { overflow-x: hidden; diff --git a/src/main/webapp/directives/category.html b/src/main/webapp/directives/category.html index 7a00373a..d10ac826 100644 --- a/src/main/webapp/directives/category.html +++ b/src/main/webapp/directives/category.html @@ -5,7 +5,7 @@