You are here

soft_length_limit.css in Soft Length Limit 7

.soft-length-limit-tooltip {
  display: inline-block;
  font-style: italic;
  position: absolute;
  z-index: 10;
}

.form-item div.soft-length-limit-tooltip.exceeded {
  color: #a44;
}

/* Min/Enhanced tooltip */
.fieldset-wrapper .form-item .soft-length-limit-tooltip.min-style-tooltip,
.field-type-text .form-item .soft-length-limit-tooltip.min-style-tooltip {
  background-color: transparent;
  background-image: url(ico_socpub_confirm.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 15px 15px;
  left: auto !important;
  padding: 0 0 0 20px;
  right: 10px;
}
.fieldset-wrapper .form-item .soft-length-limit-tooltip.min-style-tooltip.exceeded.under-min,
.field-type-text .form-item .soft-length-limit-tooltip.min-style-tooltip.exceeded.under-min {
  background-image: none;
}

.fieldset-wrapper .form-item .soft-length-limit-tooltip.min-style-tooltip.exceeded,
.field-type-text .form-item .soft-length-limit-tooltip.min-style-tooltip.exceeded {
  background-image: url(ico_socpub_alert.png);
}

File

soft_length_limit.css
View source
  1. .soft-length-limit-tooltip {
  2. display: inline-block;
  3. font-style: italic;
  4. position: absolute;
  5. z-index: 10;
  6. }
  7. .form-item div.soft-length-limit-tooltip.exceeded {
  8. color: #a44;
  9. }
  10. /* Min/Enhanced tooltip */
  11. .fieldset-wrapper .form-item .soft-length-limit-tooltip.min-style-tooltip,
  12. .field-type-text .form-item .soft-length-limit-tooltip.min-style-tooltip {
  13. background-color: transparent;
  14. background-image: url(ico_socpub_confirm.png);
  15. background-position: left top;
  16. background-repeat: no-repeat;
  17. background-size: 15px 15px;
  18. left: auto !important;
  19. padding: 0 0 0 20px;
  20. right: 10px;
  21. }
  22. .fieldset-wrapper .form-item .soft-length-limit-tooltip.min-style-tooltip.exceeded.under-min,
  23. .field-type-text .form-item .soft-length-limit-tooltip.min-style-tooltip.exceeded.under-min {
  24. background-image: none;
  25. }
  26. .fieldset-wrapper .form-item .soft-length-limit-tooltip.min-style-tooltip.exceeded,
  27. .field-type-text .form-item .soft-length-limit-tooltip.min-style-tooltip.exceeded {
  28. background-image: url(ico_socpub_alert.png);
  29. }