You are here

ie7-fixes.css in Drupal Commons 6.2

/* IE7 */


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

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

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

/*shoutbox*/
.shoutbox-posts .shoutbox-msg .shout-message {
position: auto;
}

.shoutbox-admin-links {
width: 120px;
}

/* Header layout*/

.search-box.block{
float: right;
width: auto;
}

.nav-group-wrapper {
max-height: 36px; 
}

.primary-menu.block{
float: left;
width: 60%;
}

#header-site-info,
.header-region.block, {
width: 49%;
overflow: hidden;
}

/*group create content*/
#block-commons_core-group_create_content form .form-item {
	padding-top: 4px;
	padding-bottom: 8px;
}

#block-commons_core-group_create_content form .form-submit {
	float: left;
	height: 28px;
	width: 27%;
	padding-top: 0px;
}


/* Panels*/

.content-content .twocol-30-70 .panel-col-first.panel {
  width: 28%;
  }

/*clearfix*/
#view-id-groups_my_groups_listing-page_1 .views-row:after,
fieldset.views-exposed-form:after,
.view-homepage-group-showcase .views-row:after,
.view-homepage-group-showcase .views-row .view-content:after,
.view-homepage-group-showcase .views-row table:after,
.page-taxonomy .node:after,
.heartbeat-message-block .beat-item:after,
.profile .userpoints:after,
.view .view-content .item-list li.views-row:after,
.shoutbox-add-form:after,
.shoutbox-admin-links:after,
.shoutbox-msg:after,
.homebox-column:after,
#content-tabs ul.primary{
	zoom:1;
}   

/*inline links*/

ul.links li,
.node .inner ul.links li,
.block .content ul.links li,
.panel-pane .inner ul.links li {
	display: block;
	float: left;
}

File

themes/commons_origins/css/ie7-fixes.css
View source
  1. /* IE7 */
  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. /*shoutbox*/
  17. .shoutbox-posts .shoutbox-msg .shout-message {
  18. position: auto;
  19. }
  20. .shoutbox-admin-links {
  21. width: 120px;
  22. }
  23. /* Header layout*/
  24. .search-box.block{
  25. float: right;
  26. width: auto;
  27. }
  28. .nav-group-wrapper {
  29. max-height: 36px;
  30. }
  31. .primary-menu.block{
  32. float: left;
  33. width: 60%;
  34. }
  35. #header-site-info,
  36. .header-region.block, {
  37. width: 49%;
  38. overflow: hidden;
  39. }
  40. /*group create content*/
  41. #block-commons_core-group_create_content form .form-item {
  42. padding-top: 4px;
  43. padding-bottom: 8px;
  44. }
  45. #block-commons_core-group_create_content form .form-submit {
  46. float: left;
  47. height: 28px;
  48. width: 27%;
  49. padding-top: 0px;
  50. }
  51. /* Panels*/
  52. .content-content .twocol-30-70 .panel-col-first.panel {
  53. width: 28%;
  54. }
  55. /*clearfix*/
  56. #view-id-groups_my_groups_listing-page_1 .views-row:after,
  57. fieldset.views-exposed-form:after,
  58. .view-homepage-group-showcase .views-row:after,
  59. .view-homepage-group-showcase .views-row .view-content:after,
  60. .view-homepage-group-showcase .views-row table:after,
  61. .page-taxonomy .node:after,
  62. .heartbeat-message-block .beat-item:after,
  63. .profile .userpoints:after,
  64. .view .view-content .item-list li.views-row:after,
  65. .shoutbox-add-form:after,
  66. .shoutbox-admin-links:after,
  67. .shoutbox-msg:after,
  68. .homebox-column:after,
  69. #content-tabs ul.primary{
  70. zoom:1;
  71. }
  72. /*inline links*/
  73. ul.links li,
  74. .node .inner ul.links li,
  75. .block .content ul.links li,
  76. .panel-pane .inner ul.links li {
  77. display: block;
  78. float: left;
  79. }