comparison sat_templates/templates/default/static/ticket.css @ 208:89f940763b02

css (ticket): no need to hide "author" anymore, it's ignored again in Libervia following updating fix.
author Goffi <goffi@goffi.org>
date Fri, 14 Jun 2019 12:43:47 +0200
parents 131fd1eeb132
children
comparison
equal deleted inserted replaced
207:15db910a957a 208:89f940763b02
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
127 @media (min-width: 800px) { 116 @media (min-width: 800px) {
128 ul.xmlui_list { 117 ul.xmlui_list {
129 padding: 0 2em; 118 padding: 0 2em;
130 } 119 }