Projet

Général

Profil

0001-grandlyon-glc-improve-cgu-checkbox-display.patch

Benjamin Dauvergne, 27 juillet 2021 11:17

Télécharger (1,54 ko)

Voir les différences:

Subject: [PATCH] grandlyon-glc: improve cgu checkbox display

 static/grandlyon-glc/_custom.scss | 9 +++++++--
 static/grandlyon-glc/_glc.scss    | 2 +-
 2 files changed, 8 insertions(+), 3 deletions(-)
static/grandlyon-glc/_custom.scss
558 558
}
559 559

  
560 560
div.hint {
561
	font-size: 0.7em;
561
	font-size: 1em;
562 562
}
563 563

  
564 564
div#cgu > div {
......
608 608
}
609 609

  
610 610
/* customize "remember me" checkbox */
611
#id_remember_me_p, div.a2-oidc-authorization-form--do-not-ask-again {
611
#id_remember_me_p, div.a2-oidc-authorization-form--do-not-ask-again, div.django-checkbox-input {
612 612
	position: relative;
613 613
	div.title {
614 614
		position: relative;
......
647 647
			width: 15px;
648 648
			height: 15px;
649 649
		}
650
	}
651
}
652

  
653
#id_remember_me_p, div.a2-oidc-authorization-form--do-not-ask-again {
654
	div.content {
650 655
		div.hint {
651 656
			text-indent: -9999px;
652 657
			width: 11px;
static/grandlyon-glc/_glc.scss
8 8
	font-style: italic;
9 9
}
10 10

  
11
a.support-link {
11
a.support-link, .hint a {
12 12
	border-bottom: 2px solid $link-color;
13 13
}
14 14

  
15
-