Projet

Général

Profil

0001-style-cancel-form-padding-hack-for-authentic-dialogs.patch

Frédéric Péters, 12 janvier 2020 14:53

Télécharger (767 octets)

Voir les différences:

Subject: [PATCH] style: cancel form padding hack for authentic dialogs
 (#38905)

 gadjo/static/css/_hacks.scss | 4 ++++
 1 file changed, 4 insertions(+)
gadjo/static/css/_hacks.scss
18 18
	box-sizing: border-box;
19 19
}
20 20

  
21
.ui-dialog div.form-inner-container {  // authentic
22
	padding: 0;
23
}
24

  
21 25
div.other_actions { // authentic
22 26
	margin-left: 71%;
23 27
	width: 29%;
24
-