Skip to content

Commit

Permalink
Update margins of navigation header elements to paddings, remove marg…
Browse files Browse the repository at this point in the history
…in-top of tree
  • Loading branch information
mynetx committed Aug 26, 2013
1 parent 7438459 commit ccba470
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion themes/original/css/navigation.css.php
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@

/* Navigation tree*/
#pma_navigation_tree {
margin: 0.5em 0 0;
margin: 0;
margin-<?php echo $left; ?>: 1em;
color: #444;
height: 74%;
Expand Down
4 changes: 2 additions & 2 deletions themes/pmahomme/css/navigation.css.php
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
#pma_navigation #databaseList,
#pma_navigation div.pageselector.dbselector {
text-align: center;
margin: 5px 10px 0px;
padding: 5px 10px 0px;
border: 0;
}

Expand All @@ -90,7 +90,7 @@

/* Navigation tree*/
#pma_navigation_tree {
margin: 5px 0 0;
margin: 0;
margin-<?php echo $left; ?>: 10px;
color: #444;
height: 74%; /*it needs to be dynamically set*/
Expand Down

0 comments on commit ccba470

Please sign in to comment.