Skip to:
Content

BuddyPress.org


Ignore:
Timestamp:
06/01/2015 04:39:13 PM (10 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/twentyfourteen.scss

    r9895 r9905  
    99// font sizing etc. Media queries are used in a modular sense (OOCSS)
    1010// rather than described as blocks to the end of the sheet, this aids ease
    11 // of managing media queries, scalability & flexibility .
     11// of managing media queries, scalability & flexibility.
    1212
    1313// Twentyfourteen Media Queries / Breakpoints
     
    12961296            }
    12971297
    1298             #invite-list {width: 120px;}
    1299             .main-column {margin-left: 160px;}
     1298            @media screen and (max-width: 400px) {
     1299                .left-menu {
     1300                    float: none;
     1301
     1302                    #invite-list {
     1303                        height: auto;
     1304                        width: auto;
     1305                    }
     1306                }
     1307
     1308                .main-column {
     1309                    margin-left: 0;
     1310                }
     1311            }
    13001312
    13011313            li {
Note: See TracChangeset for help on using the changeset viewer.