Projet

Général

Profil

0001-backoffice-adjust-vertical-alignment-of-long-status-.patch

Frédéric Péters, 17 avril 2016 22:17

Télécharger (808 octets)

Voir les différences:

Subject: [PATCH] backoffice: adjust vertical alignment of long status labels
 (#10679)

 wcs/qommon/static/css/dc2/admin.css | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
wcs/qommon/static/css/dc2/admin.css
1234 1234

  
1235 1235
p.current-level span,
1236 1236
p.current-status span {
1237
	line-height: 40px;
1237
	height: 40px;
1238
	display: table-cell;
1239
	vertical-align: middle;
1240
	line-height: 130%;
1238 1241
}
1239 1242

  
1240 1243
p.current-level .item,
1241
-