* ajusted style of '#titlebar'.

This commit is contained in:
Catouse
2014-08-19 17:25:04 +08:00
parent 1de8e06ead
commit 7032ad8681
2 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -16,7 +16,7 @@
<div id='titlebar'>
<div class='heading'>
<span class='prefix'><?php echo html::icon($lang->icons['task']);?></span>
<strong><small class='text-muted'><?php echo html::icon($lang->icons['batchCreate']);?></small> <?php echo $lang->task->batchCreate . ' ' . $lang->task->common;?></strong>
<strong><small class='text-muted'><?php echo html::icon($lang->icons['batchCreate']);?></small> <?php echo $lang->task->batchCreate . $lang->task->common;?></strong>
<div class='actions'><?php echo html::commonButton($lang->pasteText, "data-toggle='myModal'")?></div>
</div>
</div>