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 @@