Skip to content

Commit

Permalink
Removed contenttype-task css declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
sgeulette committed Jul 30, 2018
1 parent 5f0e8a0 commit 6241c25
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 16 deletions.
2 changes: 1 addition & 1 deletion CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Changelog

- Added validator on assigned_user
[sgeulette]
- Corrected table column style. Added contenttype css icon
- Corrected table column style.
[sgeulette]
- pep8 on imports
[sgeulette]
Expand Down
15 changes: 0 additions & 15 deletions src/collective/task/browser/static/collectivetask.css
Original file line number Diff line number Diff line change
Expand Up @@ -11,21 +11,6 @@
font-weight: bold;
}

/* icon */
.icons-on .contenttype-task {
background: url("++resource++collective.task/task_icon.png") no-repeat scroll transparent;
display: inline;
line-height: 1.1em;
padding-left: 20px !important;
}

.template-folder_contents.icons-on #listing-table td > img[src*="++resource++collective.task"],
.template-folder_listing.icons-on #content-core dt span.summary > img[src*="++resource++collective.task"],
.template-folder_tabular_view.icons-on table.listing td > img[src*="++resource++collective.task"]
{
display: none
}

/* colorization for workflow */

.state-created {
Expand Down

0 comments on commit 6241c25

Please sign in to comment.