Skip to content

Commit

Permalink
bundle and style tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
agitator committed Apr 24, 2019
1 parent 0aeef26 commit b03b3c3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
3 changes: 1 addition & 2 deletions src/collective/easyform/browser/easyform.css
Expand Up @@ -62,8 +62,7 @@
display: none;
}

.contenttype-easyform.contenttype-easyform::before,
#edit-zone #plone-contentmenu-factories .plonetoolbar-contenttype .contenttype-easyform::before {
.contenttype-easyform.contenttype-easyform::before {
font-family: 'Glyphicons Halflings';
content: '\e028';
top: 2px;
Expand Down
8 changes: 5 additions & 3 deletions src/collective/easyform/profiles/default/registry.xml
Expand Up @@ -59,14 +59,16 @@
</value>
</record>

<records prefix="plone.bundles/easyform"
interface='Products.CMFPlone.interfaces.IBundleRegistry'>
<records prefix="plone.bundles/easyform"
interface="Products.CMFPlone.interfaces.IBundleRegistry">
<value key="enabled">True</value>
<value key="compile">False</value>
<value key="csscompilation">++resource++easyform.css</value>
<value key="depends">plone</value>
<value key="last_compilation">2019-04-24 15:10:00</value>
<value key="resources">
</value>
<value key="merge_with">default</value>
</records>


</registry>

0 comments on commit b03b3c3

Please sign in to comment.