Projet

Général

Profil

0001-style-adjust-content-height-for-new-gadjo-header-314.patch

Frédéric Péters, 16 mars 2019 10:44

Télécharger (944 octets)

Voir les différences:

Subject: [PATCH] style: adjust content height for new gadjo header (#31477)

 welco/static/css/style.css | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)
welco/static/css/style.css
6 6
	width: 100%;
7 7
	border: 0;
8 8
	padding: 0;
9
	height: calc(100vh - 41px); /* #top 40px + #top border 1px */
9
	height: calc(100vh - 61px); /* #top 60px + #top border 1px */
10
}
11

  
12
body[data-environment-label] div#main-content {
13
	height: calc(100vh - 71px); /* #top 60px + #top border 1px + #header bottom-border 10px */
10 14
}
11 15

  
12 16
body.welco-home div#more-user-links {
13
-