Skip to content

Commit

Permalink
webcompat#1261 fix the buttons with the new layout
Browse files Browse the repository at this point in the history
  • Loading branch information
karlcow committed Jan 5, 2017
1 parent 28c4598 commit 773ec47
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions webcompat/static/css/development/components/button.css
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
background-image: none;
user-select: none;
-webkit-appearance: none;
margin: 0 1em .5em 1em;
}
/**
* Remove excess padding and border in Firefox 4+
Expand Down
5 changes: 4 additions & 1 deletion webcompat/static/css/development/components/comment.css
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,10 @@
/* Button */
.wc-Comment-button {
text-align: right;
margin:1.2em 0 0;
margin: 0.6em auto 0 auto;
display: flex;
flex-direction: row;
justify-content: center;
}

@media all and (max-width: 48.12em) {
Expand Down
1 change: 0 additions & 1 deletion webcompat/static/css/development/components/form.css
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
/* group item */
.wc-Form-group {
position: relative;
margin-bottom: 1.6em;
}

/* information: wrap label and helpMessage */
Expand Down

0 comments on commit 773ec47

Please sign in to comment.