Updated Lackis infoscreen layout

This commit is contained in:
Pet
2018-04-12 22:29:34 +02:00
parent eb95f7a5e4
commit d1a496a017

View File

@@ -16,7 +16,7 @@
<% i=1 %> <% i=1 %>
<% @neuigkeiten.each do |n| %> <% @neuigkeiten.each do |n| %>
<div class="step contentbox" id="step-<%=i%>" data-x="<%= i *2000 %>" data-y="<%= Random.rand(0..5)*200 %>" style=" height:540px; width:1230px display: block; padding: 5px; border: lightgray solid 1px;" data-duration="10000"> <div id="step-<%=i%>" data-x="<%= i *2000 %>" data-y="<%= Random.rand(0..5)*200 %>" style=" height:540px; width:1230px display: block; padding: 5px; border: lightgray solid 1px; position: absolute; transform-style: preserve-3d; transform: translate(-50%, -50%) translate3d(2000px, 400px, 0px) rotateX(0deg) rotateY(0deg) rotateZ(0deg) scaleX(1) scaleY(1) scaleZ(1);" data-duration="10000">
<div class="media" style="width:'95%'; height:480px;" > <div class="media" style="width:'95%'; height:480px;" >
<div class="pull-left" href="#" style="max-width:200px;"> <div class="pull-left" href="#" style="max-width:200px;">
<% unless n.picture_robust.big_thumb.to_s.empty? %> <% unless n.picture_robust.big_thumb.to_s.empty? %>