Skip to content

Commit

Permalink
BUGFIX:adjusted padding so that content aligns properly on the add pa…
Browse files Browse the repository at this point in the history
…ge panel Trac #6990
  • Loading branch information
jbridson authored and chillu committed Mar 27, 2012
1 parent 9e60225 commit 97aa2c8
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
3 changes: 3 additions & 0 deletions admin/css/screen.css

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

14 changes: 14 additions & 0 deletions admin/scss/_style.scss
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -408,6 +408,20 @@ body.cms {
} }


.cms-add-form { .cms-add-form {
.step-label {
.flyout {
height:17px; //centres number within the grey arrow
padding-top:5px;
}
.title {
padding-top:5px; //aligns label with point of arrow
font-weight:bold; //to match pagetype label
@include text-shadow(1px 1px 0 $color-text-shadow);
}
}
ul.SelectionGroup {
padding-left:28px;
}
.parent-mode { .parent-mode {
padding: $grid-x; padding: $grid-x;
overflow: auto; overflow: auto;
Expand Down

0 comments on commit 97aa2c8

Please sign in to comment.