Skip to content

Commit

Permalink
Minor CS fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
dpobel committed Dec 16, 2014
1 parent 42a998d commit 3c5f0fb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions Resources/public/css/theme/modules/button.css
Expand Up @@ -17,8 +17,7 @@
}

.ez-button.pure-button-disabled,
.ez-button[disabled]
{
.ez-button[disabled] {
border: 1px solid #bbb;
}

Expand Down
2 changes: 1 addition & 1 deletion Resources/public/css/views/editpreview.css
Expand Up @@ -78,4 +78,4 @@
.ez-preview-content .preview-iframe {
display: block;
margin: 0;
}
}
2 changes: 1 addition & 1 deletion Resources/public/css/views/error.css
Expand Up @@ -54,4 +54,4 @@

.ez-error-dialog button:before {
margin-right: 0.5em;
}
}

0 comments on commit 3c5f0fb

Please sign in to comment.