Projet

Général

Profil

0001-newsletter-subscription-styles-12911.patch

Serghei Mihai (congés, retour 15/05), 14 septembre 2016 16:41

Télécharger (999 octets)

Voir les différences:

Subject: [PATCH] newsletter subscription styles (#12911)

 static/includes/_cells.scss | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)
static/includes/_cells.scss
286 286
        list-style-type: none;
287 287
}
288 288

  
289
div.lingobasketcell input[type=submit], div.newsletterscell input[type=submit] {
289
div.lingobasketcell input[type=submit], div.newsletterscell input[type=submit],
290
div.newslettersubscriptioncell input[type=submit] {
290 291
        margin: 0 1em 1em 1em;
292
        display: block;
291 293
}
292 294

  
293 295
/* newsletters */
296

  
297
.newslettersubscriptioncell form {
298
    margin: 1em;
299
}
300

  
294 301
.newsletterscell table {
295 302
    width: 100%;
296 303
    font-size: 0.9em;
297
-