Projet

Général

Profil

0001-slightly-adjust-iframe-dimensions-to-better-match-co.patch

Frédéric Péters, 18 octobre 2016 09:30

Télécharger (691 octets)

Voir les différences:

Subject: [PATCH] slightly adjust iframe dimensions to better match combo
 (#13647)

 bijoe/static/css/bijoe.css | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
bijoe/static/css/bijoe.css
92 92
}
93 93

  
94 94
.bijoe-iframe #data {
95
  width: 100vw;
96
  height: 99vh;
95
  width: 98vw;
96
  height: 98vh;
97 97
}
98 98

  
99 99
/* table representation */
100
-