home *** CD-ROM | disk | FTP | other *** search
/ Maximum CD 2012 March / maximum-cd-2012-03.iso / DiscContents / npp.5.9.6.2.Installer.exe / user.manual / sites / all / modules / feedback / feedback5dbc.css next >
Encoding:
Cascading Style Sheet File  |  2011-07-18  |  1.6 KB  |  80 lines

  1. /* $Id: feedback.css,v 1.4.2.1 2010/01/08 16:55:07 sun Exp $ */
  2.  
  3. /* Reset commonly set styles */
  4. #block-feedback-form,
  5. #block-feedback-form .feedback-link,
  6. #block-feedback-form .feedback-link *,
  7. #block-feedback-form .content,
  8. #block-feedback-form form,
  9. #block-feedback-form form label {
  10.   float: none;
  11.   margin: 0;
  12.   padding: 0;
  13.   border: 0;
  14.   font-size: 100%;
  15.   font-weight: normal;
  16.   color: inherit;
  17. }
  18.  
  19.  
  20. #block-feedback-form {
  21.   display: none;
  22.   position: fixed;
  23.   bottom: 60px;
  24.   right: 20px;
  25.   overflow: hidden;
  26.   z-index: 10;
  27. }
  28. /* IE6 seems to be unable to handle fixed */
  29. * html #block-feedback-form {
  30.   position: absolute;
  31. }
  32. #block-feedback-form .feedback-link {
  33.   padding: 0.3em 0;
  34.   text-align: right;
  35.   font-size: 12px;
  36. }
  37. #block-feedback-form .feedback-link * {
  38.   display: inline;
  39.   font-size: 12px;
  40. }
  41. #block-feedback-form form {
  42.   border: 1px solid #ccc;
  43.   padding: 6px;
  44.   background-color: #fff;
  45.   opacity: 0.9;
  46.   width: 200px;
  47. }
  48. #block-feedback-form .feedback-help {
  49.   margin: 0 0 0.5em;
  50.   font-size: 10px;
  51.   line-height: normal;
  52. }
  53. #block-feedback-form .feedback-submitted {
  54.   margin-top: 0.2em;
  55.   font-size: 10px;
  56. }
  57. #block-feedback-form .form-textarea {
  58.   width: 97%;
  59. }
  60. #block-feedback-form .feedback-message {
  61.   height: 10ex;
  62. }
  63. #block-feedback-form .resizable-textarea .grippie {
  64.   width: 204px;
  65. }
  66. /* IE6 fails to render textarea with full width */
  67. * html #block-feedback-form .resizable-textarea textarea {
  68.   width: 200px;
  69. }
  70. #block-feedback-form #feedback-throbber {
  71.   height: 20px;
  72. }
  73. #block-feedback-form .throbbing {
  74.   background: url(images/throbber.gif) no-repeat left center;
  75. }
  76. #block-feedback-form #feedback-submit {
  77.   background-color: #fff;
  78.   margin: 0;
  79. }
  80.