Projet

Général

Profil

0001-style-do-not-indent-form-elements-labels-buttons-sel.patch

Frédéric Péters, 23 juin 2015 07:22

Télécharger (1,42 ko)

Voir les différences:

Subject: [PATCH] style: do not indent form elements (labels, buttons, selects)
 (#7660)

 .../manager/static/authentic2/manager/css/style.css         | 13 ++++++-------
 1 file changed, 6 insertions(+), 7 deletions(-)
src/authentic2/manager/static/authentic2/manager/css/style.css
14 14
	margin-bottom: 2em;
15 15
}
16 16

  
17
#sidebar input {
18
	max-width: calc(100% - 20px);
19
}
20

  
17 21
#sidebar button {
18
       width: calc(100% - 10px);
19
       margin-left: 10px;
22
       width: 100%;
20 23
}
21 24

  
22 25

  
......
196 199
form table tr th {
197 200
        text-align: right;
198 201
}
199
div.buttons, form p label {
200
  margin-left: 10px;
201
}
202 202
form p input, form p select, form p textarea {
203 203
  width: calc(100% - 28px);
204 204
}
......
232 232
    display: inline;
233 233
    font-size: 0.99em;
234 234
    height: calc(1em + 17px);
235
    margin-left: 10px;
236 235
    padding: 5px 8px;
237
    width: calc(100% - 10px);
236
    width: 100%;
238 237
}
239 238

  
240 239
#id_generate_password_p label, #id_reset_password_at_next_login_p label,
241
-