Projet

Général

Profil

0001-reduce-panels-width-in-order-to-keep-their-alignment.patch

Serghei Mihai (congés, retour 15/05), 19 décembre 2017 14:09

Télécharger (806 octets)

Voir les différences:

Subject: [PATCH] reduce panels width in order to keep their alignment in IE 11
 (#20538)

 welco/static/css/style.css | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
welco/static/css/style.css
48 48
	position: relative;
49 49
}
50 50

  
51
.panels-2 .cell { width: calc(100% / 2); }
52
.panels-3 .cell { width: calc(100% / 3); }
51
.panels-2 .cell { width: calc(99.9% / 2); }
52
.panels-3 .cell { width: calc(99.9% / 3); }
53 53

  
54 54
#content.big-top .cell {
55 55
	height: 5%;
56
-