Commit c17191168f746a4663d5a907d69ea1a6e0b29eb1

Authored by Cédric RICARD
1 parent c247833f

Enlarging default input fields

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
calexium_lib/web/CXM_generic_form.anubis
@@ -253,7 +253,7 @@ define HTML_Row(HTML_In_Form) @@ -253,7 +253,7 @@ define HTML_Row(HTML_In_Form)
253 cell([left ], text_input([], "",htmlId(""),wan,init,if w is 253 cell([left ], text_input([], "",htmlId(""),wan,init,if w is
254 { 254 {
255 small then 10, 255 small then 10,
256 - narrow then 30, 256 + narrow then 50,
257 wide then 70, 257 wide then 70,
258 custom(n) then n 258 custom(n) then n
259 })) 259 }))