Projet

Général

Profil

0001-nanterre-change-edit-button-style-on-mobile-27388.patch

Thomas Noël, 17 octobre 2018 18:13

Télécharger (690 octets)

Voir les différences:

Subject: [PATCH] nanterre: change edit-button style on mobile (#27388)

 static/nanterre/_custom.scss | 7 +++++++
 1 file changed, 7 insertions(+)
static/nanterre/_custom.scss
291 291
	#nav-wrapper {
292 292
		margin-top: -80px;
293 293
	}
294
	div.part .edit-button {
295
		position: relative;
296
		right: 0;
297
		top: 0;
298
		float: right;
299
		margin-right: 10px;
300
	}
294 301
}
295
-