Mercurial > libervia-templates
comparison sat_templates/templates/default/static/ticket.css @ 206:131fd1eeb132
css (tickets): hide "author" field when editing a ticket
author | Goffi <goffi@goffi.org> |
---|---|
date | Wed, 12 Jun 2019 09:14:53 +0200 |
parents | 679cad989280 |
children | 89f940763b02 |
comparison
equal
deleted
inserted
replaced
205:e03e085bf7e8 | 206:131fd1eeb132 |
---|---|
110 | 110 |
111 .comment_post { | 111 .comment_post { |
112 margin-top: 3em; | 112 margin-top: 3em; |
113 } | 113 } |
114 | 114 |
115 /* edit/new ticket */ | |
116 | |
117 .create #wid_author, | |
118 .create label[for="wid_author"] | |
119 { | |
120 /* workaround to keep author when node owner/admin modify a ticket and | |
121 * "consistent publisher" is activated. We don't want to display it as there | |
122 * is not need to modify it manually */ | |
123 display: none; | |
124 } | |
125 | |
126 | |
115 @media (min-width: 800px) { | 127 @media (min-width: 800px) { |
116 ul.xmlui_list { | 128 ul.xmlui_list { |
117 padding: 0 2em; | 129 padding: 0 2em; |
118 } | 130 } |
119 .xmlui_list li { | 131 .xmlui_list li { |