information-card-view
authorPawel Kowalczyk <pawel.kowalczyk@contractors.roche.com>
Tue, 28 Aug 2018 12:25:56 +0000 (14:25 +0200)
committerPawel Kowalczyk <pawel.kowalczyk@contractors.roche.com>
Tue, 28 Aug 2018 12:25:56 +0000 (14:25 +0200)
Feature #13858

Arvados-DCO-1.1-Signed-off-by: Pawel Kowalczyk <pawel.kowalczyk@contractors.roche.com>

src/views/process-panel/process-panel.tsx

index 70a7a405ac8e83ee6c66ee18689bad107c46683c..3910099c0bbbb8fb420724a6405a2e4bc799d956 100644 (file)
@@ -45,8 +45,8 @@ const styles: StyleRulesCallback<CssRules> = (theme: ArvadosTheme) => ({
     },
     link: {
         fontSize: '0.875rem',
+        color: theme.palette.primary.main,
         '&:hover': {
-            color: theme.palette.primary.main,
             cursor: 'pointer'
         }
     },
@@ -60,9 +60,7 @@ const styles: StyleRulesCallback<CssRules> = (theme: ArvadosTheme) => ({
     },
     headerText: {
         fontSize: '0.875rem',
-        display: 'flex',
         position: 'relative',
-        justifyContent: 'flex-start',
         top: -theme.spacing.unit * 4.5,
         left: theme.spacing.unit * 3,
     }
@@ -121,7 +119,7 @@ export const ProcessPanel = withStyles(styles)(
                                 </Grid>
                             </Grid>
                         </CardContent>
-                        <span className={classes.headerText}>This container request was created from the workflow FastQC MultiQC</span>
+                        <span className={classes.headerText}>This container request was created from the workflow <span className={classes.link}>FastQC MultiQC</span></span>
                     </Card>
                 </div>;
             }