Skip to:
Content

BuddyPress.org

Changeset 12297


Ignore:
Timestamp:
11/27/2018 06:40:47 PM (8 years ago)
Author:
boonebgorges
Message:

CSS Autoprefix fixes.

Location:
trunk/src
Files:
11 edited

Legend:

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

    r12296 r12297  
    3838
    3939#bp-hello-container a:hover {
    40         -webkit-transition: all 0.1s ease-in-out;
    41         -o-transition: all 0.1s ease-in-out;
    4240        transition: all 0.1s ease-in-out;
    4341        color: black;
     
    7371
    7472.bp-hello-close .close-modal:focus:before, .bp-hello-close .close-modal:hover:before {
    75         -webkit-transition: all 0.1s ease-in-out;
    76         -o-transition: all 0.1s ease-in-out;
    7773        transition: all 0.1s ease-in-out;
    7874        color: var(--bp-hello-color-primary);
     
    9086
    9187.bp-hello-social li a:hover:before {
    92         -webkit-transition: all 0.1s ease-in-out;
    93         -o-transition: all 0.1s ease-in-out;
    9488        transition: all 0.1s ease-in-out;
    9589        color: var(--bp-hello-color-primary);
     
    135129 */
    136130.bp-hello-footer {
    137         display: -webkit-box;
    138         display: -ms-flexbox;
    139131        display: flex;
    140         -ms-flex-wrap: wrap;
    141132        flex-wrap: wrap;
    142133        height: 58px;
     
    146137.bp-hello-social-cta,
    147138.bp-hello-social-links {
    148         -ms-flex-preferred-size: 50%;
    149139        flex-basis: 50%;
    150140}
     
    192182#bp-hello-backdrop {
    193183        background-color: rgba(0, 0, 0, 0.8);
    194         -webkit-transition: opacity 0.15s ease-out;
    195         -o-transition: opacity 0.15s ease-out;
    196184        transition: opacity 0.15s ease-out;
    197185}
     
    270258.bp-hello-content iframe {
    271259        width: 100%;
    272 }
    273 
    274 .bp-hello-img-border {
    275         border: 1px solid #999;
    276 }
    277 
    278 .bp-hello-alignright {
    279         margin: 10px 0;
    280         width: 100%;
    281 }
    282 
    283 .bp-hello-alignright figcaption {
    284         font-style: italic;
    285260}
    286261
     
    335310                font-size: 14px;
    336311        }
    337         .bp-hello-alignright {
    338                 margin: 10px 0 10px 20px;
    339                 float: right;
    340                 width: 50%;
    341         }
    342312}
    343313
  • trunk/src/bp-templates/bp-legacy/css/twentyeleven.css

    r12285 r12297  
    302302                border: 1px solid #ddd;
    303303                border-bottom-color: #fff;
    304                 -webkit-border-top-right-radius: 4px;
    305304                border-top-right-radius: 4px;
    306                 -webkit-border-top-left-radius: 4px;
    307305                border-top-left-radius: 4px;
    308306                background-clip: padding-box;
     
    991989
    992990.single-item.groups #buddypress div#item-header #item-header-content {
    993         -webkit-box-sizing: border-box;
    994         -moz-box-sizing: border-box;
    995991        box-sizing: border-box;
    996992}
     
    14021398.bp-user #buddypress .profile #profile-edit-form .visibility-toggle-link {
    14031399        background: #6f6e6e;
    1404         -webkit-border-radius: 2px;
    1405         -moz-border-radius: 2px;
    1406         -ms-border-radius: 2px;
    14071400        border-radius: 2px;
    14081401        background-clip: padding-box;
     
    15441537.bp-user #buddypress #message-threads tr td.thread-options {
    15451538        border-left: 0 !important;
    1546         width: -webkit-calc(100% - 30px);
    1547         width: -moz-calc(100% - 30px);
    15481539        width: calc(100% - 30px);
    15491540        margin-left: 0;
  • trunk/src/bp-templates/bp-legacy/css/twentyfifteen.css

    r12285 r12297  
    10261026.groups.edit-details #group-settings-form label {
    10271027        background: #555;
    1028         -webkit-border-top-right-radius: 4px;
    10291028        border-top-right-radius: 4px;
    1030         -webkit-border-top-left-radius: 4px;
    10311029        border-top-left-radius: 4px;
    10321030        background-clip: padding-box;
     
    15101508.bp-user #buddypress #message-threads tr td.thread-options {
    15111509        border-left: 0 !important;
    1512         width: -webkit-calc(100% - 30px);
    1513         width: -moz-calc(100% - 30px);
    15141510        width: calc(100% - 30px);
    15151511        margin-left: 0;
  • trunk/src/bp-templates/bp-legacy/css/twentyfourteen.css

    r12285 r12297  
    152152                border: 1px solid rgba(0, 0, 0, 0.2);
    153153                border-bottom-color: #fff;
    154                 -webkit-border-top-right-radius: 4px;
    155154                border-top-right-radius: 4px;
    156                 -webkit-border-top-left-radius: 4px;
    157155                border-top-left-radius: 4px;
    158156                background-clip: padding-box;
     
    385383        }
    386384        #buddypress ul.item-list li div.action div a {
    387                 -webkit-box-sizing: border-box;
    388                 -moz-box-sizing: border-box;
    389385                box-sizing: border-box;
    390386                display: block;
     
    775771        }
    776772        .bp-user #buddypress #item-header #item-buttons div.generic-button a {
    777                 -webkit-box-sizing: border-box;
    778                 -moz-box-sizing: border-box;
    779773                box-sizing: border-box;
    780774                display: block;
     
    929923
    930924.groups.group-members #subnav li #search-members-form {
    931         -webkit-box-sizing: border-box;
    932         -moz-box-sizing: border-box;
    933925        box-sizing: border-box;
    934926        float: left;
     
    10861078        background: #fff;
    10871079        border-right: 0 !important;
    1088         -webkit-box-sizing: border-box;
    1089         -moz-box-sizing: border-box;
    10901080        box-sizing: border-box;
    10911081        display: inline-block;
     
    11261116#buddypress table#message-threads tr td.thread-options {
    11271117        border-left: 0;
    1128         width: -webkit-calc(100% - 30px);
    1129         width: -moz-calc(100% - 30px);
    11301118        width: calc(100% - 30px);
    11311119        margin-left: 0;
  • trunk/src/bp-templates/bp-legacy/css/twentyseventeen.css

    r12285 r12297  
    447447                border: 1px solid #ddd;
    448448                border-bottom-color: #fff;
    449                 -webkit-border-top-right-radius: 4px;
    450449                border-top-right-radius: 4px;
    451                 -webkit-border-top-left-radius: 4px;
    452450                border-top-left-radius: 4px;
    453451                background-clip: padding-box;
     
    15231521.bp-user #buddypress .profile #profile-edit-form .visibility-toggle-link {
    15241522        background: #555;
    1525         -webkit-border-radius: 3px;
    1526         -moz-border-radius: 3px;
    1527         -ms-border-radius: 3px;
    15281523        border-radius: 3px;
    15291524        background-clip: padding-box;
     
    16751670.bp-user #buddypress #message-threads tr td.thread-options {
    16761671        border-left: 0 !important;
    1677         width: -webkit-calc(100% - 30px);
    1678         width: -moz-calc(100% - 30px);
    16791672        width: calc(100% - 30px);
    16801673        margin-left: 0;
     
    19401933        border: 1px solid rgba(190, 190, 190, 0.6);
    19411934        position: relative;
    1942         -webkit-border-radius: 2px;
    1943         -moz-border-radius: 2px;
    1944         -ms-border-radius: 2px;
    19451935        border-radius: 2px;
    19461936        background-clip: padding-box;
     
    19871977#buddypress div.message-search form input[type="submit"],
    19881978#buddypress li.groups-members-search form input[type="submit"] {
    1989         -webkit-border-radius: none;
    1990         -moz-border-radius: none;
    1991         -ms-border-radius: none;
    19921979        border-radius: none;
    19931980        float: right;
     
    20402027        background: #333;
    20412028        border-color: #555;
    2042         -webkit-border-radius: 2px;
    2043         -moz-border-radius: 2px;
    2044         -ms-border-radius: 2px;
    20452029        border-radius: 2px;
    20462030        background-clip: padding-box;
     
    20572041body.colors-dark #page #buddypress .groups-members-search input[type="submit"],
    20582042body.colors-dark #page #buddypress .message-search input[type="submit"] {
    2059         -webkit-border-radius: 2px;
    2060         -moz-border-radius: 2px;
    2061         -ms-border-radius: 2px;
    20622043        border-radius: 2px;
    20632044        background-clip: padding-box;
  • trunk/src/bp-templates/bp-legacy/css/twentysixteen.css

    r12285 r12297  
    336336                border: 1px solid #ddd;
    337337                border-bottom-color: #fff;
    338                 -webkit-border-top-right-radius: 4px;
    339338                border-top-right-radius: 4px;
    340                 -webkit-border-top-left-radius: 4px;
    341339                border-top-left-radius: 4px;
    342340                background-clip: padding-box;
     
    14791477.bp-user #buddypress #message-threads tr td.thread-options {
    14801478        border-left: 0 !important;
    1481         width: -webkit-calc(100% - 30px);
    1482         width: -moz-calc(100% - 30px);
    14831479        width: calc(100% - 30px);
    14841480        margin-left: 0;
  • trunk/src/bp-templates/bp-legacy/css/twentyten.css

    r12285 r12297  
    250250                border: 1px solid #ddd;
    251251                border-bottom-color: #fff;
    252                 -webkit-border-top-right-radius: 4px;
    253252                border-top-right-radius: 4px;
    254                 -webkit-border-top-left-radius: 4px;
    255253                border-top-left-radius: 4px;
    256254                background-clip: padding-box;
     
    733731#buddypress #activity-stream .activity-comments .ac-form {
    734732        border: 1px solid #d4d0ba;
    735         -webkit-box-sizing: border-box;
    736         -moz-box-sizing: border-box;
    737733        box-sizing: border-box;
    738734        margin: 15px 0;
     
    927923
    928924.single-item.groups #buddypress div#item-header #item-header-content {
    929         -webkit-box-sizing: border-box;
    930         -moz-box-sizing: border-box;
    931925        box-sizing: border-box;
    932926}
     
    13371331.bp-user #buddypress .profile #profile-edit-form .visibility-toggle-link {
    13381332        background: #6f6e6e;
    1339         -webkit-border-radius: 2px;
    1340         -moz-border-radius: 2px;
    1341         -ms-border-radius: 2px;
    13421333        border-radius: 2px;
    13431334        background-clip: padding-box;
     
    14301421.bp-user #buddypress #message-threads tr td {
    14311422        background: #fff;
    1432         -webkit-box-sizing: border-box;
    1433         -moz-box-sizing: border-box;
    14341423        box-sizing: border-box;
    14351424        display: inline-block;
     
    14811470.bp-user #buddypress #message-threads tr td.thread-options {
    14821471        border-left: 0 !important;
    1483         width: -webkit-calc(100% - 30px);
    1484         width: -moz-calc(100% - 30px);
    14851472        width: calc(100% - 30px);
    14861473        margin-left: 0;
     
    15441531.bp-user #buddypress #send_message_form input,
    15451532.bp-user #buddypress #send_message_form textarea {
    1546         -webkit-box-sizing: border-box;
    1547         -moz-box-sizing: border-box;
    15481533        box-sizing: border-box;
    15491534}
     
    17181703        border-width: 1px;
    17191704        box-shadow: none;
    1720         -webkit-box-sizing: border-box;
    1721         -moz-box-sizing: border-box;
    17221705        box-sizing: border-box;
    17231706        width: 100%;
     
    17821765        border-radius: 0;
    17831766        box-shadow: none;
    1784         -webkit-box-sizing: border-box;
    1785         -moz-box-sizing: border-box;
    17861767        box-sizing: border-box;
    17871768        font-size: 14px;
  • trunk/src/bp-templates/bp-legacy/css/twentythirteen.css

    r12285 r12297  
    281281                border: 1px solid #ddd;
    282282                border-bottom-color: #fff;
    283                 -webkit-border-top-right-radius: 4px;
    284283                border-top-right-radius: 4px;
    285                 -webkit-border-top-left-radius: 4px;
    286284                border-top-left-radius: 4px;
    287285                background-clip: padding-box;
     
    15291527.bp-user #buddypress #message-threads tr td.thread-options {
    15301528        border-left: 0 !important;
    1531         width: -webkit-calc(100% - 30px);
    1532         width: -moz-calc(100% - 30px);
    15331529        width: calc(100% - 30px);
    15341530        margin-left: 0;
  • trunk/src/bp-templates/bp-legacy/css/twentytwelve.css

    r12285 r12297  
    288288                border: 1px solid #ddd;
    289289                border-bottom-color: #fff;
    290                 -webkit-border-top-right-radius: 4px;
    291290                border-top-right-radius: 4px;
    292                 -webkit-border-top-left-radius: 4px;
    293291                border-top-left-radius: 4px;
    294292                background-clip: padding-box;
     
    967965
    968966.single-item.groups #buddypress div#item-header #item-header-content {
    969         -webkit-box-sizing: border-box;
    970         -moz-box-sizing: border-box;
    971967        box-sizing: border-box;
    972968}
     
    13871383.bp-user #buddypress .profile #profile-edit-form .visibility-toggle-link {
    13881384        background: #6f6e6e;
    1389         -webkit-border-radius: 2px;
    1390         -moz-border-radius: 2px;
    1391         -ms-border-radius: 2px;
    13921385        border-radius: 2px;
    13931386        background-clip: padding-box;
     
    15411534.bp-user #buddypress #message-threads tr td.thread-options {
    15421535        border-left: 0 !important;
    1543         width: -webkit-calc(100% - 30px);
    1544         width: -moz-calc(100% - 30px);
    15451536        width: calc(100% - 30px);
    15461537        margin-left: 0;
  • trunk/src/bp-templates/bp-nouveau/css/buddypress-rtl.css

    r12215 r12297  
    6161}
    6262
     63body #buddypress div,
     64body #buddypress dl,
     65body #buddypress li,
     66body #buddypress textarea,
     67body #buddypress select,
     68body #buddypress input[type="search"],
     69body #buddypress input[type="submit"],
     70body #buddypress input[type="reset"] {
     71        border-radius: 2px;
     72        background-clip: padding-box;
     73}
     74
    6375body #buddypress #item-body blockquote,
    6476body #buddypress .bp-lists blockquote {
     
    121133.buddypress-wrap.round-avatars .avatar {
    122134        border-radius: 50%;
    123 }
    124 
    125 div,
    126 dl,
    127 li,
    128 textarea,
    129 select,
    130 input[type="search"],
    131 input[type="submit"],
    132 input[type="reset"] {
    133         border-radius: 2px;
    134         background-clip: padding-box;
    135135}
    136136
  • trunk/src/bp-templates/bp-nouveau/css/buddypress.css

    r12285 r12297  
    6969body #buddypress input[type="submit"],
    7070body #buddypress input[type="reset"] {
    71         -webkit-border-radius: 2px;
    72         -moz-border-radius: 2px;
    73         -ms-border-radius: 2px;
    7471        border-radius: 2px;
    7572        background-clip: padding-box;
     
    8279
    8380body #buddypress .bp-list .action {
    84         -webkit-box-sizing: border-box;
    85         -moz-box-sizing: border-box;
    8681        box-sizing: border-box;
    8782}
     
    376371                border-bottom: 1px solid #eee;
    377372                border-top: 1px solid #eee;
    378                 -webkit-box-shadow: 0 2px 12px 0 #fafafa;
    379                 -moz-box-shadow: 0 2px 12px 0 #fafafa;
    380373                box-shadow: 0 2px 12px 0 #fafafa;
    381374        }
     
    870863
    871864.bp-list {
    872         -webkit-box-sizing: border-box;
    873         -moz-box-sizing: border-box;
    874865        box-sizing: border-box;
    875866        border-top: 1px solid #eaeaea;
     
    10201011        background: #fff;
    10211012        border: 1px solid #b7b7b7;
    1022         -webkit-box-shadow: 0 0 6px #d2d2d2;
    1023         -moz-box-shadow: 0 0 6px #d2d2d2;
    10241013        box-shadow: 0 0 6px #d2d2d2;
    10251014        margin: 20px 0;
     
    10421031        .friends-request-list li,
    10431032        .membership-requests-list li {
    1044                 display: -webkit-flex;
    10451033                display: -moz-flex;
    10461034                display: -ms-flex;
    10471035                display: -o-flex;
    10481036                display: flex;
    1049                 -webkit-flex-flow: row nowrap;
    1050                 -moz-flex-flow: row nowrap;
    1051                 -ms-flex-flow: row nowrap;
    10521037                -o-flex-flow: row nowrap;
    10531038                flex-flow: row nowrap;
     
    10551040        .friends-request-list li .item,
    10561041        .membership-requests-list li .item {
    1057                 -webkit-flex: 1 1 auto;
    10581042                -moz-flex: 1 1 auto;
    1059                 -ms-flex: 1 1 auto;
    10601043                -o-flex: 1 1 auto;
    10611044                flex: 1 1 auto;
     
    11131096.activity-update-form {
    11141097        border: 1px solid #ccc;
    1115         -webkit-box-shadow: inset 0 0 6px #eee;
    1116         -moz-box-shadow: inset 0 0 6px #eee;
    11171098        box-shadow: inset 0 0 6px #eee;
    11181099        margin: 15px 0;
     
    11351116.activity-update-form #whats-new-textarea textarea {
    11361117        background: #fff;
    1137         -webkit-box-sizing: border-box;
    1138         -moz-box-sizing: border-box;
    11391118        box-sizing: border-box;
    11401119        color: #333;
     
    11481127
    11491128.activity-update-form #whats-new-textarea textarea:focus {
    1150         -webkit-box-shadow: 0 0 6px 0 #d6d6d6;
    1151         -moz-box-shadow: 0 0 6px 0 #d6d6d6;
    11521129        box-shadow: 0 0 6px 0 #d6d6d6;
    11531130}
     
    11711148
    11721149.activity-update-form #whats-new-post-in-box #whats-new-post-in-box-items .bp-activity-object {
    1173         display: -webkit-box;
    1174         display: -ms-flexbox;
    1175         display: -webkit-flex;
    11761150        display: flex;
    1177         -ms-flex-align: center;
    1178         -webkit-align-items: center;
    1179         -webkit-box-align: center;
    11801151        align-items: center;
    11811152        padding: 0.2em;
     
    15211492.buddypress-wrap .activity-list .load-newest:hover {
    15221493        border-color: #e1e1e1;
    1523         -webkit-box-shadow: 0 0 6px 0 #eaeaea;
    1524         -moz-box-shadow: 0 0 6px 0 #eaeaea;
    15251494        box-shadow: 0 0 6px 0 #eaeaea;
    15261495}
     
    17641733
    17651734form.ac-form .ac-reply-content .ac-textarea textarea:focus {
    1766         -webkit-box-shadow: 0 0 6px #d6d6d6;
    1767         -moz-box-shadow: 0 0 6px #d6d6d6;
    17681735        box-shadow: 0 0 6px #d6d6d6;
    17691736}
     
    18191786.buddypress-wrap .groups-list li .group-desc {
    18201787        border: 1px solid #eaeaea;
    1821         -webkit-border-radius: 10px;
    1822         -moz-border-radius: 10px;
    1823         -ms-border-radius: 10px;
    18241788        border-radius: 10px;
    18251789        background-clip: padding-box;
     
    18921856.buddypress-wrap .members-list li .user-update {
    18931857        border: 1px solid #eaeaea;
    1894         -webkit-border-radius: 10px;
    1895         -moz-border-radius: 10px;
    1896         -ms-border-radius: 10px;
    18971858        border-radius: 10px;
    18981859        background-clip: padding-box;
     
    19441905*/
    19451906.register-page .register-section {
    1946         -webkit-box-sizing: border-box;
    1947         -moz-box-sizing: border-box;
    19481907        box-sizing: border-box;
    19491908}
     
    22932252
    22942253.groups-header .moderators-lists img.avatar {
    2295         -moz-box-shadow: none;
    2296         -webkit-box-shadow: none;
    22972254        box-shadow: none;
    22982255        float: none;
     
    23322289.groups-header .desc-wrap .group-description {
    23332290        background: #fafafa;
    2334         -webkit-box-shadow: inset 0 0 9px #ccc;
    2335         -moz-box-shadow: inset 0 0 9px #ccc;
    23362291        box-shadow: inset 0 0 9px #ccc;
    23372292        padding: 1em;
     
    25732528
    25742529.buddypress .bp-invites-content ul.item-list li.selected {
    2575         -webkit-box-shadow: inset 0 0 12px 0 rgba(237, 187, 52, 0.2);
    2576         -moz-box-shadow: inset 0 0 12px 0 rgba(237, 187, 52, 0.2);
    25772530        box-shadow: inset 0 0 12px 0 rgba(237, 187, 52, 0.2);
    25782531}
     
    26472600@media screen and (min-width: 46.8em) {
    26482601        .buddypress .bp-invites-content ul.item-list > li {
    2649                 -webkit-box-sizing: border-box;
    2650                 -moz-box-sizing: border-box;
    26512602                box-sizing: border-box;
    26522603                border: 1px solid #eaeaea;
     
    29302881
    29312882.bp-messages-content .avatar {
    2932         -moz-box-shadow: none;
    2933         -webkit-box-shadow: none;
    29342883        box-shadow: none;
    29352884}
     
    29622911#message-threads li {
    29632912        border-bottom: 1px solid #eaeaea;
    2964         display: -webkit-flex;
    29652913        display: -moz-flex;
    29662914        display: -ms-flex;
    29672915        display: -o-flex;
    29682916        display: flex;
    2969         -webkit-flex-flow: row nowrap;
    2970         -moz-flex-flow: row nowrap;
    2971         -ms-flex-flow: row nowrap;
    29722917        -o-flex-flow: row nowrap;
    29732918        flex-flow: row nowrap;
     
    29782923
    29792924#message-threads li .thread-cb {
    2980         display: -webkit-box;
    2981         display: -ms-flexbox;
    2982         display: -webkit-flex;
    29832925        display: flex;
    2984         -ms-flex-align: center;
    2985         -webkit-align-items: center;
    2986         -webkit-box-align: center;
    29872926        align-items: center;
    2988         -webkit-flex: 1 2 5%;
    29892927        -moz-flex: 1 2 5%;
    2990         -ms-flex: 1 2 5%;
    29912928        -o-flex: 1 2 5%;
    29922929        flex: 1 2 5%;
     
    29952932#message-threads li .thread-from,
    29962933#message-threads li .thread-to {
    2997         -webkit-flex: 1 2 20%;
    29982934        -moz-flex: 1 2 20%;
    2999         -ms-flex: 1 2 20%;
    30002935        -o-flex: 1 2 20%;
    30012936        flex: 1 2 20%;
     
    30232958
    30242959#message-threads li .thread-content {
    3025         -webkit-flex: 1 2 60%;
    30262960        -moz-flex: 1 2 60%;
    3027         -ms-flex: 1 2 60%;
    30282961        -o-flex: 1 2 60%;
    30292962        flex: 1 2 60%;
     
    30312964
    30322965#message-threads li .thread-date {
    3033         -webkit-flex: 1 2 15%;
    30342966        -moz-flex: 1 2 15%;
    3035         -ms-flex: 1 2 15%;
    30362967        -o-flex: 1 2 15%;
    30372968        flex: 1 2 15%;
     
    31343065.bp-messages-content #bp-message-thread-list .message-metadata {
    31353066        border-bottom: 1px solid #ccc;
    3136         -webkit-box-shadow: -2px 1px 9px 0 #eee;
    3137         -moz-box-shadow: -2px 1px 9px 0 #eee;
    31383067        box-shadow: -2px 1px 9px 0 #eee;
    31393068        display: table;
     
    33263255.buddypress-wrap input[type="tel"]:focus,
    33273256.buddypress-wrap input[type="password"]:focus {
    3328         -webkit-box-shadow: 0 0 8px #eaeaea;
    3329         -moz-box-shadow: 0 0 8px #eaeaea;
    33303257        box-shadow: 0 0 8px #eaeaea;
    33313258}
     
    36643591        background: none;
    36653592        border: 0;
    3666         -webkit-border-radius: 0;
    3667         -moz-border-radius: 0;
    3668         -ms-border-radius: 0;
    36693593        border-radius: 0;
    36703594        background-clip: padding-box;
     
    39293853
    39303854.center-vert {
    3931         display: -ms-flexbox;
    3932         display: -webkit-flex;
    39333855        display: flex;
    3934         -ms-flex-align: center;
    3935         -webkit-align-items: center;
    3936         -webkit-box-align: center;
    39373856        align-items: center;
    39383857}
     
    40393958        background: none;
    40403959        border: 0;
    4041         -moz-box-shadow: none;
    4042         -webkit-box-shadow: none;
    40433960        box-shadow: none;
    40443961        color: #767676;
     
    41364053.buddypress #buddypress .create-button a {
    41374054        border: 1px solid #ccc;
    4138         -webkit-border-radius: 5px;
    4139         -moz-border-radius: 5px;
    4140         -ms-border-radius: 5px;
    41414055        border-radius: 5px;
    41424056        background-clip: padding-box;
    4143         -webkit-box-shadow: inset 0 0 6px 0 #eaeaea;
    4144         -moz-box-shadow: inset 0 0 6px 0 #eaeaea;
    41454057        box-shadow: inset 0 0 6px 0 #eaeaea;
    41464058        margin: 0.2em 0;
     
    41514063        background: none;
    41524064        border-color: #ccc;
    4153         -webkit-box-shadow: inset 0 0 12px 0 #eaeaea;
    4154         -moz-box-shadow: inset 0 0 12px 0 #eaeaea;
    41554065        box-shadow: inset 0 0 12px 0 #eaeaea;
    41564066}
     
    41744084        background: none;
    41754085        border: 0;
    4176         -moz-box-shadow: none;
    4177         -webkit-box-shadow: none;
    41784086        box-shadow: none;
    41794087        margin: 0;
     
    42764184        background: #0b80a4;
    42774185        border: 0;
    4278         -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
    4279         -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
    42804186        box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
    42814187        color: #fff;
     
    42834189
    42844190.buddypress-wrap .bp-feedback:not(.custom-homepage-info) {
    4285         display: -webkit-flex;
    42864191        display: -moz-flex;
    42874192        display: -ms-flex;
    42884193        display: -o-flex;
    42894194        display: flex;
    4290         -webkit-flex-flow: row nowrap;
    4291         -moz-flex-flow: row nowrap;
    4292         -ms-flex-flow: row nowrap;
    42934195        -o-flex-flow: row nowrap;
    42944196        flex-flow: row nowrap;
    4295         -ms-flex-align: stretch;
    4296         -webkit-align-items: stretch;
    4297         -webkit-box-align: stretch;
    42984197        align-items: stretch;
    42994198}
     
    43024201        background: #fff;
    43034202        color: #807f7f;
    4304         -webkit-box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.1);
    4305         -moz-box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.1);
    43064203        box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.1);
    43074204        color: #737373;
     
    43824279.buddypress-wrap .bp-feedback.success .bp-icon,
    43834280.buddypress-wrap .bp-feedback.updated .bp-icon {
    4384         display: -webkit-box;
    4385         display: -ms-flexbox;
    4386         display: -webkit-flex;
    43874281        display: flex;
    4388         -ms-flex-align: center;
    4389         -webkit-align-items: center;
    4390         -webkit-box-align: center;
    43914282        align-items: center;
    43924283}
     
    45474438
    45484439.buddypress.widget .avatar-block {
    4549         display: -webkit-flex;
    45504440        display: -moz-flex;
    45514441        display: -ms-flex;
    45524442        display: -o-flex;
    45534443        display: flex;
    4554         -webkit-flex-flow: row wrap;
    4555         -moz-flex-flow: row wrap;
    4556         -ms-flex-flow: row wrap;
    45574444        -o-flex-flow: row wrap;
    45584445        flex-flow: row wrap;
     
    46014488.buddypress-wrap .buddypress.widget ul#groups-list,
    46024489.buddypress-wrap .buddypress.widget ul#members-list {
    4603         display: -webkit-flex;
    46044490        display: -moz-flex;
    46054491        display: -ms-flex;
    46064492        display: -o-flex;
    46074493        display: flex;
    4608         -webkit-flex-flow: column nowrap;
    4609         -moz-flex-flow: column nowrap;
    4610         -ms-flex-flow: column nowrap;
    46114494        -o-flex-flow: column nowrap;
    46124495        flex-flow: column nowrap;
     
    46174500        .buddypress-wrap .buddypress.widget ul#groups-list,
    46184501        .buddypress-wrap .buddypress.widget ul#members-list {
    4619                 display: -webkit-flex;
    46204502                display: -moz-flex;
    46214503                display: -ms-flex;
    46224504                display: -o-flex;
    46234505                display: flex;
    4624                 -webkit-flex-flow: row wrap;
    4625                 -moz-flex-flow: row wrap;
    4626                 -ms-flex-flow: row wrap;
    46274506                -o-flex-flow: row wrap;
    46284507                flex-flow: row wrap;
     
    46344513.buddypress-wrap .buddypress.widget ul#members-list li {
    46354514        border: 1px solid #eee;
    4636         -ms-flex-align: stretch;
    4637         -webkit-align-items: stretch;
    4638         -webkit-box-align: stretch;
    46394515        align-items: stretch;
    4640         -webkit-flex: 1 1 46%;
    46414516        -moz-flex: 1 1 46%;
    4642         -ms-flex: 1 1 46%;
    46434517        -o-flex: 1 1 46%;
    46444518        flex: 1 1 46%;
     
    46504524        .buddypress-wrap .buddypress.widget ul#groups-list li,
    46514525        .buddypress-wrap .buddypress.widget ul#members-list li {
    4652                 -webkit-flex: 0 1 20%;
    46534526                -moz-flex: 0 1 20%;
    4654                 -ms-flex: 0 1 20%;
    46554527                -o-flex: 0 1 20%;
    46564528                flex: 0 1 20%;
     
    46884560        .buddypress-wrap .buddypress.widget ul#groups-list li,
    46894561        .buddypress-wrap .buddypress.widget ul#members-list li {
    4690                 -webkit-flex: 0 1 auto;
    46914562                -moz-flex: 0 1 auto;
    4692                 -ms-flex: 0 1 auto;
    46934563                -o-flex: 0 1 auto;
    46944564                flex: 0 1 auto;
     
    47184588.buddypress-wrap a.loading,
    47194589.buddypress-wrap input.loading {
    4720         -moz-animation: loader-pulsate 0.5s infinite ease-in-out alternate;
    4721         -webkit-animation: loader-pulsate 0.5s infinite ease-in-out alternate;
    47224590        animation: loader-pulsate 0.5s infinite ease-in-out alternate;
    47234591        border-color: #aaa;
    4724 }
    4725 
    4726 @-webkit-keyframes loader-pulsate {
    4727         from {
    4728                 border-color: #aaa;
    4729                 -webkit-box-shadow: 0 0 6px #ccc;
    4730                 box-shadow: 0 0 6px #ccc;
    4731         }
    4732         to {
    4733                 border-color: #ccc;
    4734                 -webkit-box-shadow: 0 0 6px #f8f8f8;
    4735                 box-shadow: 0 0 6px #f8f8f8;
    4736         }
    4737 }
    4738 
    4739 @-moz-keyframes loader-pulsate {
    4740         from {
    4741                 border-color: #aaa;
    4742                 -moz-box-shadow: 0 0 6px #ccc;
    4743                 box-shadow: 0 0 6px #ccc;
    4744         }
    4745         to {
    4746                 border-color: #ccc;
    4747                 -moz-box-shadow: 0 0 6px #f8f8f8;
    4748                 box-shadow: 0 0 6px #f8f8f8;
    4749         }
    47504592}
    47514593
     
    47534595        from {
    47544596                border-color: #aaa;
    4755                 -moz-box-shadow: 0 0 6px #ccc;
    47564597                box-shadow: 0 0 6px #ccc;
    47574598        }
    47584599        to {
    47594600                border-color: #ccc;
    4760                 -moz-box-shadow: 0 0 6px #f8f8f8;
    47614601                box-shadow: 0 0 6px #f8f8f8;
    47624602        }
     
    47774617        opacity: 0;
    47784618        position: absolute;
    4779         -webkit-transform: translate3d(0, 0, 0);
    4780         -ms-transform: translate3d(0, 0, 0);
    47814619        transform: translate3d(0, 0, 0);
    47824620        visibility: hidden;
     
    47994637        text-shadow: none;
    48004638        text-transform: none;
    4801         -webkit-transition: all 1.5s ease;
    4802         -ms-transition: all 1.5s ease;
    48034639        transition: all 1.5s ease;
    48044640        white-space: nowrap;
     
    48244660        margin-top: 7px;
    48254661        top: 110%;
    4826         -webkit-transform: translate(-50%, 0);
    4827         -ms-transform: translate(-50%, 0);
    48284662        transform: translate(-50%, 0);
    48294663}
     
    48314665.user-list .bp-tooltip:after {
    48324666        left: 0;
    4833         -webkit-transform: translate(0, 0);
    4834         -ms-transform: translate(0, 0);
    48354667        transform: translate(0, 0);
    48364668}
     
    48404672                left: auto;
    48414673                right: 0;
    4842                 -webkit-transform: translate(0, 0);
    4843                 -ms-transform: translate(0, 0);
    48444674                transform: translate(0, 0);
    48454675        }
     
    48524682.participants-list .bp-tooltip:after {
    48534683        left: 0;
    4854         -webkit-transform: translate(0, 0);
    4855         -ms-transform: translate(0, 0);
    48564684        transform: translate(0, 0);
    48574685}
     
    48624690        left: auto;
    48634691        right: 0;
    4864         -webkit-transform: translate(0, 0);
    4865         -ms-transform: translate(0, 0);
    48664692        transform: translate(0, 0);
    48674693}
     
    48794705#item-body,
    48804706.single-screen-navs {
    4881         -webkit-box-sizing: border-box;
    4882         -moz-box-sizing: border-box;
    48834707        box-sizing: border-box;
    48844708}
     
    48864710.grid > li,
    48874711.grid > li .generic-button a {
    4888         -webkit-box-sizing: border-box;
    4889         -moz-box-sizing: border-box;
    48904712        box-sizing: border-box;
    48914713}
Note: See TracChangeset for help on using the changeset viewer.