Skip to:
Content

BuddyPress.org

Ticket #6863: 6863.diff

File 6863.diff, 13.1 KB (added by netweb, 8 years ago)
  • src/bp-templates/bp-legacy/css/twentyfifteen.scss

    diff --git src/bp-templates/bp-legacy/css/twentyfifteen.scss src/bp-templates/bp-legacy/css/twentyfifteen.scss
    index a08af03..29b55d0 100644
    http://codex.buddypress.org/themes/buddypress-companion-stylesheets/ 
    15021502                                #invite-list {
    15031503                                        height: auto;
    15041504                                        width: auto;
     1505                                }
    15051506                        }
    1506                 }
    15071507
    15081508                        .main-column {
    15091509                                margin-left: 0;
    1510                 }
     1510                        }
    15111511
    15121512                        .submit {
    15131513                                input {
    15141514                                        display: inline-block;
    15151515                                        width: 100%;
     1516                                }
    15161517                        }
    15171518                }
    15181519        }
    1519  }
    1520 
    15211520}
    15221521
    15231522/**
    http://codex.buddypress.org/themes/buddypress-companion-stylesheets/ 
    17271726        #buddypress {
    17281727
    17291728                #message-thread {
    1730                 //Single message view
     1729                        //Single message view
    17311730                        a {
    17321731                                border-bottom: 0;
    17331732                        }
    http://codex.buddypress.org/themes/buddypress-companion-stylesheets/ 
    18921891                        }
    18931892                }
    18941893
    1895         /* Auto Complete background */
     1894                /* Auto Complete background */
    18961895                .acfb-holder {
    18971896
    18981897                        li.friend-tab {
    http://codex.buddypress.org/themes/buddypress-companion-stylesheets/ 
    19351934                        }
    19361935
    19371936                        td:first-child + td + td {
    1938                         // notice date
     1937                                // notice date
    19391938                                border-bottom: 0;
    19401939
    19411940                                span {
    http://codex.buddypress.org/themes/buddypress-companion-stylesheets/ 
    19441943                        }
    19451944
    19461945                        td:last-child {
    1947                         // notice actions
     1946                                // notice actions
    19481947                                border-bottom-color: darken($border-light, 20%);
    19491948                                line-height: 1;
    19501949                                text-align: right;
    19511950
    19521951                                a:last-child {
    1953                                 // hide the 'x' text
     1952                                        // hide the 'x' text
    19541953                                        line-height: 0;
    19551954                                        margin-left: 0.7em;
    19561955                                        text-indent: -999em;
    http://codex.buddypress.org/themes/buddypress-companion-stylesheets/ 
    20312030
    20322031#buddypress {
    20332032
    2034 // Match BP form elements to Themes(2015) styling where styles
    2035 // are not inherited or being overriden.
     2033        // Match BP form elements to Themes(2015) styling where styles
     2034        // are not inherited or being overriden.
    20362035
    20372036        div.activity-comments {
    20382037                form {
    http://codex.buddypress.org/themes/buddypress-companion-stylesheets/ 
    20832082
    20842083        div.dir-search,
    20852084        div.message-search,
    2086         li.groups-members-search
    2087          {
     2085        li.groups-members-search {
    20882086                float: none;
    20892087                margin: $spacing-val-sm 0;
    20902088
    http://codex.buddypress.org/themes/buddypress-companion-stylesheets/ 
    21492147        } // close @media
    21502148
    21512149        // Attempt to replicate the 2015 breakpoint font resizing for buttons/submits
    2152 //      @media screen and (min-width: 59.6875em) {
    2153 //              .dir-search,
    2154 //       .message-search {
    2155         //              form {
    2156         //                      input[type='text'] { @include font-size(14) ;}
    2157         //                      input[type='submit'] {@include font-size(14);}
    2158         //              }
    2159         //      }
    2160 //      }
     2150        // @media screen and (min-width: 59.6875em) {
     2151                // .dir-search,
     2152                // message-search {
     2153                        // form {
     2154                                // input[type='text'] { @include font-size(14) ;}
     2155                                // input[type='submit'] {@include font-size(14);}
     2156                        // }
     2157                // }
     2158        // }
    21612159
    21622160        @media screen and (min-width: 77.5em) {
    21632161
    http://codex.buddypress.org/themes/buddypress-companion-stylesheets/ 
    23172315                li.friend-tab {
    23182316                        background: $notice-info;
    23192317                        border: inherit;
    2320          }
     2318                }
    23212319        }
    23222320}
  • src/bp-templates/bp-legacy/css/twentyfourteen.scss

    diff --git src/bp-templates/bp-legacy/css/twentyfourteen.scss src/bp-templates/bp-legacy/css/twentyfourteen.scss
    index efeab0c..a225020 100644
    body.activity-permalink { 
    829829#buddypress {
    830830        .activity {
    831831                .activity-comments {
    832                 //      border-left: 1px solid $border-light;
     832                        //      border-left: 1px solid $border-light;
    833833                        margin-left: 0;
    834834                        margin-top: 5px;
    835835
    body.activity-permalink { 
    14271427                        td.bulk-select-check,
    14281428                        td.thread-from {
    14291429                                border-top: 1px solid $border-med;
    1430                  }
     1430                        }
    14311431                }
    14321432
    14331433                tr {
    body.activity-permalink { 
    15801580                }
    15811581
    15821582                td:first-child + td + td {
    1583                 // notice date
     1583                        // notice date
    15841584                        border-bottom: 0;
    15851585
    15861586                        span {
    body.activity-permalink { 
    15891589                }
    15901590
    15911591                td:last-child {
    1592                 // notice actions
     1592                        // notice actions
    15931593                        border-bottom-color: $border-med;
    15941594                        line-height: 1;
    15951595                        text-align: right;
    15961596
    15971597                        a:last-child {
    1598                         // hide the 'x' text
     1598                                // hide the 'x' text
    15991599                                line-height: 0;
    16001600                                margin-left: 0.7em;
    16011601                                text-indent: -999em;
    body.activity-permalink { 
    17081708                float: none;
    17091709                margin: $spacing-val-sm 0;
    17101710
    1711 // Stylise the seach form elements, in part this deals with padding
    1712 // issues on the submit & sizing issues between bp styles & twentyfourteen
     1711                // Stylise the seach form elements, in part this deals with padding
     1712                // issues on the submit & sizing issues between bp styles & twentyfourteen
    17131713                form {
    17141714                        border: 1px solid #ccc;
    17151715                        overflow: hidden;
    body.activity-permalink { 
    17461746                                width: 20%;
    17471747                        }
    17481748
    1749                         }// close form
     1749                }// close form
    17501750
    17511751        } // close .dir-search, .message-search
    17521752
    body.activity-permalink { 
    18521852                li.friend-tab {
    18531853                        background: $notice-info;
    18541854                        border: inherit;
    1855          }
     1855                }
    18561856        }
    18571857}
  • src/bp-templates/bp-legacy/css/twentysixteen.scss

    diff --git src/bp-templates/bp-legacy/css/twentysixteen.scss src/bp-templates/bp-legacy/css/twentysixteen.scss
    index 112a4ed..e29d1dd 100644
    http://codex.buddypress.org/themes/buddypress-companion-stylesheets/ 
    420420        }
    421421}
    422422
    423         /*__ Horizontal menus __*/
     423/*__ Horizontal menus __*/
    424424#buddypress {
    425425
    426426        #object-nav {
    http://codex.buddypress.org/themes/buddypress-companion-stylesheets/ 
    501501} // close #buddypress
    502502
    503503
    504         /*__ Vertical menu User Account / Group single screens __*/
     504/*__ Vertical menu User Account / Group single screens __*/
    505505
    506506// This block contains rules to re-factor the item-body structural element
    507507// to sit alongside the vert menu
    http://codex.buddypress.org/themes/buddypress-companion-stylesheets/ 
    17831783        #buddypress {
    17841784
    17851785                #message-thread {
    1786                 //Single message view
     1786                        //Single message view
    17871787                        a {
    17881788                                border-bottom: 0;
    17891789                        }
    http://codex.buddypress.org/themes/buddypress-companion-stylesheets/ 
    19861986                        }
    19871987
    19881988                        td:first-child + td + td {
    1989                         // notice date
     1989                                // notice date
    19901990                                border-bottom: 0;
    19911991
    19921992                                span {
    http://codex.buddypress.org/themes/buddypress-companion-stylesheets/ 
    19951995                        }
    19961996
    19971997                        td:last-child {
    1998                         // notice actions
     1998                                // notice actions
    19991999                                border-bottom-color: darken($border-light, 20%);
    20002000                                line-height: 1;
    20012001                                text-align: right;
    20022002
    20032003                                a:last-child {
    2004                                 // hide the 'x' text
     2004                                        // hide the 'x' text
    20052005                                        line-height: 0;
    20062006                                        margin-left: 0.7em;
    20072007                                        text-indent: -999em;
    http://codex.buddypress.org/themes/buddypress-companion-stylesheets/ 
    20782078* @section 7.0 - Forms  - General
    20792079*-------------------------------------------------------------------------------
    20802080*/
    2081         // Attempt to reset form control widths
     2081
     2082// Attempt to reset form control widths
    20822083#main {
    20832084        #buddypress {
    20842085                .standard-form {
    http://codex.buddypress.org/themes/buddypress-companion-stylesheets/ 
    20972098
    20982099#buddypress {
    20992100
    2100 // Match BP form elements to Themes(2016) styling where styles
    2101 // are not inherited or being overriden.
     2101        // Match BP form elements to Themes(2016) styling where styles
     2102        // are not inherited or being overriden.
    21022103        div.activity-comments {
    21032104
    21042105                form {
  • src/bp-templates/bp-legacy/css/twentythirteen.scss

    diff --git src/bp-templates/bp-legacy/css/twentythirteen.scss src/bp-templates/bp-legacy/css/twentythirteen.scss
    index 1386008..0626ab5 100644
    http://codex.buddypress.org/themes/buddypress-companion-stylesheets/ 
    321321                } // close @media
    322322        }
    323323}
    324         /*__ Horizontal menus & small screen __*/
    325324
     325/*__ Horizontal menus & small screen __*/
    326326#buddypress {
    327327
    328328        #object-nav {
    http://codex.buddypress.org/themes/buddypress-companion-stylesheets/ 
    415415
    416416} // close #buddypress
    417417
    418         /*__ Vertical menu User Account / Group single screens __*/
     418/*__ Vertical menu User Account / Group single screens __*/
    419419
    420420// This block contains rules to re-factor the item-body structural element
    421421// to sit alongside the vert menu
    http://codex.buddypress.org/themes/buddypress-companion-stylesheets/ 
    426426
    427427        .bp-user #buddypress,
    428428        .single-item.groups #buddypress {
    429         //      background: $light-background;
     429                //      background: $light-background;
    430430        }
    431431
    432432        body:not(.sidebar) {
    http://codex.buddypress.org/themes/buddypress-companion-stylesheets/ 
    13221322                        } // close @media
    13231323
    13241324                        #item-header-cover-image {
    1325         //                      #item-header-content {
    1326         //                      }
     1325                                //      #item-header-content {
     1326                                //      }
    13271327
    13281328                                #item-actions {
    13291329                                        border: 0;
    http://codex.buddypress.org/themes/buddypress-companion-stylesheets/ 
    18221822        #buddypress {
    18231823
    18241824                #message-thread {
    1825                 //Single message view
     1825                        //Single message view
    18261826                        a {
    18271827                                border-bottom: 0;
    18281828                        }
    http://codex.buddypress.org/themes/buddypress-companion-stylesheets/ 
    19951995                        }
    19961996                }
    19971997
    1998         /* Auto Complete background */
     1998                /* Auto Complete background */
    19991999                .acfb-holder {
    20002000
    20012001                        li.friend-tab {
    http://codex.buddypress.org/themes/buddypress-companion-stylesheets/ 
    20472047
    20482048                #settings-form {
    20492049                        padding: 0 $spacing-val-sm;
    2050                 // 'p' = email notification screen sub heading
     2050                        // 'p' = email notification screen sub heading
    20512051                        > p {
    20522052                                @include font-size(20);
    20532053                                margin: $spacing-val-md 0 $spacing-val-sm;
    http://codex.buddypress.org/themes/buddypress-companion-stylesheets/ 
    20952095* @section 7.0 - Forms  - General
    20962096*-------------------------------------------------------------------------------
    20972097*/
    2098         // Attempt to reset form control widths
     2098
     2099// Attempt to reset form control widths
    20992100#main {
    21002101        #buddypress {
    21012102                .standard-form {
    http://codex.buddypress.org/themes/buddypress-companion-stylesheets/ 
    21142115
    21152116#buddypress {
    21162117
    2117 // Match BP form elements to Themes(2013) styling where styles
    2118 // are not inherited or being overriden.
     2118        // Match BP form elements to Themes(2013) styling where styles
     2119        // are not inherited or being overriden.
    21192120        div.activity-comments {
    21202121
    21212122                form {
    http://codex.buddypress.org/themes/buddypress-companion-stylesheets/ 
    23902391                li.friend-tab {
    23912392                        background: $notice-info;
    23922393                        border: inherit;
    2393          }
     2394                }
    23942395        }
    23952396}
  • src/bp-templates/bp-legacy/css/twentytwelve.scss

    diff --git src/bp-templates/bp-legacy/css/twentytwelve.scss src/bp-templates/bp-legacy/css/twentytwelve.scss
    index e2429fe..40f5f63 100644
    http://codex.buddypress.org/themes/buddypress-companion-stylesheets/ 
    352352        }
    353353}
    354354
    355         /*__ Horizontal menus __*/
     355/*__ Horizontal menus __*/
    356356#buddypress {
    357357
    358358        #object-nav {
    http://codex.buddypress.org/themes/buddypress-companion-stylesheets/ 
    456456        }
    457457}
    458458
    459         /*__ Vertical menu User Account / Group single screens __*/
     459/*__ Vertical menu User Account / Group single screens __*/
    460460
    461461// This block contains rules to re-factor the item-body structural element
    462462// to sit alongside the vert menu
    http://codex.buddypress.org/themes/buddypress-companion-stylesheets/ 
    12031203
    12041204.bp-user {
    12051205        #buddypress {
    1206         // On object nav links, table links (notifications etc) we don't really need :visited
    1207         // inheritance, so set pseudo class to :link color.
     1206                // On object nav links, table links (notifications etc) we don't really need :visited
     1207                // inheritance, so set pseudo class to :link color.
    12081208                a {
    12091209                        &:visited {
    12101210                                color: #21759b;
    http://codex.buddypress.org/themes/buddypress-companion-stylesheets/ 
    13761376                                        float: left;
    13771377                                }
    13781378
    1379 //                              #item-header-avatar {
    1380 //                                      width: 21%;
    1381 //                              }
     1379                                //      #item-header-avatar {
     1380                                //              width: 21%;
     1381                                //      }
    13821382
    13831383                                #item-header-content {
    13841384                                        margin-left: 4%;
    http://codex.buddypress.org/themes/buddypress-companion-stylesheets/ 
    18351835        #buddypress {
    18361836
    18371837                #message-thread {
    1838                 //Single message view
     1838                        //Single message view
    18391839                        a {
    18401840                                border-bottom: 0;
    18411841                        }
    http://codex.buddypress.org/themes/buddypress-companion-stylesheets/ 
    20602060                        }
    20612061
    20622062                        td:first-child + td + td {
    2063                         // notice date
     2063                                // notice date
    20642064                                border-bottom: 0;
    20652065
    20662066                                span {
    http://codex.buddypress.org/themes/buddypress-companion-stylesheets/ 
    20692069                        }
    20702070
    20712071                        td:last-child {
    2072                         // notice actions
     2072                                // notice actions
    20732073                                line-height: 1;
    20742074                                padding-bottom: 1em;
    20752075                                text-align: right;
    20762076
    20772077                                a:last-child {
    2078                                 // hide the 'x' text
     2078                                        // hide the 'x' text
    20792079                                        line-height: 0;
    20802080                                        margin-left: 0.7em;
    20812081                                        text-indent: -999em;
    http://codex.buddypress.org/themes/buddypress-companion-stylesheets/ 
    21612161* @section 7.0 - Forms  - General
    21622162*-------------------------------------------------------------------------------
    21632163*/
    2164         // Attempt to reset form control widths
     2164
     2165// Attempt to reset form control widths
    21652166#main {
    21662167        #buddypress {
    21672168                .standard-form {
    http://codex.buddypress.org/themes/buddypress-companion-stylesheets/ 
    21802181
    21812182#buddypress {
    21822183
    2183 // Match BP form elements to Themes(2012) styling where styles
    2184 // are not inherited or being overriden.
     2184        // Match BP form elements to Themes(2012) styling where styles
     2185        // are not inherited or being overriden.
    21852186        div.activity-comments {
    21862187
    21872188                form {