Skip to content

Commit

Permalink
Fix console icon positioning
Browse files Browse the repository at this point in the history
Signed-off-by: Madhura Jayaratne <madhura.cj@gmail.com>
  • Loading branch information
madhuracj committed Sep 21, 2015
1 parent 833e962 commit 665518c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion metro/css/common.css.php
Expand Up @@ -3386,7 +3386,7 @@
}
#pma_console {
position: relative;
margin-<?php echo $left; ?>: 240px;
margin-<?php echo $left; ?>: 250px;
}
#pma_console .templates {
display: none;
Expand Down

0 comments on commit 665518c

Please sign in to comment.