Skip to:
Content

BuddyPress.org

Ticket #7416: 7416.01.patch

File 7416.01.patch, 1.6 KB (added by r-a-y, 6 years ago)
  • src/bp-core/css/avatar-rtl.css

    diff --git src/bp-core/css/avatar-rtl.css src/bp-core/css/avatar-rtl.css
    index 6af4621a..7ea70281 100644
    div.bp-avatar-nav { 
    145145        text-align: inherit;
    146146}
    147147
    148 .moxie-shim.moxie-shim-html5 {
    149         top: 108px !important;
    150         right: 40.1% !important;
    151         width: 12em;
    152 }
     148/* Edge CSS hack */
     149@supports (-ms-ime-align:auto) {
     150        #bp-upload-ui .moxie-shim.moxie-shim-html5 {
     151                top: 108px !important;
     152        }
    153153
    154 .moxie-shim.moxie-shim-html5 input {
    155         cursor: pointer;
     154        .moxie-shim.moxie-shim-html5 input {
     155                cursor: pointer;
     156        }
    156157}
    157158
    158159.drag-drop #drag-drop-area {
    div.bp-avatar-nav { 
    174175        display: block;
    175176}
    176177
    177 p.drag-drop-buttons input#bp-browse-button {
    178         width: 12em;
    179 }
    180 
    181178.drag-drop .drag-drop-inside p {
    182179        color: #767676;
    183180        font-size: 110%;
  • src/bp-core/css/avatar.css

    diff --git src/bp-core/css/avatar.css src/bp-core/css/avatar.css
    index 036de4ed..40a10ce8 100644
    div.bp-avatar-nav { 
    145145        text-align: inherit;
    146146}
    147147
    148 .moxie-shim.moxie-shim-html5 {
    149         top: 108px !important;
    150         left: 40.1% !important;
    151         width: 12em;
    152 }
     148/* Edge CSS hack */
     149@supports (-ms-ime-align:auto) {
     150        #bp-upload-ui .moxie-shim.moxie-shim-html5 {
     151                top: 108px !important;
     152        }
    153153
    154 .moxie-shim.moxie-shim-html5 input {
    155         cursor: pointer;
     154        .moxie-shim.moxie-shim-html5 input {
     155                cursor: pointer;
     156        }
    156157}
    157158
    158159.drag-drop #drag-drop-area {
    div.bp-avatar-nav { 
    174175        display: block;
    175176}
    176177
    177 p.drag-drop-buttons input#bp-browse-button {
    178         width: 12em;
    179 }
    180 
    181178.drag-drop .drag-drop-inside p {
    182179        color: #767676;
    183180        font-size: 110%;