Elastic: Add iframe wrappers

pull/6085/head
Aleksander Machniak 7 years ago
parent d76f255c3b
commit 895948f7fe

@ -68,7 +68,9 @@
</span>
</div>
</div>
<roundcube:object name="keyframe" id="keyframe" src="/watermark.html" />
<div class="iframe-wrapper">
<roundcube:object name="keyframe" id="keyframe" src="/watermark.html" />
</div>
</div>
<div id="export-menu" class="popupmenu">

@ -23,7 +23,9 @@
<a class="button icon menu-button" href="#menu"><span class="inner"><roundcube:label name="menu" /></span></a>
<span class="header-title"><roundcube:label name="help.help" /></span>
</div>
<roundcube:object name="contentframe" id="helpcontentframe" src="/watermark.html" title="arialabelhelpcontent" />
<div class="iframe-wrapper">
<roundcube:object name="contentframe" id="helpcontentframe" src="/watermark.html" title="arialabelhelpcontent" />
</div>
</div>
<roundcube:include file="includes/footer.html" />

@ -52,8 +52,10 @@
</div>
</div>
<h2 id="aria-label-filterframe" class="voice"><roundcube:label name="managesieve.arialabelfilterform" /></h2>
<roundcube:object name="filterframe" id="filter-box" src="/watermark.html" title="managesieve.arialabelfilterform"
aria-labelledby="aria-label-filterform" />
<div class="iframe-wrapper">
<roundcube:object name="filterframe" id="filter-box" src="/watermark.html" title="managesieve.arialabelfilterform"
aria-labelledby="aria-label-filterform" />
</div>
</div>
<div id="filterset-menu" class="popupmenu">

Loading…
Cancel
Save