diff options
author | Anika Henke <anika@selfthinker.org> | 2013-02-16 13:49:47 +0000 |
---|---|---|
committer | Anika Henke <anika@selfthinker.org> | 2013-02-16 13:50:35 +0000 |
commit | 8a65ef2ef3046b80d45c36abc561cef3ae6ec1b7 (patch) | |
tree | 706f084a9718c61ff1032c5c2de5fed5df6ec04d /inc/html.php | |
parent | 6d6be32bd1dd668f07fc525a2e679fed98679ccf (diff) | |
download | rpg-8a65ef2ef3046b80d45c36abc561cef3ae6ec1b7.tar.gz rpg-8a65ef2ef3046b80d45c36abc561cef3ae6ec1b7.tar.bz2 |
fixed edit toolbar being cut off (FS#2715)
Diffstat (limited to 'inc/html.php')
-rw-r--r-- | inc/html.php | 2 |
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> |