Portal news - Improve idsplay of news in slider home - refs BT#19621

pull/4165/head
Christian 4 years ago
parent 0a54f710b8
commit 70a1af2dd3
  1. 10
      main/template/default/announcement/slider.tpl

@ -1,10 +1,16 @@
<style> <style>
.announcement_short { .announcement_short {
height: 310px; height: 300px;
white-space: nowrap;
overflow: hidden; overflow: hidden;
text-overflow: ellipsis; text-overflow: ellipsis;
} }
.carousel-inner {
position: relative;
width: 90%;
overflow: hidden;
margin: auto;
padding-bottom: 25px;
}
</style> </style>
<div id="carousel-announcement" class="carousel slide" data-ride="carousel"> <div id="carousel-announcement" class="carousel slide" data-ride="carousel">

Loading…
Cancel
Save