diff --git a/src/app/features/administration/nav-steps/nav-steps.component.html b/src/app/features/administration/nav-steps/nav-steps.component.html index 98e59709..45017c9b 100644 --- a/src/app/features/administration/nav-steps/nav-steps.component.html +++ b/src/app/features/administration/nav-steps/nav-steps.component.html @@ -1,30 +1,32 @@
-
-
- -
-
- +
+
+
+ +
+
+ +
diff --git a/src/app/features/administration/stepper/stepper.component.html b/src/app/features/administration/stepper/stepper.component.html index 2a173183..3d1d7aba 100644 --- a/src/app/features/administration/stepper/stepper.component.html +++ b/src/app/features/administration/stepper/stepper.component.html @@ -51,22 +51,29 @@ >
-
-
- - logo framadate - -
+
+ + accueil FramaDate +

{{ 'creation.title' | translate }}

- {{ pollService.form.value.title }} + + {{ pollService.form.value.title }} + + + (Aucun titre) +

Étape {{ step_current }} sur {{ step_max }}

- diff --git a/src/app/features/administration/stepper/stepper.component.scss b/src/app/features/administration/stepper/stepper.component.scss index 17bce1f2..53cd193d 100644 --- a/src/app/features/administration/stepper/stepper.component.scss +++ b/src/app/features/administration/stepper/stepper.component.scss @@ -61,7 +61,7 @@ } .step-info { - padding: 0.85rem 0.85rem 2rem; + padding: 9px 10px; background: $white; i { diff --git a/src/styles/partials/_navigation.scss b/src/styles/partials/_navigation.scss index 69c2aeda..c1b45546 100644 --- a/src/styles/partials/_navigation.scss +++ b/src/styles/partials/_navigation.scss @@ -108,6 +108,7 @@ a span.ui-steps-number { } .bottom-step-buttons { + box-shadow: 0px -2px 4px rgba(0, 0, 0, 0.05); position: fixed; bottom: 0; left: 0; diff --git a/src/styles/partials/global.scss b/src/styles/partials/global.scss index e52ec881..9c54938c 100644 --- a/src/styles/partials/global.scss +++ b/src/styles/partials/global.scss @@ -34,3 +34,15 @@ main { } } } + +.columns { + &.half-columns { + max-width: 900px; + margin: 0 auto; + .column { + padding: 0; + width: 50% !important; + float: left; + } + } +}