Skip to content

Commit

Permalink
MINOR: Remove 2px margin from create button in New Member area
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan O'Hara committed Mar 9, 2012
1 parent 63d5927 commit a5666d6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions admin/css/screen.css

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

4 changes: 3 additions & 1 deletion admin/scss/_forms.scss
Expand Up @@ -217,7 +217,7 @@ form.small .field, .field.small {

/* Date Fields */
input.hasDatepicker {
width: 50%;
width: 100%;
max-width: ($grid-x * 12);
}
}
Expand Down Expand Up @@ -310,6 +310,8 @@ form.small .field, .field.small {
/* constructive */
&.ss-ui-action-constructive {
font-weight: bold;
margin-top: 0;
margin-bottom: 0;
color: $color-text-light;
border-color: $color-button-constructive-border;
border-bottom-color: darken($color-button-constructive-border, 10%);
Expand Down

0 comments on commit a5666d6

Please sign in to comment.