Skip to content
Snippets Groups Projects
Commit 4a3eea6c authored by uhensler's avatar uhensler
Browse files

OO-4315: Open in new window should not overlay the course pagination

parent 36c81afb
No related branches found
No related tags found
No related merge requests found
......@@ -12,8 +12,9 @@ function $r.getId("undf")() {
/* ]]> */
</script>
<div class="o_content_cloneable">
<a class="o_content_popup" href="javascript:$r.getId("undf")()" title="$r.translateInAttribute("command.clone")">
<i class="o_icon o_icon_content_popup o_icon-lg"></i>
</a>
$r.render("cloneableCC")
</div>
......@@ -64,19 +64,24 @@ a.o_chelp {
width: 100%;
}
}
/* Make the parent raltive to apply the absoluteof the children */
.o_content_cloneable {
position: relative;
}
/* normally content is wrapped in a single page which uses an iframedisplay */
.o_singlepage {
.o_edit {
position: absolute;
top: 0;
right: $padding-base-horizontal + $padding-xs-horizontal + $line-height-computed;
right: $padding-xs-horizontal + $line-height-computed;
}
}
/* the clone controller is used to pop content out of the window into another window. */
.o_content_popup {
position: absolute;
top: 0;
right: $padding-base-horizontal;
right: 0;
}
/* content packaging module */
......
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
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