From f8768c5f8ea7a0e67bd9f865e236e5ebd3d7195c Mon Sep 17 00:00:00 2001 From: Norbert Renner Date: Tue, 27 May 2014 18:21:21 +0200 Subject: [PATCH] error handling for profile upload --- css/style.css | 5 ++++- index.html | 1 - js/index.js | 31 ++++++++++++++++++++++++++++--- js/router/BRouter.js | 15 ++++++++++----- 4 files changed, 42 insertions(+), 10 deletions(-) diff --git a/css/style.css b/css/style.css index 5f9c023..b885e48 100644 --- a/css/style.css +++ b/css/style.css @@ -60,7 +60,10 @@ div.elevation { line-height: 1.4em; } .hint { - color: orangered; + color: orange; +} +.error { + color: red; } .heading { diff --git a/index.html b/index.html index 4e48cc6..53a5ba0 100644 --- a/index.html +++ b/index.html @@ -19,7 +19,6 @@