# HG changeset patch # User Goffi # Date 1560323693 -7200 # Node ID 131fd1eeb1325626461c8e69bdbe09817a31bae4 # Parent e03e085bf7e8a2bc62c7c2666395e4c50c709833 css (tickets): hide "author" field when editing a ticket diff -r e03e085bf7e8 -r 131fd1eeb132 sat_templates/templates/default/static/ticket.css --- a/sat_templates/templates/default/static/ticket.css Wed Jun 12 09:13:42 2019 +0200 +++ b/sat_templates/templates/default/static/ticket.css Wed Jun 12 09:14:53 2019 +0200 @@ -112,6 +112,18 @@ margin-top: 3em; } +/* edit/new ticket */ + +.create #wid_author, +.create label[for="wid_author"] +{ + /* workaround to keep author when node owner/admin modify a ticket and + * "consistent publisher" is activated. We don't want to display it as there + * is not need to modify it manually */ + display: none; +} + + @media (min-width: 800px) { ul.xmlui_list { padding: 0 2em;