Skip to content

Commit

Permalink
Merge branch '2.1'
Browse files Browse the repository at this point in the history
Conflicts:
	composer.json
  • Loading branch information
rande committed Mar 11, 2013
2 parents 4ffbf1c + 8b4266b commit aa735c5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
3 changes: 0 additions & 3 deletions DependencyInjection/SonataAdminExtension.php
Original file line number Diff line number Diff line change
Expand Up @@ -146,9 +146,6 @@ public function configureClassesToCompile()
"Sonata\\AdminBundle\\Builder\\ListBuilderInterface",
"Sonata\\AdminBundle\\Builder\\RouteBuilderInterface",
"Sonata\\AdminBundle\\Builder\\ShowBuilderInterface",
"Sonata\\AdminBundle\\Controller\\CoreController",
"Sonata\\AdminBundle\\Controller\\CRUDController",
"Sonata\\AdminBundle\\Controller\\HelperController",
"Sonata\\AdminBundle\\Datagrid\\Datagrid",
"Sonata\\AdminBundle\\Datagrid\\DatagridInterface",
"Sonata\\AdminBundle\\Datagrid\\DatagridMapper",
Expand Down
2 changes: 1 addition & 1 deletion Resources/public/base.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
jQuery(document).ready(function() {
jQuery('html').removeClass('no-js');
Admin.add_pretty_errors(document);
Admin.add_collapsed_toggle();
Admin.add_collapsed_toggle(document);
Admin.add_filters(document);
Admin.set_object_field_value(document);
Admin.setup_collection_buttons(document);
Expand Down
8 changes: 6 additions & 2 deletions Resources/public/css/layout.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
@media (min-width: 979px) {
body.sonata-bc {
padding-top: 60px;
}

@media (max-width: 978px) {
body.sonata-bc {
padding-top: 60px;
padding-top: 0;
}
}

Expand Down

0 comments on commit aa735c5

Please sign in to comment.