Ticket #1134: components.css.patch
File components.css.patch, 626 bytes (added by , 16 years ago) |
---|
-
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
36 36 display: inline-block; 37 37 margin-bottom: 10px; 38 38 } 39 /* Fix IE7 */ 40 *:first-child+html .generic-button {display:inline;} 41 42 /* Fix IE6 */ 43 * html .generic-button {width:150px;} 39 44 40 45 /* All pagination is contained within a div.pagination */ 41 46 div.pagination {