Skip to content
Snippets Groups Projects
Commit 15e3d9c7 authored by gnaegi's avatar gnaegi
Browse files

OO-2110 fix wrong o_clearfix and fix clearing for info page start button

parent d8614aa6
No related branches found
No related tags found
No related merge requests found
Showing
with 11 additions and 10 deletions
<div class="o_video_run o_block_large_bottom o_clearfix">
<div class="o_video_run o_block_large_bottom clearfix">
<div class="olatFlashMovieViewer">
<video id="$r.getId("o_vid")" width="$width" height="$height" controls autoplay preload="none" oncontextmenu="return false;" class="o_video">
<source type="video/mp4" src="$mediaUrl/$filename" />
......
<div class="o_video_run o_block_large_bottom o_clearfix">
<div class="o_video_run o_block_large_bottom clearfix">
<div class="olatFlashMovieViewer">
<video id="$r.getId("o_vid")" width="$width" height="$height" poster="$masterUrl/poster.jpg" controls preload="none" oncontextmenu="return false;" #if( $autoplay ) autoplay #end class="o_video">
#foreach($video in $videos)
......
......@@ -25,7 +25,7 @@
#end
#if($r.available("start"))
<div class="o_start_wrapper o_clearfix">
<div class="o_start_wrapper">
<div class="o_start_inner">
$r.render("start")
</div>
......
......@@ -5,7 +5,7 @@
#end
<div class="o_visitingcard_content">
<div class="o_visitingcard_image o_block o_clearfix">
<div class="o_visitingcard_image o_block clearfix">
<div class="pull-left">$r.render("image")</div>
#if($r.available("logo") && $r.visible("logo"))
<div class="pull-right">
......
......@@ -38,6 +38,7 @@
}
.o_start_wrapper {
clear: both;
margin: 2em 0 -10px 0;
text-align: right;
.o_start_inner {
......
This diff is collapsed.
source diff could not be displayed: it is too large. Options to address this: view the blob.
This diff is collapsed.
This diff is collapsed.
source diff could not be displayed: it is too large. Options to address this: view the blob.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment