form_styler.css |
css/form_styler.css |
|
.webform-container-inline div.jq-radio__div,
.webform-container-inline div.jq-checkbox__div,
.webform-container-inline div.jq-selectbox__select {
display: block;
}
.jq-selectbox__dropdown ul,
.jq-selectbox__dropdown ul li {
margin:… |
form_styler.drush.inc |
drush/form_styler.drush.inc |
|
Drush integration for form_styler. |
form_styler.info |
form_styler.info |
|
name=jQuery form styler
description=jQuery form styler script by Dimox
core=7.x
package = User interface
configure=admin/config/user-interface/form-styler
dependencies[] = libraries (>=2.x)
dependencies[] = jquery_update |
form_styler.install |
form_styler.install |
|
Contains install and update functions for form_styler. |
form_styler.module |
form_styler.module |
|
Attach jQuery form styler plugin to selected forms. |
README.txt |
README.txt |
|
-- SUMMARY --
Form styler uses the jQuery form styler plugin to make your form select,
checkbox, radio and file elements more user-friendly.
-- INSTALLATION WITHOUT DRUSH--
1. Download and enable the module.
2. Download the jQuery form styler… |