You are here

shs.form.css in Simple hierarchical select 8

Same filename and directory in other branches
  1. 2.0.x css/shs.form.css

Styles for shs module on forms.

File

css/shs.form.css
View source
  1. /**
  2. * @file
  3. * Styles for shs module on forms.
  4. */
  5. .shs-field-container {
  6. margin-bottom: .25rem;
  7. }
  8. .shs-widget-container {
  9. display: inline-block;
  10. }
  11. .shs-widget-container .has-children {
  12. background: url("../images/arrow.png") no-repeat scroll right center transparent;
  13. margin-right: 5px;
  14. }
  15. .shs-addnew-container {
  16. margin-top: .5rem;
  17. }