ie.css 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. .block {
  2. zoom: 1;
  3. }
  4. #password-strength-text {
  5. margin-top: 0;
  6. }
  7. fieldset legend {
  8. left: -8px;
  9. padding: 0;
  10. }
  11. #footer-wrapper #footer .block {
  12. height: 100%;
  13. }
  14. .comment .attribution {
  15. display: inline-block;
  16. position: relative;
  17. float: left; /* LTR */
  18. overflow: hidden;
  19. }
  20. .comment .comment-text {
  21. display: inline-block;
  22. width: auto;
  23. }
  24. #search-block-form input.form-submit,
  25. #search-form input.form-submit {
  26. text-transform: capitalize; /* Trigger text indent. */
  27. height: 26px;
  28. }
  29. .meta {
  30. margin-bottom: 10px;
  31. }
  32. .region-header .form-required {
  33. color: #eee;
  34. }
  35. #search-block-form input.form-submit:hover,
  36. #search-block-form input.form-submit:focus,
  37. #search-form input.form-submit:hover,
  38. #search-form input.form-submit:focus {
  39. background-position: center -25px;
  40. }
  41. .contact-form #edit-message {
  42. width: 75%;
  43. }
  44. .contact-form .resizable-textarea .grippie {
  45. width: 76.3%;
  46. }
  47. #footer li {
  48. float: left; /* LTR */
  49. }
  50. #footer-wrapper {
  51. color: #c0c0c0;
  52. }
  53. #footer-wrapper a {
  54. color: #fcfcfc;
  55. }
  56. #footer-wrapper a:hover,
  57. #footer-wrapper a:focus {
  58. color: #fefefe;
  59. }
  60. .node-teaser {
  61. margin-top: 10px;
  62. }