summaryrefslogtreecommitdiff
path: root/inc
diff options
context:
space:
mode:
authorAnika Henke <anika@selfthinker.org>2013-02-16 13:49:47 +0000
committerAnika Henke <anika@selfthinker.org>2013-02-16 13:50:35 +0000
commit8a65ef2ef3046b80d45c36abc561cef3ae6ec1b7 (patch)
tree706f084a9718c61ff1032c5c2de5fed5df6ec04d /inc
parent6d6be32bd1dd668f07fc525a2e679fed98679ccf (diff)
downloadrpg-8a65ef2ef3046b80d45c36abc561cef3ae6ec1b7.tar.gz
rpg-8a65ef2ef3046b80d45c36abc561cef3ae6ec1b7.tar.bz2
fixed edit toolbar being cut off (FS#2715)
Diffstat (limited to 'inc')
-rw-r--r--inc/html.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/html.php b/inc/html.php
index a48f18bff..ddaed2261 100644
--- a/inc/html.php
+++ b/inc/html.php
@@ -1473,7 +1473,7 @@ function html_edit(){
} ?>
<div class="editBox">
- <div class="toolbar">
+ <div class="toolbar group">
<div id="draft__status"><?php if(!empty($INFO['draft'])) echo $lang['draftdate'].' '.dformat();?></div>
<div id="tool__bar"><?php if ($wr && $data['media_manager']){?><a href="<?php echo DOKU_BASE?>lib/exe/mediamanager.php?ns=<?php echo $INFO['namespace']?>"
target="_blank"><?php echo $lang['mediaselect'] ?></a><?php }?></div>