Projet

Général

Profil

0001-rouen-switch-submit-button-the-the-right-28478.patch

Emmanuel Cazenave, 30 novembre 2018 11:15

Télécharger (830 octets)

Voir les différences:

Subject: [PATCH] rouen: switch submit button the the right (#28478)

 static/rouen/_custom.scss | 7 +++++++
 1 file changed, 7 insertions(+)
static/rouen/_custom.scss
240 240
	margin-bottom: 0.5em;
241 241
}
242 242

  
243
div#content div.buttons.submit {
244
	@include flexbox();
245
	& div.submit-button {
246
		order: 1;
247
	}
248
}
249

  
243 250
div#content div.SubmitWidget {
244 251
	button[name=submit][value=Suivant], button[name=submit][value=Valider], button[name=previous] {
245 252
		background-color: $primary-color;
246
-