When I click on the [input] search field, and the popup appears, the [add] button moves to the right of the popup. :-(
On Monday, 3 September 2012 14:24:26 UTC-5, Niphlod wrote: > > gotcha, but I can't do without modifyng sqlhtml.py > > Added also a few px of margin to align "search" and "clear" to the input, > made it look similar to the "add, back & Co.", enlarged the search input a > little bit (a requirement from all my users) > > On Monday, September 3, 2012 9:12:00 PM UTC+2, Massimo Di Pierro wrote: >> >> No always two rows, no cols but "records found" should be on the same row >> as [add] but right-aligned. >> >> On Monday, 3 September 2012 13:54:18 UTC-5, Niphlod wrote: >>> >>> you mean "always two rows, with two columns every row", i.e. always: >>> >>> row1-col1: input row1-col2:search clear >>> row2-col1: add row2-col2: records found >>> >>> ? >>> >>> On Monday, September 3, 2012 8:17:51 PM UTC+2, Massimo Di Pierro wrote: >>>> >>>> Right now the gird console (defined in sqlhtml.py) looks like >>>> >>>> [add] [input.... ] [search] [clear] >>>> [hidden popup] >>>> (records found ...) >>>> >>>> but some times it shows up as >>>> >>>> [add] >>>> [input ...] [search] [clear] >>>> [hidden popup] >>>> (records found ...) >>>> >>>> I would like it to consistently look like this >>>> >>>> [input ...] [search] [clear] >>>> [hidden popup] >>>> [add] (records found ...) >>>> >>>> always to cols with popup in between, never 3 cols. >>>> >>>> Can somebody help with this? >>>> >>>> >>>> --

