shs.form.css in Simple hierarchical select 2.0.x
Same filename and directory in other branches
Styles for shs module on forms.
File
css/shs.form.cssView source
- /**
- * @file
- * Styles for shs module on forms.
- */
-
- .shs-field-container {
- margin-bottom: .25rem;
- }
- .shs-widget-container {
- display: inline-block;
- }
- .shs-widget-container .has-children {
- background: url("../images/arrow.png") no-repeat scroll right center transparent;
- margin-right: 5px;
- }
- .shs-addnew-container {
- margin-top: .5rem;
- }