You are here

formtips.css in Form Tips 6

Same filename and directory in other branches
  1. 5 formtips.css
  2. 6.2 formtips.css
  3. 7 formtips.css
.description.formtips-processed p {
  margin-bottom: 0;
}

form .formtips-processed {
  position: absolute;
  background-color: #111;
  color: #ddd;
  padding: 5px;
  border: 5px solid #777;
  opacity: 0.9;
  z-index: 100;
  margin-top: 30px;
}

a.formtip {
  background: url(help.png) no-repeat 0 0;
  width: 12px;
  height: 12px;
  display: inline-block;
  margin-left: 4px;
}

a.formtip:hover {
  background-position: 0 -12px;
  text-decoration: none;
}

/* @todo move these theme-specific rules to the theme */

a.formtip:hover {
  border: none !important;
}

.description.formtips-processed {
  line-height: 1.35;
  letter-spacing: 0.05em;
}

File

formtips.css
View source
  1. .description.formtips-processed p {
  2. margin-bottom: 0;
  3. }
  4. form .formtips-processed {
  5. position: absolute;
  6. background-color: #111;
  7. color: #ddd;
  8. padding: 5px;
  9. border: 5px solid #777;
  10. opacity: 0.9;
  11. z-index: 100;
  12. margin-top: 30px;
  13. }
  14. a.formtip {
  15. background: url(help.png) no-repeat 0 0;
  16. width: 12px;
  17. height: 12px;
  18. display: inline-block;
  19. margin-left: 4px;
  20. }
  21. a.formtip:hover {
  22. background-position: 0 -12px;
  23. text-decoration: none;
  24. }
  25. /* @todo move these theme-specific rules to the theme */
  26. a.formtip:hover {
  27. border: none !important;
  28. }
  29. .description.formtips-processed {
  30. line-height: 1.35;
  31. letter-spacing: 0.05em;
  32. }