Skip to content

Commit

Permalink
BUG: Fix alignment of media button
Browse files Browse the repository at this point in the history
  • Loading branch information
Naomi Guyer committed May 25, 2013
1 parent 53115d9 commit be5eaf1
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
9 changes: 5 additions & 4 deletions admin/css/screen.css

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

8 changes: 7 additions & 1 deletion admin/scss/_style.scss
Expand Up @@ -1354,7 +1354,7 @@ body.cms-dialog {
}
}
button.add-url{
margin-top:13px;
margin-top:5px;
padding-top:15px;
@include clearfix;
border:none;
Expand All @@ -1365,6 +1365,12 @@ body.cms-dialog {
width:20px;
height:20px;
}
.ui-button-text{
margin-left:10px;
margin-top:-5px;
line-height:20px;
float:left;
}
&:hover, &:active{
border:none;
@include box-shadow-none;
Expand Down

0 comments on commit be5eaf1

Please sign in to comment.