Sergeich |
|
---|---|
I suggest to all fields and buttons in CMS assign css-classes.
This will give the unity of style. Simplify coder. All buttons - class .button Textarea - class .textarea Select - class .select Big input - class .biginput Short input - class .shortinput Radio input - class .radio Checkbox input - class .checkbox |
medar |
|
---|---|
I agree.
But it is not "quick task". Complex solution will change many of system files and need wide testing. rangjungyeshe.ru
|
|
Відредаговано: medar (13.02.2009 20:58, 16 років тому) |
Trustmaster |
|
---|---|
Can't it be achieved by just using CSS selectors?
input[type="button"] { }
textarea { }
select { }
input[type="radio"] { }
input[type="checkbox"] { } May the Source be with you!
|