Skip to:
Content

BuddyPress.org

Changeset 12910


Ignore:
Timestamp:
04/27/2021 11:45:09 AM (5 years ago)
Author:
imath
Message:

P Nouveau: improve user feedbacks and template notices display

Make sure the text is better aligned with the icon.

Props krupajnanda

Fixes #8161

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

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-templates/bp-nouveau/common-styles/_bp_info_messages.scss

    r12814 r12910  
    6565                @include flex-box-dir();
    6666                @include flex-align();
     67
     68                align-items: center;
    6769        }
    6870
     
    160162
    161163                        @include center-vert();
     164                        align-self: stretch;
    162165                }
    163166        }
  • trunk/src/bp-templates/bp-nouveau/css/buddypress-rtl.css

    r12846 r12910  
    44074407        flex-flow: row nowrap;
    44084408        align-items: stretch;
     4409        align-items: center;
    44094410}
    44104411
     
    44924493        display: flex;
    44934494        align-items: center;
     4495        align-self: stretch;
    44944496}
    44954497
  • trunk/src/bp-templates/bp-nouveau/css/buddypress.css

    r12846 r12910  
    44074407        flex-flow: row nowrap;
    44084408        align-items: stretch;
     4409        align-items: center;
    44094410}
    44104411
     
    44924493        display: flex;
    44934494        align-items: center;
     4495        align-self: stretch;
    44944496}
    44954497
Note: See TracChangeset for help on using the changeset viewer.