Skip to content
Snippets Groups Projects
Commit 809448f5 authored by Andreas Gohr's avatar Andreas Gohr
Browse files

Merge pull request #1027 from splitbrain/issue-1011

avoid messages pushing down page tools. fixes #1011
parents 15a61525 30c46635
No related branches found
No related tags found
No related merge requests found
......@@ -349,11 +349,12 @@ form.search {
********************************************************************/
.dokuwiki .pageId {
position: absolute;
top: -2.3em;
right: -1em;
float: right;
margin-right: -1em;
margin-bottom: -1px;
margin-top: -1.5em;
overflow: hidden;
padding: 1em 1em 0;
padding: 0.5em 1em 0;
span {
font-size: 0.875em;
......@@ -370,6 +371,7 @@ form.search {
}
.dokuwiki div.page {
clear: both;
background: @ini_background;
color: inherit;
border: 1px solid @ini_background_alt;
......@@ -396,8 +398,9 @@ form.search {
}
[dir=rtl] .dokuwiki .pageId {
right: auto;
left: -1em;
float: left;
margin-left: -1em;
margin-right: 0;
}
/* footer
......
......@@ -36,6 +36,7 @@ header('X-UA-Compatible: IE=edge,chrome=1');
<!-- ********** CONTENT ********** -->
<div id="dokuwiki__content"><div class="pad group">
<?php html_msgarea() ?>
<?php if(!$ERROR): ?>
<div class="pageId"><span><?php echo hsc(tpl_img_getTag('IPTC.Headline',$IMG)); ?></span></div>
......
......@@ -49,6 +49,7 @@ $showSidebar = $hasSidebar && ($ACT=='show');
<!-- ********** CONTENT ********** -->
<div id="dokuwiki__content"><div class="pad group">
<?php html_msgarea() ?>
<div class="pageId"><span><?php echo hsc($ID) ?></span></div>
......
......@@ -85,7 +85,7 @@ if (!defined('DOKU_INC')) die();
</div>
<?php endif ?>
<?php html_msgarea() ?>
<hr class="a11y" />
</div></div><!-- /header -->
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