Skip to content
This repository has been archived by the owner on Jun 24, 2020. It is now read-only.

Commit

Permalink
fix(fr): form resources css/cf dependency fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
cfarm committed Aug 11, 2015
1 parent 88e058e commit d331e2f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,10 @@
"cf-expandables": "git://github.com/cfpb/cf-expandables.git#0.6.1",
"cf-forms": "git://github.com/cfpb/cf-forms.git#1.1.0",
"cf-grid": "git://github.com/cfpb/cf-grid.git#0.9.0",
"cf-layout": "git://github.com/cfpb/cf-layout.git#0.2.2",
"cf-pagination": "git://github.com/cfpb/cf-pagination.git#0.4.1",
"cf-icons": "git://github.com/cfpb/cf-icons.git#0.4.0",
"cf-typography": "git://github.com/cfpb/cf-typography.git#0.7.0",
"highcharts-release": "~3.0.10",
"chosen": "https://github.com/harvesthq/chosen/releases/download/v1.1.0/chosen_v1.1.0.zip",
"rangeslider.js": "~0.2.9",
Expand Down
7 changes: 7 additions & 0 deletions src/static/css/module/form-resources.less
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

.webfont-regular();

.content_wrapper {
margin-right: auto;
margin-left: auto;
}

.content_main {
.respond-to-min(@tablet-min, {
padding-top: unit(@grid_gutter-width * 1.5, px);
Expand All @@ -26,6 +31,8 @@

&_wrapper {
.wrapper();
margin-right: auto;
margin-left: auto;
padding: 0;
}

Expand Down

0 comments on commit d331e2f

Please sign in to comment.