diff --git a/module/story/view/create.html.php b/module/story/view/create.html.php
index 7364631108..57b8645478 100644
--- a/module/story/view/create.html.php
+++ b/module/story/view/create.html.php
@@ -64,9 +64,10 @@
if(count($plans) != 1)
{
echo "
";
- echo html::a($this->createLink('productplan', 'create', "productID=$productID&branch=$branch"), "", '_blank', "class='btn' data-toggle='tooltip' title='{$lang->productplan->create}'");
- echo ' ';
- echo html::a("javascript:loadProductPlans($productID)", "", '', "class='btn' data-toggle='tooltip' title='{$lang->refresh}'");
+ echo html::a($this->createLink('productplan', 'create', "productID=$productID&branch=$branch"), "", '_blank', "class='btn btn-icon' data-toggle='tooltip' title='{$lang->productplan->create}'");
+ echo '
';
+ echo "";
+ echo html::a("javascript:loadProductPlans($productID)", "", '', "class='btn btn-icon' data-toggle='tooltip' title='{$lang->refresh}'");
echo '
';
}
?>