Skip to content

Commit

Permalink
Merge pull request #376 from adrexia/cms-content-actions
Browse files Browse the repository at this point in the history
BUGFIX: actions panel
  • Loading branch information
sminnee committed Apr 27, 2012
2 parents 809ed8e + 4dc564b commit 3ed2d7e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
3 changes: 2 additions & 1 deletion admin/css/screen.css

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

9 changes: 6 additions & 3 deletions admin/scss/_style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -372,11 +372,14 @@ body.cms {
* -------------------------------------------- */

.cms-content-actions {
margin: $grid-y $grid-x*2 $grid-y*2 $grid-x*2;
margin: $grid-y $grid-x*2 $grid-y*2 0;
padding-left:$grid-x*2;
height: $grid-y*4;
z-index: 70;
background-color:darken($color-widget-bg, 2%);
z-index: 0;
@include box-shadow(darken($color-widget-bg, 2%) 0 $grid-y*-2 $grid-y*2);
.root-form &{
@include box-shadow(rgba($tab-panel-texture-color, 0.8) 0 $grid-y*-2 $grid-y*2);
}
}

/** --------------------------------------------
Expand Down

0 comments on commit 3ed2d7e

Please sign in to comment.