ie.css

.block {
  zoom: 1;
}
#password-strength-text {
  margin-top: 0;
}
fieldset legend {
  left: -8px;
  padding: 0;
}
#footer-wrapper #footer .block {
  height: 100%;
}
.comment .attribution {
  display: inline-block;
  position: relative;
  float: left; /* LTR */
  overflow: hidden;
}
.comment .comment-text {
  display: inline-block;
  width: auto;
}
#search-block-form input.form-submit,
#search-form input.form-submit {
  text-transform: capitalize; /* Trigger text indent. */
  height: 26px;
}
.meta {
  margin-bottom: 10px;
}
.region-header .form-required {
  color: #eee;
}
#search-block-form input.form-submit:hover,
#search-block-form input.form-submit:focus,
#search-form input.form-submit:hover,
#search-form input.form-submit:focus {
  background-position: center -25px;
}
.contact-form #edit-message {
  width: 75%;
}
.contact-form .resizable-textarea .grippie {
  width: 76.3%;
}
#footer li {
  float: left; /* LTR */
}
#footer-wrapper {
  color: #c0c0c0;
}
#footer-wrapper a {
  color: #fcfcfc;
}
#footer-wrapper a:hover,
#footer-wrapper a:focus {
  color: #fefefe;
}
.node-teaser {
  margin-top: 10px;
}

File

drupal/themes/bartik/css/ie.css
View source
  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. }