Skip to content

Commit

Permalink
fix icon
Browse files Browse the repository at this point in the history
  • Loading branch information
jensens committed Nov 23, 2021
1 parent 0b8808b commit f401228
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 11 deletions.
11 changes: 1 addition & 10 deletions src/collective/easyform/browser/easyform.css
Expand Up @@ -2,7 +2,7 @@
background: #eee;
padding: 1em 1em 1px 1em;
margin: 0.5em 0;
-moz-border-radius: 0.5em;
border-radius: 0.5em;
position: relative;
border: solid 2px #ccc;
}
Expand Down Expand Up @@ -50,15 +50,6 @@
border-top: none;
}

.contenttype-easyform.contenttype-easyform::before {
font-family: 'Glyphicons Halflings';
content: '\e028';
top: 2px;
}

.icon-easyform-view.toolbar-menu-icon::before {
content: '\e807';
}
body.portaltype-easyform div.crud-form tbody label {
display: none;
}
3 changes: 2 additions & 1 deletion src/collective/easyform/profiles/default/types/EasyForm.xml
Expand Up @@ -9,7 +9,8 @@
>EasyForm</property>
<property name="description"
i18n:translate=""
>EasyForm</property>
>A web-form builder</property>
<property name="icon_expr">string:ui-checks</property>
<property name="global_allow">True</property>
<property name="filter_content_types">False</property>
<property name="allowed_content_types" />
Expand Down

0 comments on commit f401228

Please sign in to comment.