Fix enterprise admin form style, which was being clobbered by CMS styles

This commit is contained in:
Rohan Mitchell
2013-10-30 09:56:44 +11:00
parent 5c9c96e174
commit cbdd8a0091
2 changed files with 7 additions and 1 deletions

View File

@@ -0,0 +1,4 @@
html {
height: auto;
background-color: transparent;
}

View File

@@ -1,4 +1,5 @@
-# Include all stylesheets except reset (which overrides Spree styles)
-# Then restore styles which override Spree's
-# See cms/app/views/layouts/cms_admin/_head.html.erb
= stylesheet_link_tag 'comfortable_mexican_sofa/structure',
'comfortable_mexican_sofa/typography',
@@ -9,7 +10,8 @@
'comfortable_mexican_sofa/codemirror',
'comfortable_mexican_sofa/jquery_ui',
'comfortable_mexican_sofa/dialogs',
'comfortable_mexican_sofa/widgets'
'comfortable_mexican_sofa/widgets',
'shared/restore_spree_from_cms'
= javascript_include_tag('comfortable_mexican_sofa/application')