This is an automated email from the ASF dual-hosted git repository.

danhaywood pushed a commit to branch v2
in repository https://gitbox.apache.org/repos/asf/isis.git


The following commit(s) were added to refs/heads/v2 by this push:
     new 490a5ea  ISIS-2003: centres logo or text on sign-in page.
490a5ea is described below

commit 490a5ea8fe8a3caa215b0293f1c7461bebec2aca
Author: danhaywood <d...@haywood-associates.co.uk>
AuthorDate: Thu Oct 25 23:31:14 2018 +0100

    ISIS-2003: centres logo or text on sign-in page.
---
 .../viewer/wicket/ui/pages/accmngt/AccountManagementPageAbstract.html   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/core/viewer-wicket-ui/src/main/java/org/apache/isis/viewer/wicket/ui/pages/accmngt/AccountManagementPageAbstract.html
 
b/core/viewer-wicket-ui/src/main/java/org/apache/isis/viewer/wicket/ui/pages/accmngt/AccountManagementPageAbstract.html
index b8957c0..6fd1309 100644
--- 
a/core/viewer-wicket-ui/src/main/java/org/apache/isis/viewer/wicket/ui/pages/accmngt/AccountManagementPageAbstract.html
+++ 
b/core/viewer-wicket-ui/src/main/java/org/apache/isis/viewer/wicket/ui/pages/accmngt/AccountManagementPageAbstract.html
@@ -41,7 +41,7 @@
                 </div>
 
                 <div class="row">
-                    <div class="headerContainer col-sm-offset-4 col-sm-4">
+                    <div class="headerContainer col-sm-offset-4 col-sm-4 
text-center">
                         <a wicket:id="signInLink">
                             <h1 wicket:id="applicationName" 
class="applicationName">[application name]</h1>
                             <img wicket:id="brandLogo"/>

Reply via email to