From c83ecf6ee3417675dbd1128208afa64ecfa7a457 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 c4f1bf71..ff0344b7 100644 --- a/src/ui/approot/templates.xml +++ b/src/ui/approot/templates.xml @@ -341,7 +341,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"); }