Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

Commit

Permalink
fix margin/padding in recent project drop down
Browse files Browse the repository at this point in the history
  • Loading branch information
redmunds committed Nov 6, 2012
1 parent 01df789 commit cc585e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/extensions/default/RecentProjects/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ define(function (require, exports, module) {
$(this).append($del);

$del.css("right", 5);
$del.css("top", $target.position().top + 11);
$del.css("top", $target.position().top + 6);
$del.css("display", "inline-block");
$del.data("path", $(this).data("path"));
})
Expand Down
3 changes: 1 addition & 2 deletions src/extensions/default/RecentProjects/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,7 @@
#project-dropdown.dropdown-menu .recent-folder-link
{
display: block;
margin: 5px 0;
padding: 5px 26px 5px 10px;
padding: 5px 26px 5px 15px;
}

.recent-folder, #open-folder-link, #project-settings-link {
Expand Down

0 comments on commit cc585e0

Please sign in to comment.