You are here

feedback.css in Feedback 5.2

Same filename and directory in other branches
  1. 6.2 feedback.css
  2. 7.2 feedback.css
/* Reset commonly set styles */
#block-feedback-form,
#block-feedback-form .feedback-link,
#block-feedback-form .feedback-link *,
#block-feedback-form .content,
#block-feedback-form form,
#block-feedback-form form label {
  float: none;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  color: inherit;
}


div#block-feedback-form {
  position: fixed;
  bottom: 60px;
  right: 20px;
  overflow: hidden;
  z-index: 10;
}
* html div#block-feedback-form { /* IE6 */
  position: absolute;
}
#block-feedback-form .feedback-link {
  padding: 0.3em 0;
  text-align: right;
  font-size: 12px;
}
#block-feedback-form .feedback-link * {
  display: inline;
  font-size: 12px;
}
#block-feedback-form .content {
  display: none;
  width: 220px;
}
#block-feedback-form form {
  border: 1px solid #ccc;
  padding: 6px;
  background-color: #fff;
  opacity: 0.9;
}
#block-feedback-form .feedback-help {
  margin: 0 0 0.5em;
  font-size: 10px;
  line-height: normal;
}
#block-feedback-form .feedback-submitted {
  margin-top: 0.2em;
  font-size: 10px;
}
#block-feedback-form .feedback-message {
  height: 10ex;
}
#block-feedback-form .resizable-textarea .grippie {
  width: 204px;
}
#block-feedback-form #feedback-throbber {
  height: 20px;
  background: url(images/throbber.gif) no-repeat left center;
}
#block-feedback-form #feedback-submit {
  background-color: #fff;
  margin: 0;
}

File

feedback.css
View source
  1. /* Reset commonly set styles */
  2. #block-feedback-form,
  3. #block-feedback-form .feedback-link,
  4. #block-feedback-form .feedback-link *,
  5. #block-feedback-form .content,
  6. #block-feedback-form form,
  7. #block-feedback-form form label {
  8. float: none;
  9. margin: 0;
  10. padding: 0;
  11. border: 0;
  12. font-size: 100%;
  13. font-weight: normal;
  14. color: inherit;
  15. }
  16. div#block-feedback-form {
  17. position: fixed;
  18. bottom: 60px;
  19. right: 20px;
  20. overflow: hidden;
  21. z-index: 10;
  22. }
  23. * html div#block-feedback-form { /* IE6 */
  24. position: absolute;
  25. }
  26. #block-feedback-form .feedback-link {
  27. padding: 0.3em 0;
  28. text-align: right;
  29. font-size: 12px;
  30. }
  31. #block-feedback-form .feedback-link * {
  32. display: inline;
  33. font-size: 12px;
  34. }
  35. #block-feedback-form .content {
  36. display: none;
  37. width: 220px;
  38. }
  39. #block-feedback-form form {
  40. border: 1px solid #ccc;
  41. padding: 6px;
  42. background-color: #fff;
  43. opacity: 0.9;
  44. }
  45. #block-feedback-form .feedback-help {
  46. margin: 0 0 0.5em;
  47. font-size: 10px;
  48. line-height: normal;
  49. }
  50. #block-feedback-form .feedback-submitted {
  51. margin-top: 0.2em;
  52. font-size: 10px;
  53. }
  54. #block-feedback-form .feedback-message {
  55. height: 10ex;
  56. }
  57. #block-feedback-form .resizable-textarea .grippie {
  58. width: 204px;
  59. }
  60. #block-feedback-form #feedback-throbber {
  61. height: 20px;
  62. background: url(images/throbber.gif) no-repeat left center;
  63. }
  64. #block-feedback-form #feedback-submit {
  65. background-color: #fff;
  66. margin: 0;
  67. }