Ticket #46 (new enhancement)

Opened 3 years ago

Last modified 3 years ago

A better forms.css

Reported by: Matt Goodall <matt@pollenation.net> Assigned to: somebody
Priority: normal Milestone:
Component: css Version:
Severity: normal Keywords:
Cc:

Description

forms.css should be re-written/re-factored so that the "structural" parts are separate from the "pretty" parts, i.e. write the form something like:

/* Width of the label and position of the actual widget  */
.thing .label {
}

...

/* Colour changes for errors */
... {
}

That should make it much easier to work out what to replace if you want to change the style.

Change History

01/06/06 00:41:32 changed by anonymous

  • type changed from defect to enhancement.