Skip to content

Commit

Permalink
Optimize vertical space in "My View" page
Browse files Browse the repository at this point in the history
Fixes #21123
  • Loading branch information
syncguru authored and vboctor committed Aug 21, 2016
1 parent f4f5364 commit 5de037c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 12 deletions.
3 changes: 1 addition & 2 deletions css/ace-mantis.css
Expand Up @@ -126,8 +126,7 @@
background: none repeat scroll 0 0 #393939;
}

#filter .widget-toolbar > .widget-menu > a,
#bug-update .widget-toolbar > .widget-menu > a {
.widget-toolbar > .widget-menu > a {
display: inline-block;
font-size: 11px;
padding: 0 5px;
Expand Down
17 changes: 7 additions & 10 deletions my_view_inc.php
Expand Up @@ -314,6 +314,11 @@
<i class="1 ace-icon fa <?php echo $t_block_icon ?> bigger-125"></i>
</a>
</div>
<div class="widget-toolbar no-border">
<div class="widget-menu">
<?php print_small_button( $t_box_url, lang_get( 'view_bugs_link' ) ); ?>
</div>
</div>
</div>

<div class="widget-body">
Expand Down Expand Up @@ -421,16 +426,8 @@
?>
</tbody>
</table>
</div>
</div>
<div class="widget-toolbox padding-8 clearfix">
<?php
echo ' ' . $t_bug_count . ' ' . lang_get( $t_bug_string ) . ' ';
?>
<a class="btn btn-xs btn-primary btn-white btn-round" href="<?php echo $t_box_url ?>">
<?php echo lang_get( 'view_bugs_link' ) ?>
</a>
</div>
</div>
</div>
</div>
</div>
<?php
Expand Down

0 comments on commit 5de037c

Please sign in to comment.