Skip to content

Commit

Permalink
BUGFIX:fixed padding issues with navigation tabs across the CMS
Browse files Browse the repository at this point in the history
  • Loading branch information
jbridson authored and chillu committed Mar 27, 2012
1 parent 87fbb72 commit 6fb95e0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions admin/css/screen.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion admin/scss/_style.scss
Expand Up @@ -129,7 +129,7 @@ body.cms {
a {
font-weight: bold;
line-height: $grid-y * 2;
padding: ($grid-y * 2 - 4) ($grid-x * 2 + 4) $grid-y + 3;
padding: $grid-y*1.5 $grid-x*2.5 $grid-y*1.5;
}
}

Expand All @@ -147,6 +147,7 @@ body.cms {
border: {
top:none;
}
padding-bottom:0px;
}
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
border-radius:0;
Expand Down

0 comments on commit 6fb95e0

Please sign in to comment.