You are here

commerce_kickstart_inline_help.css in Commerce Kickstart 7.2

#commerce-kickstart-inline-help-button {
  float: right;
}
#commerce-kickstart-inline-help-button {
  float: inherit;
  position: relative;
}
#commerce-kickstart-inline-help {
  position: relative;
  z-index: 1;
}
#commerce-kickstart-inline-help-button #edit-commerce-kickstart-inline-help-button {
  margin: 10px 0 0;
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 1;
}
#commerce-kickstart-inline-help-button .ajax-progress {
  bottom: 100%;
  right: 0;
  position: absolute;
  width: 150px;
}
#commerce-kickstart-inline-help-button #edit-commerce-kickstart-inline-help-button {
  margin-bottom: 0;
  position: relative;
}
#commerce-kickstart-inline-help-button .ajax-progress {
  position: relative;
  width: auto;
}

File

modules/commerce_kickstart/commerce_kickstart_help/commerce_kickstart_inline_help/commerce_kickstart_inline_help.css
View source
  1. #commerce-kickstart-inline-help-button {
  2. float: right;
  3. }
  4. #commerce-kickstart-inline-help-button {
  5. float: inherit;
  6. position: relative;
  7. }
  8. #commerce-kickstart-inline-help {
  9. position: relative;
  10. z-index: 1;
  11. }
  12. #commerce-kickstart-inline-help-button #edit-commerce-kickstart-inline-help-button {
  13. margin: 10px 0 0;
  14. position: absolute;
  15. right: 0;
  16. top: 100%;
  17. z-index: 1;
  18. }
  19. #commerce-kickstart-inline-help-button .ajax-progress {
  20. bottom: 100%;
  21. right: 0;
  22. position: absolute;
  23. width: 150px;
  24. }
  25. #commerce-kickstart-inline-help-button #edit-commerce-kickstart-inline-help-button {
  26. margin-bottom: 0;
  27. position: relative;
  28. }
  29. #commerce-kickstart-inline-help-button .ajax-progress {
  30. position: relative;
  31. width: auto;
  32. }