[ARVADOS-WORKBENCH2] updated: 1.2.0-427-ga88fbbc

Git user git at public.curoverse.com
Thu Sep 20 09:07:36 EDT 2018


Summary of changes:
 public/arvados-logo-big.png           | Bin 0 -> 66943 bytes
 src/views/login-panel/login-panel.tsx |  21 ++++++++++++++++-----
 2 files changed, 16 insertions(+), 5 deletions(-)
 create mode 100644 public/arvados-logo-big.png

       via  a88fbbc3777da2066e496e0d78e697dfac78a750 (commit)
      from  da9179a2e43be0cb19910ef689cd922457f84744 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.


commit a88fbbc3777da2066e496e0d78e697dfac78a750
Author: Janicki Artur <artur.janicki at contractors.roche.com>
Date:   Thu Sep 20 15:07:14 2018 +0200

    add bg image for login panel and image
    
    Feature #13935
    
    Arvados-DCO-1.1-Signed-off-by: Janicki Artur <artur.janicki at contractors.roche.com>

diff --git a/public/arvados-logo-big.png b/public/arvados-logo-big.png
new file mode 100644
index 0000000..c511f0e
Binary files /dev/null and b/public/arvados-logo-big.png differ
diff --git a/src/views/login-panel/login-panel.tsx b/src/views/login-panel/login-panel.tsx
index 2521e14..377c58b 100644
--- a/src/views/login-panel/login-panel.tsx
+++ b/src/views/login-panel/login-panel.tsx
@@ -15,10 +15,22 @@ type CssRules = 'root' | 'container' | 'title' | 'content' | 'content__bolder' |
 
 const styles: StyleRulesCallback<CssRules> = (theme: ArvadosTheme) => ({
     root: {
-        background: theme.palette.background.default
+        position: 'relative',
+        backgroundColor: theme.palette.grey["200"],
+        '&::after': {
+            content: `''`,
+            position: 'absolute',
+            top: 0,
+            left: 0,
+            bottom: 0,
+            right: 0,
+            background: 'url("arvados-logo-big.png") no-repeat center center',
+            opacity: 0.2,
+        }
     },
     container: {
-        width: '560px'
+        width: '560px',
+        zIndex: 10
     },
     title: {
         marginBottom: theme.spacing.unit * 6,
@@ -49,9 +61,8 @@ export const LoginPanel = compose(
                 Welcome to the Arvados Wrokbench
             </Typography>
             <Typography variant="body1" className={classes.content}>
-                The "Log in" button below will show you a Google sign-in page.
-                After you assure Google that you want to log in here with your Google account,
-                you will be redirected back here to Arvados Workbench.
+                The "Log in" button below will show you a Google sign-in page. 
+                After you assure Google that you want to log in here with your Google account, you will be redirected back here to Arvados Workbench.
             </Typography>
             <Typography variant="body1" className={classes.content}>
                 If you have never used Arvados Workbench before, logging in for the first time will automatically create a new account.

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list