Projet

Général

Profil

0001-misc-fix-position-of-expression-icon-when-there-s-so.patch

Frédéric Péters, 06 octobre 2016 17:32

Télécharger (828 octets)

Voir les différences:

Subject: [PATCH] misc: fix position of expression icon when there's some help
 text (#13498)

 wcs/qommon/static/css/dc2/admin.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
wcs/qommon/static/css/dc2/admin.css
1257 1257
	font-family: FontAwesome;
1258 1258
	content: "\f1b2";
1259 1259
	position: absolute;
1260
	bottom: 8px;
1260
	top: 8px;
1261 1261
	left: 6px;
1262 1262
	box-sizing: border-box;
1263 1263
	border: 1px solid transparent;
1264
-