Skip to content

Commit

Permalink
Fixed: Aligned bottom toolbar spacings with a standard toolbar.
Browse files Browse the repository at this point in the history
  • Loading branch information
oleq committed Nov 14, 2012
1 parent 21ac6a6 commit e68dcc0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
1 change: 1 addition & 0 deletions skins/moono/elementspath.css
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ The following is a visual representation of its main elements:
.cke_path
{
float: left;
margin: -2px 0 2px;
}

/* Each item of the elements path. */
Expand Down
8 changes: 6 additions & 2 deletions skins/moono/mainui.css
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ Special outer level classes used in this file:

.cke_bottom
{
padding: 4px 8px;
padding: 6px 8px 2px;
position: relative;

border-top: 1px solid #bfbfbf;
Expand Down Expand Up @@ -164,7 +164,11 @@ Special outer level classes used in this file:
font-size: 0;
vertical-align: bottom;

margin-top: 8px;
margin-top: 6px;

/* A margin in case of no other element in the same container
to keep a distance to the bottom edge. */
margin-bottom: 2px;

-moz-box-shadow: 0 1px 0 rgba(255,255,255,.3);
-webkit-box-shadow: 0 1px 0 rgba(255,255,255,.3);
Expand Down

0 comments on commit e68dcc0

Please sign in to comment.