From ba3fe90cd173b0db8176bb11b7b6c4fd32d8ffa9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bjo=CC=88rn=20Fromme?= Date: Tue, 3 Nov 2020 14:00:46 +0100 Subject: [PATCH] Fix more missing list styles --- .../Private/Assets/scss/_rte-content.scss | 4 ++++ .../Private/Assets/scss/remix/_base.scss | 4 ++++ .../Private/Partials/City/Details.html | 6 ++--- .../Private/Partials/Hotel/Details.html | 8 +++---- .../Private/Partials/Journey/Details.html | 22 ++++++++++--------- .../Private/Partials/Region/Details.html | 8 +++---- 6 files changed, 31 insertions(+), 21 deletions(-) diff --git a/public/typo3conf/ext/ep_theme/Resources/Private/Assets/scss/_rte-content.scss b/public/typo3conf/ext/ep_theme/Resources/Private/Assets/scss/_rte-content.scss index 27fc1235..01313ed0 100644 --- a/public/typo3conf/ext/ep_theme/Resources/Private/Assets/scss/_rte-content.scss +++ b/public/typo3conf/ext/ep_theme/Resources/Private/Assets/scss/_rte-content.scss @@ -1,3 +1,7 @@ ul { @apply list-disc; } + +ol { + @apply list-decimal; +} diff --git a/public/typo3conf/ext/ep_theme/Resources/Private/Assets/scss/remix/_base.scss b/public/typo3conf/ext/ep_theme/Resources/Private/Assets/scss/remix/_base.scss index c606a124..5b8dcbd6 100644 --- a/public/typo3conf/ext/ep_theme/Resources/Private/Assets/scss/remix/_base.scss +++ b/public/typo3conf/ext/ep_theme/Resources/Private/Assets/scss/remix/_base.scss @@ -98,6 +98,10 @@ ul { } } +ol { + padding: 0 0 0 18px; +} + // Images .scale { width: 100%; diff --git a/public/typo3conf/ext/ep_theme/Resources/Private/Partials/City/Details.html b/public/typo3conf/ext/ep_theme/Resources/Private/Partials/City/Details.html index d077fcb8..713fe86b 100644 --- a/public/typo3conf/ext/ep_theme/Resources/Private/Partials/City/Details.html +++ b/public/typo3conf/ext/ep_theme/Resources/Private/Partials/City/Details.html @@ -2,7 +2,7 @@
{city.name}

Ort

-
+
{city.description -> f:format.html()}
@@ -13,7 +13,7 @@
Party

Party

-
+
{city.party -> f:format.html()}
@@ -22,7 +22,7 @@
Freizeitangebot

Freizeitangebot

-
+
{city.leisure -> f:format.html()}
diff --git a/public/typo3conf/ext/ep_theme/Resources/Private/Partials/Hotel/Details.html b/public/typo3conf/ext/ep_theme/Resources/Private/Partials/Hotel/Details.html index a2639ab1..2c0d0aa6 100644 --- a/public/typo3conf/ext/ep_theme/Resources/Private/Partials/Hotel/Details.html +++ b/public/typo3conf/ext/ep_theme/Resources/Private/Partials/Hotel/Details.html @@ -4,7 +4,7 @@
{hotelTitle}

{hotelTitle}

-
+
{hotel.description -> f:format.html()}
@@ -45,7 +45,7 @@
Ausstattung

Ausstattung

-
+
{hotel.features -> f:format.html()}
@@ -66,7 +66,7 @@

Zimmerarten

-
+
{hotel.roomTypes -> f:format.html()}
@@ -74,7 +74,7 @@
Zusatzinformationen

Zusatzinformationen

-
+
{hotel.additionalInformation -> f:format.html()}
diff --git a/public/typo3conf/ext/ep_theme/Resources/Private/Partials/Journey/Details.html b/public/typo3conf/ext/ep_theme/Resources/Private/Partials/Journey/Details.html index 846e2a1b..c0b587f3 100644 --- a/public/typo3conf/ext/ep_theme/Resources/Private/Partials/Journey/Details.html +++ b/public/typo3conf/ext/ep_theme/Resources/Private/Partials/Journey/Details.html @@ -1,13 +1,15 @@
Anreise
-

Eigenanreise

-{journey.byCar -> f:format.html()} - - {journey.image.alternative} - - -

Busanreise

- {journey.byBus -> f:format.html()} -
+
+

Eigenanreise

+ {journey.byCar -> f:format.html()} + + {journey.image.alternative} + + +

Busanreise

+ {journey.byBus -> f:format.html()} +
+
diff --git a/public/typo3conf/ext/ep_theme/Resources/Private/Partials/Region/Details.html b/public/typo3conf/ext/ep_theme/Resources/Private/Partials/Region/Details.html index 4c85380d..750e6bbd 100644 --- a/public/typo3conf/ext/ep_theme/Resources/Private/Partials/Region/Details.html +++ b/public/typo3conf/ext/ep_theme/Resources/Private/Partials/Region/Details.html @@ -3,7 +3,7 @@
{region.name -> f:format.raw()}

Skiurlaub im
Skigebiet {region.name -> f:format.raw()}

-
+
{region.skiArea -> f:format.html()} @@ -37,12 +37,12 @@

{f:if(condition: '{region.season} == "w"', then: 'Skipass', else: 'Highlights')}

-
+
{region.skiPass -> f:format.html()}
-
+
{region.description -> f:format.html()}
@@ -51,7 +51,7 @@
Aktuell

Aktuell

-
+
{region.news -> f:format.html()}