Skip to:
Content

BuddyPress.org

Ticket #7108: 7108-styles.patch

File 7108-styles.patch, 5.6 KB (added by mercime, 9 years ago)
  • src/bp-core/admin/css/common-rtl.css

     
    127127.dashboard_page_bp-about .bp-feature h4 {
    128128        color: #23282d;
    129129        display: inline-block;
    130         font-size: 1.4em;
    131         font-weight: normal;
     130        font-size: 1.25em;
    132131        margin-bottom: 0.6em;
    133132        margin-top: 0;
    134133        width: 47%;
     
    185184.index_page_bp-about .bp-changelog-section .changelog-title,
    186185.dashboard_page_bp-about .bp-changelog-section .changelog-title {
    187186        color: #23282d;
    188         font-size: 1.6em;
    189         font-weight: normal;
     187        font-size: 1.8em;
     188        font-weight: 300;
    190189        line-height: 1.5;
    191         margin: 1.25em 0 .6em;
     190        margin: 1.25em 0 0.6em;
    192191        text-align: center;
    193192}
    194193
     
    238237        .dashboard_page_bp-about .bp-headline-feature .headline-title {
    239238                font-size: 1.5em;
    240239                line-height: 1.5;
    241                 text-align: right;
    242240        }
     241        .index_page_bp-about .bp-headline-feature p,
     242        .dashboard_page_bp-about .bp-headline-feature p {
     243                max-width: 100%;
     244        }
    243245        .index_page_bp-about .bp-features-section,
    244246        .dashboard_page_bp-about .bp-features-section {
    245247                margin-bottom: 0;
     
    249251        .dashboard_page_bp-about .bp-features-section h3,
    250252        .index_page_bp-about .bp-changelog-section .changelog-title,
    251253        .dashboard_page_bp-about .bp-changelog-section .changelog-title {
    252                 font-size: 1.5em;
     254                font-size: 1.8em;
     255                font-weight: 300;
    253256                line-height: 1.5;
    254                 text-align: right;
    255257        }
    256258        .index_page_bp-about .bp-features-section h4,
    257259        .dashboard_page_bp-about .bp-features-section h4,
     
    258260        .index_page_bp-about .bp-changelog-section h4,
    259261        .dashboard_page_bp-about .bp-changelog-section h4 {
    260262                font-size: 1.25em;
    261                 font-weight: normal;
    262263                line-height: 1.25;
    263264                margin-top: 0.6em;
    264265                text-align: right;
    265266        }
     267        .index_page_bp-about .bp-feature,
     268        .dashboard_page_bp-about .bp-feature {
     269                margin-bottom: 1em;
     270                margin-top: 1em;
     271        }
     272        .index_page_bp-about .bp-feature h4,
     273        .dashboard_page_bp-about .bp-feature h4,
     274        .index_page_bp-about .bp-feature p,
     275        .dashboard_page_bp-about .bp-feature p {
     276                width: 100%;
     277        }
     278        .index_page_bp-about .bp-feature.opposite h4,
     279        .dashboard_page_bp-about .bp-feature.opposite h4,
     280        .index_page_bp-about .bp-feature.opposite p,
     281        .dashboard_page_bp-about .bp-feature.opposite p {
     282                float: none;
     283        }
     284        .index_page_bp-about .bp-feature img,
     285        .dashboard_page_bp-about .bp-feature img {
     286                clear: right;
     287                float: none;
     288                margin-right: 0;
     289                width: 100%;
     290                max-width: 100%;
     291        }
     292        .index_page_bp-about .bp-feature.opposite img,
     293        .dashboard_page_bp-about .bp-feature.opposite img{
     294                clear: right;
     295                float: none;
     296                margin-left: 0;
     297        }
    266298        .index_page_bp-about .bp-changelog-section .two-col > div,
    267299        .dashboard_page_bp-about .bp-changelog-section .two-col > div {
    268300                margin-top: 0;
  • src/bp-core/admin/css/common.css

     
    127127.dashboard_page_bp-about .bp-feature h4 {
    128128        color: #23282d;
    129129        display: inline-block;
    130         font-size: 1.4em;
    131         font-weight: normal;
     130        font-size: 1.25em;
    132131        margin-bottom: 0.6em;
    133132        margin-top: 0;
    134133        width: 47%;
     
    185184.index_page_bp-about .bp-changelog-section .changelog-title,
    186185.dashboard_page_bp-about .bp-changelog-section .changelog-title {
    187186        color: #23282d;
    188         font-size: 1.6em;
    189         font-weight: normal;
     187        font-size: 1.8em;
     188        font-weight: 300;
    190189        line-height: 1.5;
    191         margin: 1.25em 0 .6em;
     190        margin: 1.25em 0 0.6em;
    192191        text-align: center;
    193192}
    194193
     
    238237        .dashboard_page_bp-about .bp-headline-feature .headline-title {
    239238                font-size: 1.5em;
    240239                line-height: 1.5;
    241                 text-align: left;
    242240        }
     241        .index_page_bp-about .bp-headline-feature p,
     242        .dashboard_page_bp-about .bp-headline-feature p {
     243                max-width: 100%;
     244        }
    243245        .index_page_bp-about .bp-features-section,
    244246        .dashboard_page_bp-about .bp-features-section {
    245247                margin-bottom: 0;
     
    249251        .dashboard_page_bp-about .bp-features-section h3,
    250252        .index_page_bp-about .bp-changelog-section .changelog-title,
    251253        .dashboard_page_bp-about .bp-changelog-section .changelog-title {
    252                 font-size: 1.5em;
     254                font-size: 1.8em;
     255                font-weight: 300;
    253256                line-height: 1.5;
    254                 text-align: left;
    255257        }
    256258        .index_page_bp-about .bp-features-section h4,
    257259        .dashboard_page_bp-about .bp-features-section h4,
     
    258260        .index_page_bp-about .bp-changelog-section h4,
    259261        .dashboard_page_bp-about .bp-changelog-section h4 {
    260262                font-size: 1.25em;
    261                 font-weight: normal;
    262263                line-height: 1.25;
    263264                margin-top: 0.6em;
    264265                text-align: left;
    265266        }
     267        .index_page_bp-about .bp-feature,
     268        .dashboard_page_bp-about .bp-feature {
     269                margin-bottom: 1em;
     270                margin-top: 1em;
     271        }
     272        .index_page_bp-about .bp-feature h4,
     273        .dashboard_page_bp-about .bp-feature h4,
     274        .index_page_bp-about .bp-feature p,
     275        .dashboard_page_bp-about .bp-feature p {
     276                width: 100%;
     277        }
     278        .index_page_bp-about .bp-feature.opposite h4,
     279        .dashboard_page_bp-about .bp-feature.opposite h4,
     280        .index_page_bp-about .bp-feature.opposite p,
     281        .dashboard_page_bp-about .bp-feature.opposite p {
     282                float: none;
     283        }
     284        .index_page_bp-about .bp-feature img,
     285        .dashboard_page_bp-about .bp-feature img {
     286                clear: left;
     287                float: none;
     288                margin-left: 0;
     289                width: 100%;
     290                max-width: 100%;
     291        }
     292        .index_page_bp-about .bp-feature.opposite img,
     293        .dashboard_page_bp-about .bp-feature.opposite img{
     294                clear: left;
     295                float: none;
     296                margin-right: 0;
     297        }
    266298        .index_page_bp-about .bp-changelog-section .two-col > div,
    267299        .dashboard_page_bp-about .bp-changelog-section .two-col > div {
    268300                margin-top: 0;