Skip to:
Content

BuddyPress.org

Ticket #7488: 7488.patch

File 7488.patch, 720 bytes (added by raftaar1191, 8 years ago)

I have done the required css change in patch

  • src/bp-core/css/avatar-rtl.css

     
    146146}
    147147
    148148.moxie-shim.moxie-shim-html5 {
    149         top: 108px !important;
    150         right: 40.1% !important;
     149        top: 108px;
     150        right: 40.1%;
    151151        width: 12em;
    152152}
    153153
  • src/bp-core/css/avatar.css

     
    146146}
    147147
    148148.moxie-shim.moxie-shim-html5 {
    149         top: 108px !important;
    150         left: 40.1% !important;
     149        top: 108px;
     150        left: 40.1%;
    151151        width: 12em;
    152152}
    153153