Skip to:
Content

BuddyPress.org

Changeset 12838


Ignore:
Timestamp:
02/05/2021 06:33:51 PM (5 years ago)
Author:
imath
Message:

Nouveau: center the Avatar upload button in Twenty Twenty-one

Improve the Twenty Twenty-one's companion stylesheet of the BP Nouveau template pack so that the upload button inside the drop zone of the Avatar UI is centered like it should be.

See #8431 (trunk)

Location:
trunk/src/bp-templates/bp-nouveau
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-templates/bp-nouveau/css/twentytwentyone-rtl.css

    r12834 r12838  
    752752#buddypress.twentytwentyone #drag-drop-area .drag-drop-info {
    753753        color: var(--global--color-secondary);
     754}
     755
     756#buddypress.twentytwentyone #drag-drop-area #bp-browse-button {
     757        margin: 50px auto 0;
    754758}
    755759
  • trunk/src/bp-templates/bp-nouveau/css/twentytwentyone.css

    r12834 r12838  
    752752#buddypress.twentytwentyone #drag-drop-area .drag-drop-info {
    753753        color: var(--global--color-secondary);
     754}
     755
     756#buddypress.twentytwentyone #drag-drop-area #bp-browse-button {
     757        margin: 50px auto 0;
    754758}
    755759
  • trunk/src/bp-templates/bp-nouveau/sass/twentytwentyone.scss

    r12834 r12838  
    10271027                .drag-drop-info {
    10281028                        color: var(--global--color-secondary);
     1029                }
     1030
     1031                #bp-browse-button {
     1032                        margin: 50px auto 0;
    10291033                }
    10301034        }
Note: See TracChangeset for help on using the changeset viewer.