Skip to:
Content

BuddyPress.org

Ticket #1134: components.css.patch

File components.css.patch, 626 bytes (added by r-a-y, 16 years ago)

Tentative patch for IE7/6

  • bp-themes/bp-sn-parent/_inc/css/components.css

    # Patch for Ticket #: 1134 http://trac.buddypress.org/ticket/1134
    # - Uses valid CSS hacks for IE7 and IE6 to render the generic-button class properly
    # - IE6 will still look messy, but not as bad as before
    # r-a-y
     
    3636                display: inline-block;
    3737                margin-bottom: 10px;
    3838        }
     39                /* Fix IE7 */
     40                *:first-child+html .generic-button {display:inline;}
     41
     42                /* Fix IE6 */
     43                * html .generic-button {width:150px;}   
    3944       
    4045        /* All pagination is contained within a div.pagination */
    4146        div.pagination {