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,
.primary-menu-inner.inner{
float: left;
width: 60%;
}

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

/* Panels*/

.content-content .twocol-30-70 .panel-col-first.panel {
  width: 28%;
  }
  
.views-field-subscribe, .views-field-leave-group {
	background: #228bc8 url(../images/button_bkgd.gif) repeat-x bottom left;
	border:solid 1px #228bc8;
	color: #fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 22px;
	height: 22px;
	margin: 2px;
	padding: 1px 5px 2px 5px;
	text-transform:uppercase;
	display:block;
	float:right;
	clear:both;
}


li.views-row {
    background: none repeat scroll 0 0 transparent;
    border-bottom: 1px solid #DBDBDB;
    margin: 0;
    padding: 10px 0;
	overflow: hidden;

}

File

themes/commons_connect/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. .primary-menu-inner.inner{
  33. float: left;
  34. width: 60%;
  35. }
  36. #header-site-info,
  37. .header-region.block, {
  38. width: 49%;
  39. overflow: hidden;
  40. }
  41. /* Panels*/
  42. .content-content .twocol-30-70 .panel-col-first.panel {
  43. width: 28%;
  44. }
  45. .views-field-subscribe, .views-field-leave-group {
  46. background: #228bc8 url(../images/button_bkgd.gif) repeat-x bottom left;
  47. border:solid 1px #228bc8;
  48. color: #fff;
  49. font-family:Arial, Helvetica, sans-serif;
  50. font-size: 12px;
  51. font-weight: bold;
  52. line-height: 22px;
  53. height: 22px;
  54. margin: 2px;
  55. padding: 1px 5px 2px 5px;
  56. text-transform:uppercase;
  57. display:block;
  58. float:right;
  59. clear:both;
  60. }
  61. li.views-row {
  62. background: none repeat scroll 0 0 transparent;
  63. border-bottom: 1px solid #DBDBDB;
  64. margin: 0;
  65. padding: 10px 0;
  66. overflow: hidden;
  67. }