Skip to content

Commit

Permalink
Site Settings: Update Composing styles as implemented in #11240
Browse files Browse the repository at this point in the history
  • Loading branch information
tyxla committed Feb 14, 2017
1 parent 14860b8 commit cd4e723
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ class AfterTheDeadline extends Component {
const { afterTheDeadlineModuleActive, translate } = this.props;

return (
<div className="composing__module-settings is-indented">
<div className="composing__module-settings site-settings__child-settings">
<FormLegend>
{ translate( 'Proofreading' ) }
</FormLegend>
Expand All @@ -100,7 +100,7 @@ class AfterTheDeadline extends Component {
const { afterTheDeadlineModuleActive, translate } = this.props;

return (
<div className="composing__module-settings is-indented">
<div className="composing__module-settings site-settings__child-settings">
<FormLegend>
{ translate( 'Automatic Language Detection' ) }
</FormLegend>
Expand All @@ -121,7 +121,7 @@ class AfterTheDeadline extends Component {
const { afterTheDeadlineModuleActive, translate } = this.props;

return (
<div className="composing__module-settings is-indented">
<div className="composing__module-settings site-settings__child-settings">
<FormLegend>
{ translate( 'English Options' ) }
</FormLegend>
Expand Down Expand Up @@ -150,7 +150,7 @@ class AfterTheDeadline extends Component {
: [];

return (
<div className="composing__module-settings is-indented">
<div className="composing__module-settings site-settings__child-settings">
<FormLegend>
{ translate( 'Ignored Phrases' ) }
</FormLegend>
Expand Down
4 changes: 0 additions & 4 deletions client/my-sites/site-settings/composing/style.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
.composing__module-settings.is-indented {
margin: 16px 32px 0;
}

.composing__info-link-container {
float: right;
}

0 comments on commit cd4e723

Please sign in to comment.