Projet

Général

Profil

0001-css-don-t-use-full-width-for-buttons-in-dialog-conte.patch

Frédéric Péters, 12 mai 2019 10:34

Télécharger (766 octets)

Voir les différences:

Subject: [PATCH] css: don't use full width for buttons in dialog content
 (#33014)

 gadjo/static/css/_jqueryui.scss | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
gadjo/static/css/_jqueryui.scss
203 203
		textarea {
204 204
			width: 100%;
205 205
		}
206
		input[type=radio], input[type=checkbox] {
206
		input[type=submit], input[type=radio], input[type=checkbox] {
207 207
			width: auto;
208 208
		}
209 209
	}
210
-