Skip to:
Content

BuddyPress.org

Changeset 11712


Ignore:
Timestamp:
10/10/2017 10:06:01 AM (9 years ago)
Author:
mercime
Message:

Fix Welcome Screen layout for mobile devices.

Fixes #7607 (2.9 branch).

Location:
branches/2.9/src/bp-core/admin/css
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/2.9/src/bp-core/admin/css/common-rtl.css

    r11646 r11712  
    4848}
    4949
    50 .buddypress code {
     50.index_page_bp-credits code,
     51.index_page_bp-about code {
    5152        background-color: #e0e0e0;
    5253        color: #636363;
     
    360361        }
    361362
     363        .buddypress .bp-changelog {
     364                margin-bottom: 0;
     365        }
     366
    362367        .buddypress .bp-changelog-section .changelog-title {
    363                 margin-bottom: 1.5em;
     368                margin-bottom: 0.5em;
    364369        }
    365370
     
    376381                margin-top: 0;
    377382                padding-bottom: 0.5em;
     383                width: 100%;
     384        }
     385
     386        .buddypress .bp-three-column .bp-column {
    378387                width: 100%;
    379388        }
  • branches/2.9/src/bp-core/admin/css/common.css

    r11646 r11712  
    4848}
    4949
    50 .buddypress code {
     50.index_page_bp-credits code,
     51.index_page_bp-about code {
    5152        background-color: #e0e0e0;
    5253        color: #636363;
     
    360361        }
    361362
     363        .buddypress .bp-changelog {
     364                margin-bottom: 0;
     365        }
     366
    362367        .buddypress .bp-changelog-section .changelog-title {
    363                 margin-bottom: 1.5em;
     368                margin-bottom: 0.5em;
    364369        }
    365370
     
    376381                margin-top: 0;
    377382                padding-bottom: 0.5em;
     383                width: 100%;
     384        }
     385
     386        .buddypress .bp-three-column .bp-column {
    378387                width: 100%;
    379388        }
Note: See TracChangeset for help on using the changeset viewer.