You are here

lt-ie9.css in Drupal Commons 7.3

/*
 * Target IE 6, 7 and 8 (less than IE9)
 */
/*
 * Assuming a mobile first approach with respond.js OFF, we must reset the font
 * size for lt IE9
 */
html {
  font-size: 81.3%;
}

body.front.not-logged-in #content {
  background: url('../images/commons-drop.png?1400510663') right top no-repeat;
}
body.front.not-logged-in .region-three-33-top {
  margin-bottom: 24px;
  min-height: 300px;
}
body.front.not-logged-in #block-system-main .pane-1 {
  float: left;
  width: 56%;
}
body.front.not-logged-in #block-system-main .pane-2 {
  float: right;
  width: 40%;
}

.profile-search-result {
  width: 47%;
  margin-right: 1%;
  margin-left: 1%;
}

/* IE8 and lower do not support :before, So remove them and the margin so that
   the container touches the button. */
.sharethis-wrapper {
  margin-bottom: 0;
}
.sharethis-wrapper:before, .sharethis-wrapper:after {
  border: none;
}

File

themes/commons/commons_origins/css/lt-ie9.css
View source
  1. /*
  2. * Target IE 6, 7 and 8 (less than IE9)
  3. */
  4. /*
  5. * Assuming a mobile first approach with respond.js OFF, we must reset the font
  6. * size for lt IE9
  7. */
  8. html {
  9. font-size: 81.3%;
  10. }
  11. body.front.not-logged-in #content {
  12. background: url('../images/commons-drop.png?1400510663') right top no-repeat;
  13. }
  14. body.front.not-logged-in .region-three-33-top {
  15. margin-bottom: 24px;
  16. min-height: 300px;
  17. }
  18. body.front.not-logged-in #block-system-main .pane-1 {
  19. float: left;
  20. width: 56%;
  21. }
  22. body.front.not-logged-in #block-system-main .pane-2 {
  23. float: right;
  24. width: 40%;
  25. }
  26. .profile-search-result {
  27. width: 47%;
  28. margin-right: 1%;
  29. margin-left: 1%;
  30. }
  31. /* IE8 and lower do not support :before, So remove them and the margin so that
  32. the container touches the button. */
  33. .sharethis-wrapper {
  34. margin-bottom: 0;
  35. }
  36. .sharethis-wrapper:before, .sharethis-wrapper:after {
  37. border: none;
  38. }