You are here

ie6-fixes.css in Drupal Commons 6.2

/* $Id$ */


/* Panels */
.panel-display {
  overflow: hidden;
}

/* Sidebar last */
#sidebar-last {
  clear: left;
  float: right;
}

/* Footer */
#footer-wrapper {
  clear: both;
  position: relative;
}

/* Primary menu */
#primary-menu {
  width: 45%;
}

/* Search box */
.search-box {
  position: relative;
  width: 375px;
}


/* Alpha transparency png fix */
/* To use: uncomment & change path to match your Fusion Core location*/

div.pngfix,
#logo img {
  behavior: url(/sites/all/themes/fusion/fusion_core/js/iepngfix.htc);
}


.header-region { margin: 60px 0px 0px 0px;}
form#commons-core-join-form .form-item input { width:200px;}
#block-views-group_node-block_1 .inner { width:608px; float:left;}
#views-exposed-form-og-search-default .views-exposed-widget .form-item input {  width: 90%;}
.views-exposed-wrapper .views-exposed-widget.views-exposed-submit {	margin-right: 0px;}

#edit-search-text-wrapper input#edit-search-text { width:170px;}
.view-groups-my-groups-listing ul li { clear:both; display:inline-block; width:100%}

form#views-exposed-form-og-my-content-page-2 .views-exposed-widget input#edit-keys,
form#views-exposed-form-og-my-content-page-2 .views-exposed-widget select#edit-type { width:200px;}

#block-boxes-homepage_info_box a.intro-morebutton {	display: inline-block; width:86%;} 


.shoutbox-msg .shout-message,
div.shoutbox-even {
	border: 1px solid #d6d6d6;
	display: block;
	margin-left: 118px;
	min-height: 18px;
	padding: 0px;
	z-index: 1;
}

File

themes/commons_connect/css/ie6-fixes.css
View source
  1. /* $Id$ */
  2. /* Panels */
  3. .panel-display {
  4. overflow: hidden;
  5. }
  6. /* Sidebar last */
  7. #sidebar-last {
  8. clear: left;
  9. float: right;
  10. }
  11. /* Footer */
  12. #footer-wrapper {
  13. clear: both;
  14. position: relative;
  15. }
  16. /* Primary menu */
  17. #primary-menu {
  18. width: 45%;
  19. }
  20. /* Search box */
  21. .search-box {
  22. position: relative;
  23. width: 375px;
  24. }
  25. /* Alpha transparency png fix */
  26. /* To use: uncomment & change path to match your Fusion Core location*/
  27. div.pngfix,
  28. #logo img {
  29. behavior: url(/sites/all/themes/fusion/fusion_core/js/iepngfix.htc);
  30. }
  31. .header-region { margin: 60px 0px 0px 0px;}
  32. form#commons-core-join-form .form-item input { width:200px;}
  33. #block-views-group_node-block_1 .inner { width:608px; float:left;}
  34. #views-exposed-form-og-search-default .views-exposed-widget .form-item input { width: 90%;}
  35. .views-exposed-wrapper .views-exposed-widget.views-exposed-submit { margin-right: 0px;}
  36. #edit-search-text-wrapper input#edit-search-text { width:170px;}
  37. .view-groups-my-groups-listing ul li { clear:both; display:inline-block; width:100%}
  38. form#views-exposed-form-og-my-content-page-2 .views-exposed-widget input#edit-keys,
  39. form#views-exposed-form-og-my-content-page-2 .views-exposed-widget select#edit-type { width:200px;}
  40. #block-boxes-homepage_info_box a.intro-morebutton { display: inline-block; width:86%;}
  41. .shoutbox-msg .shout-message,
  42. div.shoutbox-even {
  43. border: 1px solid #d6d6d6;
  44. display: block;
  45. margin-left: 118px;
  46. min-height: 18px;
  47. padding: 0px;
  48. z-index: 1;
  49. }