Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
06/01/2015 04:39:13 PM (11 years ago)
Author:
hnla
Message:

Update companion styles Group Send Invites screens

In small screen/mobile views the two column invites lists were too compressed horizontally, commit re-factors for stacked views.

Fixes #6468

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-templates/bp-legacy/css/twentyfifteen.scss

    r9899 r9905  
    184184                        6.2.1.1 - Management settings screens
    185185                        6.2.1.2 - Group members list
     186                        6.2.1.3 - Group Send Invites
    186187                6.2.2 - item-body: User Accounts
    187188                        6.2.2.1 - classes, pag, filters
     
    12591260*/
    12601261
     1262
    12611263/**
    12621264*-----------------------------------------
     
    14541456                }
    14551457        }
     1458}
     1459
     1460/**
     1461*-----------------------------------------
     1462* @subsection 6.2.1.3 - Group Send Invites
     1463*-----------------------------------------
     1464*/
     1465
     1466.groups.group-invites {
     1467        #item-body {
     1468                .item-list {
     1469                        .action {
     1470                                margin-bottom: 0;
     1471                        }
     1472                }
     1473        }
     1474
     1475        @media screen and (min-width: 46.25em) {
     1476                #buddypress {
     1477                        #item-body {
     1478                                #message {
     1479                                        margin-top: 0;
     1480                                }
     1481                        }
     1482                }
     1483        }
     1484
     1485        @media screen and (min-width: 55em) {
     1486                #buddypress {
     1487                        #send-invite-form { margin-top: 0;}
     1488                }
     1489        }
     1490
     1491        #item-body {
     1492                @media screen and (max-width: 46.25em) {
     1493                        .left-menu {
     1494                                float: none;
     1495                                margin: $spacing-val-sm 0;
     1496
     1497                                #invite-list {
     1498                                        height: auto;
     1499                                        width: auto;
     1500                        }
     1501                }
     1502
     1503                        .main-column {
     1504                                margin-left: 0;
     1505                }
     1506
     1507                        .submit {
     1508                                input {
     1509                                        display: inline-block;
     1510                                        width: 100%;
     1511                        }
     1512                }
     1513        }
     1514 }
     1515
    14561516}
    14571517
Note: See TracChangeset for help on using the changeset viewer.