Ticket #6678: 6678.style.02.patch
File 6678.style.02.patch, 887 bytes (added by , 7 years ago) |
---|
-
src/bp-templates/bp-legacy/css/buddypress.css
616 616 /*-------------------------------------------------------------- 617 617 3.5 - Forms 618 618 --------------------------------------------------------------*/ 619 620 #buddypress form fieldset { 621 border: 0; 622 padding: 0; 623 } 624 619 625 #buddypress .standard-form textarea, 620 626 #buddypress .standard-form input[type=text], 621 627 #buddypress .standard-form input[type=text], … … 672 678 font-weight: normal; 673 679 margin: 5px 0 0 0; 674 680 } 681 #buddypress .standard-form .checkbox label input, 682 #buddypress .standard-form .radio label input { 683 margin-right: 3px; 684 } 675 685 #buddypress .standard-form#sidebar-login-form label { 676 686 margin-top: 5px; 677 687 }