Projet

Général

Profil

0001-style-no-longer-use-a-red-square-to-mark-required-fi.patch

Frédéric Péters, 27 mai 2015 10:37

Télécharger (848 octets)

Voir les différences:

Subject: [PATCH] style: no longer use a red square to mark required fields
 (#7368)

 wcs/qommon/static/css/qommon.css | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)
wcs/qommon/static/css/qommon.css
162 162
}
163 163

  
164 164
span.required {
165
	background: transparent url(required.png) 0px 0.5ex no-repeat;
166
	padding: 0 0 0 24px;
167
	margin-left: 1ex;
168
	overflow: hidden;
169
	color: white;
165
	margin-left: 0.7ex;
166
	position: relative;
167
	top: -0.2ex;
170 168
}
171 169

  
172 170
div.buttons {
173
-