From 45fcb38b62a839537f3b6a56f4ba0c4026796733 Mon Sep 17 00:00:00 2001 From: emeric Date: Thu, 5 Mar 2015 19:35:00 +0100 Subject: [PATCH] [UI] better looking --- src/ui/approot/templates.xml | 4 +++- src/ui/auth/LmsAuth.cpp | 2 ++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/src/ui/approot/templates.xml b/src/ui/approot/templates.xml index 85a1683d..7b0f9bf8 100644 --- a/src/ui/approot/templates.xml +++ b/src/ui/approot/templates.xml @@ -352,7 +352,9 @@
-
${name}
+
+
${name}
+
diff --git a/src/ui/auth/LmsAuth.cpp b/src/ui/auth/LmsAuth.cpp index fde7990b..565dbab9 100644 --- a/src/ui/auth/LmsAuth.cpp +++ b/src/ui/auth/LmsAuth.cpp @@ -27,6 +27,8 @@ LmsAuth::LmsAuth(Database::Handler& db) db.getUserDatabase(), db.getLogin()) { + // Root div has to be a container + this->setStyleClass("container"); }