Skip to:
Content

BuddyPress.org

Ticket #6678: 6678.style.02.patch

File 6678.style.02.patch, 887 bytes (added by hnla, 7 years ago)

style.02 patch moves the fieldset border:0 ruleset to buddypress.css

  • src/bp-templates/bp-legacy/css/buddypress.css

     
    616616/*--------------------------------------------------------------
    6176173.5 - Forms
    618618--------------------------------------------------------------*/
     619
     620#buddypress form fieldset {
     621        border: 0;
     622        padding: 0;
     623}
     624
    619625#buddypress .standard-form textarea,
    620626#buddypress .standard-form input[type=text],
    621627#buddypress .standard-form input[type=text],
     
    672678        font-weight: normal;
    673679        margin: 5px 0 0 0;
    674680}
     681#buddypress .standard-form .checkbox label input,
     682#buddypress .standard-form .radio label input {
     683        margin-right: 3px;
     684}
    675685#buddypress .standard-form#sidebar-login-form label {
    676686        margin-top: 5px;
    677687}