Projet

Général

Profil

0001-manager-give-the-add-user-role-select2-all-the-avail.patch

Frédéric Péters, 17 juin 2015 10:58

Télécharger (967 octets)

Voir les différences:

Subject: [PATCH] manager: give the "add user/role" select2 all the available
 space (#7599)

 src/authentic2/manager/static/authentic2/manager/css/style.css | 5 +++++
 1 file changed, 5 insertions(+)
src/authentic2/manager/static/authentic2/manager/css/style.css
44 44
.manager-m2m-add-form {
45 45
	margin-top: 2em;
46 46
	margin-bottom: 2em;
47
	display: flex;
47 48
}
48 49

  
50
.manager-m2m-add-form .select2-container {
51
	flex-grow: 1;
52
	margin: 0 1em;
53
}
49 54

  
50 55
table.main td.name {
51 56
        text-align: left;
52
-