From 1819d93abb0ee7ef0d8bde2f0bdc9c9b5b0693a1 Mon Sep 17 00:00:00 2001 From: Ajdin Salcinovic <40461747+ajdin99@users.noreply.github.com> Date: Fri, 18 Jan 2019 13:29:13 +0100 Subject: [PATCH] [BUGFIX] fix distance of the text from the arrow bootstrap slider (#461) * [BUGFIX] distance of the text from the arrow bootstrap slider * update css/less --- Resources/Public/css/main.css | 4 ++-- Resources/Public/less/main.less | 4 ++-- .../dev/styles/main/contentElements/bootstrapCarousel.less | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/Resources/Public/css/main.css b/Resources/Public/css/main.css index 83e51d42..bb5a3388 100644 --- a/Resources/Public/css/main.css +++ b/Resources/Public/css/main.css @@ -4562,7 +4562,7 @@ div.awesomplete li[aria-selected="true"] mark { background-color: rgba(0, 0, 0, 0.4); bottom: 0; text-align: center; - padding: 20px 20px 45px; + padding: 20px 45px 45px; width: 100%; /* Better Font Rendering =========== */ -webkit-font-smoothing: antialiased; @@ -4666,7 +4666,7 @@ div.awesomplete li[aria-selected="true"] mark { } .carousel-caption { text-align: left; - padding: 15px 25px 25px 65px; + padding: 15px 45px 25px; } .carousel-indicators { bottom: 20px; diff --git a/Resources/Public/less/main.less b/Resources/Public/less/main.less index c81a135e..1866872a 100644 --- a/Resources/Public/less/main.less +++ b/Resources/Public/less/main.less @@ -7708,7 +7708,7 @@ div.awesomplete li[aria-selected="true"] mark { background-color: rgba(0, 0, 0, 0.4); bottom: 0; text-align: center; - padding: 20px 20px 45px; + padding: 20px 45px 45px; width: 100%; /* Better Font Rendering =========== */ @@ -7831,7 +7831,7 @@ div.awesomplete li[aria-selected="true"] mark { .carousel-caption { text-align: left; - padding: 15px 25px 25px 65px; + padding: 15px 45px 25px; } // Indicators stands in carousel caption area diff --git a/felayout_t3kit/dev/styles/main/contentElements/bootstrapCarousel.less b/felayout_t3kit/dev/styles/main/contentElements/bootstrapCarousel.less index 58709fe8..23e41c1f 100644 --- a/felayout_t3kit/dev/styles/main/contentElements/bootstrapCarousel.less +++ b/felayout_t3kit/dev/styles/main/contentElements/bootstrapCarousel.less @@ -104,7 +104,7 @@ background-color: rgba(0, 0, 0, 0.4); bottom: 0; text-align: center; - padding: 20px 20px 45px; + padding: 20px 45px 45px; width: 100%; /* Better Font Rendering =========== */ @@ -227,7 +227,7 @@ .carousel-caption { text-align: left; - padding: 15px 25px 25px 65px; + padding: 15px 45px 25px; } // Indicators stands in carousel caption area