Projet

Général

Profil

0001-manager-don-t-include-bullets-in-radio-fields-28164.patch

Frédéric Péters, 21 juin 2019 09:14

Télécharger (954 octets)

Voir les différences:

Subject: [PATCH] manager: don't include bullets in radio fields (#28164)

 .../manager/static/authentic2/manager/css/style.css         | 6 ++++++
 1 file changed, 6 insertions(+)
src/authentic2/manager/static/authentic2/manager/css/style.css
80 80
  width: 100%;
81 81
}
82 82

  
83
.form-inner-container p + ul {
84
  list-style: none;
85
  margin-left: 0;
86
  padding-left: 0.5em;
87
}
88

  
83 89
.with-actions #main .form-inner-container {
84 90
  width: 70%;
85 91
  float: left;
86
-