Projet

Général

Profil

0001-style-enlarge-side-form-to-increase-date-input-width.patch

Frédéric Péters, 04 octobre 2020 11:30

Télécharger (1,01 ko)

Voir les différences:

Subject: [PATCH] style: enlarge side form to increase date input widths
 (#47311)

 bijoe/static/css/bijoe.css | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)
bijoe/static/css/bijoe.css
32 32
@media screen and (min-width: 800px) {
33 33
  .cube-form {
34 34
    float: right;
35
    width: 20em;
35
    width: 23em;
36 36
    padding-left: 2em;
37 37
    clear: right;
38 38
  }
39
  input[type=date] {
40
    padding-right: 0.2em;
41
  }
39 42
}
40 43

  
41 44
/* size daterange fields in order to fit on one line inside the right column */
......
80 83
    min-height: 80vh;
81 84
  }
82 85
  #data {
83
    width: calc(100% - 23em);
86
    width: calc(100% - 24em);
84 87
  }
85 88
  #data div.graph {
86 89
    height: 70vh;
87
-