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
|
|
This post was edited by medar (2009-02-13 20:58, 16 years ago) |
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!
|