Projet

Général

Profil

0002-minint-float-buttons-to-the-left-16161.patch

Voir les différences:

Subject: [PATCH 2/6] minint: float buttons to the left (#16161)

 static/minint/sass/_form.scss | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
static/minint/sass/_form.scss
225 225
  padding-top: 2em;
226 226
  margin: 0;
227 227

  
228
    button,
228 229
    input {
229 230
      font-family: $font-family-sans-serif;
230 231
      margin: 0;
......
251 252
      &:focus { background-color: #FFF; color: $blue; }
252 253
    }
253 254
   }
254
   div.previous-button { margin-right: 2em;
255
   div.previous-button { margin-right: 2em; float: left;
255 256
    input { background-image: url('img/chevron-back.png'); background-repeat: no-repeat; background-position: 5px center; }
256 257
   }
257
   div.cancel-button {}
258
   div.cancel-button {float: left}
258 259
}
259 260

  
260 261
// messages d'erreur/validation
261
-