b-b-a / bba-power

1 stars 0 forks source link

Edit Boxes - make max use of table width for ....... #224

Open ghost opened 11 years ago

ghost commented 11 years ago

EP - added " width: 430px;" to site.css line 465 to make the field widths as big as can be fitted in for file names in version 4.0.1g. This needs checking please. I suspect it is probably better to make the table width 100% (line 308) so it fills the box. But line 289 is: .zend_form p[id$=label], .zend_form .label { float: left; with text-align: right; following. The "float: left" would appear to be redundant?? Aaahh - the edit site address is made with p's rather than a table - that is why it is there - suggest the edit windows should all be tables - much easier to control and line up.

The button line is best as 2 tds with the first a -nbsp- and the second the buttons - that way the buttons line up wit the fields in the table automatically.

The sdandard width for text fields seems to be 15em. We need to overide this most times - particularly fro address lines - to be longer. (in particular Address edit, personel edit).

shaunfreeman commented 11 years ago

yes I have been working on putting all forms into tables only a few to go now