Skip to content

Commit 1819d93

Browse files
ajdin99dmh
authored andcommitted
[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
1 parent a04b0cc commit 1819d93

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Resources/Public/css/main.css

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Resources/Public/less/main.less

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7708,7 +7708,7 @@ div.awesomplete li[aria-selected="true"] mark {
77087708
background-color: rgba(0, 0, 0, 0.4);
77097709
bottom: 0;
77107710
text-align: center;
7711-
padding: 20px 20px 45px;
7711+
padding: 20px 45px 45px;
77127712
width: 100%;
77137713

77147714
/* Better Font Rendering =========== */
@@ -7831,7 +7831,7 @@ div.awesomplete li[aria-selected="true"] mark {
78317831

78327832
.carousel-caption {
78337833
text-align: left;
7834-
padding: 15px 25px 25px 65px;
7834+
padding: 15px 45px 25px;
78357835
}
78367836

78377837
// Indicators stands in carousel caption area

felayout_t3kit/dev/styles/main/contentElements/bootstrapCarousel.less

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
background-color: rgba(0, 0, 0, 0.4);
105105
bottom: 0;
106106
text-align: center;
107-
padding: 20px 20px 45px;
107+
padding: 20px 45px 45px;
108108
width: 100%;
109109

110110
/* Better Font Rendering =========== */
@@ -227,7 +227,7 @@
227227

228228
.carousel-caption {
229229
text-align: left;
230-
padding: 15px 25px 25px 65px;
230+
padding: 15px 45px 25px;
231231
}
232232

233233
// Indicators stands in carousel caption area

0 commit comments

Comments
 (0)