diff --git a/web/app/src/assets/base.css b/web/app/src/assets/base.css index 7b2e32de..1ffea14b 100644 --- a/web/app/src/assets/base.css +++ b/web/app/src/assets/base.css @@ -324,7 +324,7 @@ fieldset { background-color: var(--color-background-column-highlight); border: none; margin-bottom: var(--spacer); - padding: var(--spacer); + border-radius: var(--border-radius); } input[type="text"] { diff --git a/web/app/src/views/FirstTimeWizardView.vue b/web/app/src/views/FirstTimeWizardView.vue index f434aff7..566878b2 100644 --- a/web/app/src/views/FirstTimeWizardView.vue +++ b/web/app/src/views/FirstTimeWizardView.vue @@ -17,7 +17,7 @@
-
+
-

This setup assistant will guide you through the initial configuration of Flamenco. You will be up +

+ This setup assistant will guide you through the initial configuration of Flamenco. You will be up and running in a few minutes!

Before we start, here is a quick overview of the Flamenco architecture.

- -

The illustration shows the key components of Flamenco, and how they interact together. In particular:

+ + Flamenco architecture + +

The illustration shows the key components and how they interact together:

    -
  • Manager: This application. It coordinates all the activity.
  • -
  • Worker: An workstation or dedicated rendering machine. It executes the tasks assigned by the Manager.
  • -
  • Shared Storage: A location accessible by the Manager and the Workers, where files, logs and internal previews can be saved.
  • -
  • Blender Add-on: This is needed to connect to the Manager and submit a job from Blender.
  • +
  • +

    Manager

    This application. It coordinates all the activity. +
  • +
  • +

    Worker

    A workstation or dedicated rendering machine. It executes the tasks assigned by the Manager. +
  • +
  • +

    Shared Storage

    A location accessible by the Manager and the Workers, where files, logs and internal previews can be saved. +
  • +
  • +

    Blender Add-on

    This is needed to connect to the Manager and submit a job from Blender. +
-

More information is available on the online documentation at flamenco.blender.org.

+

More information is available on the online documentation at + flamenco.blender.org.