Commit 451f3a246a0ec1af1df162979842d15805dcb007
1 parent
2e8d1be2
Exists in
master
and in
2 other branches
Modified css to change caroussel captions style
Showing
1 changed file
with
5 additions
and
0 deletions
Show diff stats
amadeus/static/css/base/amadeus.css
... | ... | @@ -1131,6 +1131,11 @@ li.item .notify_badge { |
1131 | 1131 | .carousel-control.left{ |
1132 | 1132 | background-image: none !important; |
1133 | 1133 | } |
1134 | +.carousel-caption{ | |
1135 | + position: static; | |
1136 | + text-align: right; | |
1137 | + font-size: 1em; | |
1138 | +} | |
1134 | 1139 | |
1135 | 1140 | /* CHART APP */ |
1136 | 1141 | .pie-tooltip{ | ... | ... |