From 08d62473be34906cf5cd4ed5725be1b4bf01c19c Mon Sep 17 00:00:00 2001 From: Justin Richer Date: Wed, 25 Jun 2014 15:29:45 -0400 Subject: [PATCH] removed placeholder log-in box on lefthand side for non-logged-in users, replaced with a half-width spacer --- .../src/main/webapp/WEB-INF/tags/sidebar.tag | 22 +++++++++---------- 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/openid-connect-server-webapp/src/main/webapp/WEB-INF/tags/sidebar.tag b/openid-connect-server-webapp/src/main/webapp/WEB-INF/tags/sidebar.tag index 86ab5bc49..93f78c871 100644 --- a/openid-connect-server-webapp/src/main/webapp/WEB-INF/tags/sidebar.tag +++ b/openid-connect-server-webapp/src/main/webapp/WEB-INF/tags/sidebar.tag @@ -1,20 +1,18 @@ <%@ taglib prefix="security" uri="http://www.springframework.org/security/tags"%> <%@ taglib prefix="o" tagdir="/WEB-INF/tags"%> -
- +
+ +
-
-
You are not logged in.
-
- -
+
+ +
-