Simplify suite specific branding
[gpl/argeo-suite.git] / org.argeo.suite.workbench.rap / src / org / argeo / suite / workbench / rap / AsSecureEntryPoint.java
index 50f33c34f0d138b36f73f9fb103fb512ffab3cd5..bae894d7cfa3195b758095da47e8c682a8265c1f 100644 (file)
@@ -39,7 +39,7 @@ public class AsSecureEntryPoint extends RapWorkbenchLogin {
                // Images are declared via the resources extension point in plugin.xml
                String headerStr = "<a href=\"http://argeo.org\" "
                                + "title=\"Smart Data Productivity Suite by Argeo\" target=\"_blank\"> "
-                               + "<img src=\"/ui/suite/img/logo-argeo.png\" width=\"200\" height=\"200\"></img> " + "</a>";
+                               + "<img src=\"/img/logo-argeo.png\" width=\"200\" height=\"200\"></img> " + "</a>";
                headerLbl.setText(headerStr);
                GridData gd = new GridData(SWT.LEFT, SWT.CENTER, true, false);
                headerLbl.setLayoutData(gd);
@@ -50,7 +50,7 @@ public class AsSecureEntryPoint extends RapWorkbenchLogin {
                String titleStr = "<big> Please sign in to your personal dashboard</big>";
                titleLbl.setText(titleStr);
                gd = new GridData(SWT.CENTER, SWT.BOTTOM, false, false);
-               // gd.verticalIndent = 40;
+               gd.verticalIndent = 15;
                titleLbl.setLayoutData(gd);
 
                // Login composite