You are here

shs.form.css in Simple hierarchical select 7

Styles for shs module on forms.

File

theme/shs.form.css
View source
  1. /**
  2. * @file
  3. * Styles for shs module on forms.
  4. */
  5. .shs-wrapper-processed select {
  6. margin-top: 4px;
  7. vertical-align: top;
  8. }
  9. .shs-wrapper-processed .has-children {
  10. background: url("images/arrow.png") no-repeat scroll right center transparent;
  11. margin-right: 5px;
  12. }
  13. .shs-term-add-new-wrapper {
  14. display: inline-block;
  15. margin: 0 0 0 10px;
  16. vertical-align: bottom;
  17. }
  18. .shs-term-add-new-wrapper .buttons {
  19. font-size: 12px;
  20. text-align: right;
  21. }
  22. .shs-term-add-new-wrapper a {
  23. display: inline;
  24. font-size: 12px;
  25. margin: 0 2px;
  26. padding: 1px 3px;
  27. }
  28. .shs-term-add-new-wrapper input {
  29. font-size: 90%;
  30. padding: 1px 4px;
  31. }