Skip to:
Content

BuddyPress.org

Changeset 11711


Ignore:
Timestamp:
10/10/2017 10:04:50 AM (9 years ago)
Author:
mercime
Message:

Fix Welcome Screen layout for mobile devices.

Fixes #7607 (trunk).

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

Legend:

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

    r11672 r11711  
    361361        }
    362362
     363        .buddypress .bp-changelog {
     364                margin-bottom: 0;
     365        }
     366
    363367        .buddypress .bp-changelog-section .changelog-title {
    364                 margin-bottom: 1.5em;
     368                margin-bottom: 0.5em;
    365369        }
    366370
     
    377381                margin-top: 0;
    378382                padding-bottom: 0.5em;
     383                width: 100%;
     384        }
     385
     386        .buddypress .bp-three-column .bp-column {
    379387                width: 100%;
    380388        }
  • trunk/src/bp-core/admin/css/common.css

    r11672 r11711  
    361361        }
    362362
     363        .buddypress .bp-changelog {
     364                margin-bottom: 0;
     365        }
     366
    363367        .buddypress .bp-changelog-section .changelog-title {
    364                 margin-bottom: 1.5em;
     368                margin-bottom: 0.5em;
    365369        }
    366370
     
    377381                margin-top: 0;
    378382                padding-bottom: 0.5em;
     383                width: 100%;
     384        }
     385
     386        .buddypress .bp-three-column .bp-column {
    379387                width: 100%;
    380388        }
Note: See TracChangeset for help on using the changeset viewer.