Skip to:
Content

BuddyPress.org

Ticket #7791: 7791-css-changes.patch

File 7791-css-changes.patch, 64.4 KB (added by netweb, 6 years ago)
  • src/bp-core/css/admin-bar-rtl.css

     
    3232        padding: 2px 5px;
    3333        font-size: 10px;
    3434        font-weight: 700;
    35         -moz-border-radius: 10px;
    36         -khtml-border-radius: 10px;
    37         -webkit-border-radius: 10px;
    3835        border-radius: 10px;
    3936}
    4037
  • src/bp-core/css/admin-bar.css

     
    3232        padding: 2px 5px;
    3333        font-size: 10px;
    3434        font-weight: 700;
    35         -moz-border-radius: 10px;
    36         -khtml-border-radius: 10px;
    37         -webkit-border-radius: 10px;
    3835        border-radius: 10px;
    3936}
    4037
  • src/bp-core/css/avatar-rtl.css

     
    265265        margin-bottom: 0;
    266266        max-width: 100%;
    267267        width: 100%;
    268         -webkit-transform: scaleX(-1);
    269268        transform: scaleX(-1);
    270269}
    271270
  • src/bp-core/css/avatar.css

     
    265265        margin-bottom: 0;
    266266        max-width: 100%;
    267267        width: 100%;
    268         -webkit-transform: scaleX(-1);
    269268        transform: scaleX(-1);
    270269}
    271270
  • src/bp-core/css/buddybar-rtl.css

     
    226226        margin-right: 2px;
    227227        background: #fff;
    228228        color: #000;
    229         -moz-border-radius: 3px;
    230         -webkit-border-radius: 3px;
    231229        border-radius: 3px;
    232230}
    233231
  • src/bp-core/css/buddybar.css

     
    226226        margin-left: 2px;
    227227        background: #fff;
    228228        color: #000;
    229         -moz-border-radius: 3px;
    230         -webkit-border-radius: 3px;
    231229        border-radius: 3px;
    232230}
    233231
  • src/bp-messages/css/autocomplete/jquery.autocompletefb-rtl.css

     
    44        z-index: 99999;
    55        background: #fff;
    66        border: 1px solid #ccc;
    7         -moz-border-radius-bottomright: 3px;
    8         -khtml-border-bottom-right-radius: 3px;
    9         -webkit-border-bottom-right-radius: 3px;
    107        border-bottom-right-radius: 3px;
    11         -moz-border-radius-bottomleft: 3px;
    12         -khtml-border-bottom-left-radius: 3px;
    13         -webkit-border-bottom-left-radius: 3px;
    148        border-bottom-left-radius: 3px;
    159}
    1610
  • src/bp-messages/css/autocomplete/jquery.autocompletefb.css

     
    44        z-index: 99999;
    55        background: #fff;
    66        border: 1px solid #ccc;
    7         -moz-border-radius-bottomleft: 3px;
    8         -khtml-border-bottom-left-radius: 3px;
    9         -webkit-border-bottom-left-radius: 3px;
    107        border-bottom-left-radius: 3px;
    11         -moz-border-radius-bottomright: 3px;
    12         -khtml-border-bottom-right-radius: 3px;
    13         -webkit-border-bottom-right-radius: 3px;
    148        border-bottom-right-radius: 3px;
    159}
    1610
  • src/bp-templates/bp-legacy/css/buddypress-rtl.css

     
    10431043
    10441044.bp-screen-reader-text:focus {
    10451045        background-color: #f1f1f1;
    1046         -webkit-border-radius: 3px;
    10471046        border-radius: 3px;
    1048         -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    10491047        box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    10501048        clip: auto !important;
    10511049        color: #21759b;
     
    10731071        border-color: #aaa;
    10741072}
    10751073
    1076 @-webkit-keyframes loader-pulsate {
    1077 
    1078         from {
    1079                 border-color: #aaa;
    1080                 -webkit-box-shadow: 0 0 6px #ccc;
    1081                 box-shadow: 0 0 6px #ccc;
    1082         }
    1083 
    1084         to {
    1085                 border-color: #ccc;
    1086                 -webkit-box-shadow: 0 0 6px #f8f8f8;
    1087                 box-shadow: 0 0 6px #f8f8f8;
    1088         }
    1089 }
    1090 
    1091 @-moz-keyframes loader-pulsate {
    1092 
    1093         from {
    1094                 border-color: #aaa;
    1095                 -moz-box-shadow: 0 0 6px #ccc;
    1096                 box-shadow: 0 0 6px #ccc;
    1097         }
    1098 
    1099         to {
    1100                 border-color: #ccc;
    1101                 -moz-box-shadow: 0 0 6px #f8f8f8;
    1102                 box-shadow: 0 0 6px #f8f8f8;
    1103         }
    1104 }
    1105 
    11061074#buddypress a.loading:hover,
    11071075#buddypress input.loading:hover {
    11081076        color: #767676;
     
    20482016.widget.buddypress .item-avatar a:focus,
    20492017.widget.buddypress .item-avatar a:active,
    20502018.widget.buddypress .item-avatar a img {
    2051         -webkit-box-shadow: none;
    20522019        box-shadow: none;
    20532020}
    20542021
     
    21292096        text-shadow: none;
    21302097        text-transform: none;
    21312098        top: 100%;
    2132         -webkit-transform: translateX(-50%);
    2133         -ms-transform: translateX(-50%);
    21342099        transform: translateX(-50%);
    2135         -webkit-transition: opacity 2s ease-out;
    2136         -ms-transition: opacity 2s ease-out;
    21372100        transition: opacity 2s ease-out;
    21382101        white-space: pre;
    21392102        word-wrap: break-word;
     
    21552118.message-metadata .bp-tooltip:after {
    21562119        left: 0;
    21572120        text-align: left;
    2158         -webkit-transform: translateX(0);
    2159         -ms-transform: translateX(0);
    21602121        transform: translateX(0);
    21612122}
    21622123
     
    21662127        right: 0;
    21672128        left: auto;
    21682129        text-align: right;
    2169         -webkit-transform: translateX(0);
    2170         -ms-transform: translateX(0);
    21712130        transform: translateX(0);
    21722131}
    21732132
  • src/bp-templates/bp-legacy/css/buddypress.css

     
    10431043
    10441044.bp-screen-reader-text:focus {
    10451045        background-color: #f1f1f1;
    1046         -webkit-border-radius: 3px;
    10471046        border-radius: 3px;
    1048         -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    10491047        box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    10501048        clip: auto !important;
    10511049        color: #21759b;
     
    10731071        border-color: #aaa;
    10741072}
    10751073
    1076 @-webkit-keyframes loader-pulsate {
    1077 
    1078         from {
    1079                 border-color: #aaa;
    1080                 -webkit-box-shadow: 0 0 6px #ccc;
    1081                 box-shadow: 0 0 6px #ccc;
    1082         }
    1083 
    1084         to {
    1085                 border-color: #ccc;
    1086                 -webkit-box-shadow: 0 0 6px #f8f8f8;
    1087                 box-shadow: 0 0 6px #f8f8f8;
    1088         }
    1089 }
    1090 
    1091 @-moz-keyframes loader-pulsate {
    1092 
    1093         from {
    1094                 border-color: #aaa;
    1095                 -moz-box-shadow: 0 0 6px #ccc;
    1096                 box-shadow: 0 0 6px #ccc;
    1097         }
    1098 
    1099         to {
    1100                 border-color: #ccc;
    1101                 -moz-box-shadow: 0 0 6px #f8f8f8;
    1102                 box-shadow: 0 0 6px #f8f8f8;
    1103         }
    1104 }
    1105 
    11061074#buddypress a.loading:hover,
    11071075#buddypress input.loading:hover {
    11081076        color: #767676;
     
    20482016.widget.buddypress .item-avatar a:focus,
    20492017.widget.buddypress .item-avatar a:active,
    20502018.widget.buddypress .item-avatar a img {
    2051         -webkit-box-shadow: none;
    20522019        box-shadow: none;
    20532020}
    20542021
     
    21292096        text-shadow: none;
    21302097        text-transform: none;
    21312098        top: 100%;
    2132         -webkit-transform: translateX(50%);
    2133         -ms-transform: translateX(50%);
    21342099        transform: translateX(50%);
    2135         -webkit-transition: opacity 2s ease-out;
    2136         -ms-transition: opacity 2s ease-out;
    21372100        transition: opacity 2s ease-out;
    21382101        white-space: pre;
    21392102        word-wrap: break-word;
     
    21552118.message-metadata .bp-tooltip:after {
    21562119        right: 0;
    21572120        text-align: right;
    2158         -webkit-transform: translateX(0);
    2159         -ms-transform: translateX(0);
    21602121        transform: translateX(0);
    21612122}
    21622123
     
    21662127        left: 0;
    21672128        right: auto;
    21682129        text-align: left;
    2169         -webkit-transform: translateX(0);
    2170         -ms-transform: translateX(0);
    21712130        transform: translateX(0);
    21722131}
    21732132
  • src/bp-templates/bp-legacy/css/twentyeleven-rtl.css

     
    299299        #main #buddypress #group-create-tabs.item-list-tabs ul li.current {
    300300                border: 1px solid #ddd;
    301301                border-bottom-color: #fff;
    302                 -webkit-border-top-left-radius: 4px;
    303302                border-top-left-radius: 4px;
    304                 -webkit-border-top-right-radius: 4px;
    305303                border-top-right-radius: 4px;
    306304                background-clip: padding-box;
    307305                margin-bottom: -1px;
     
    988986}
    989987
    990988.single-item.groups #buddypress div#item-header #item-header-content {
    991         -webkit-box-sizing: border-box;
    992         -moz-box-sizing: border-box;
    993989        box-sizing: border-box;
    994990}
    995991
     
    13991395.bp-user #buddypress .profile #profile-edit-form .field-visibility-settings-close,
    14001396.bp-user #buddypress .profile #profile-edit-form .visibility-toggle-link {
    14011397        background: #6f6e6e;
    1402         -webkit-border-radius: 2px;
    1403         -moz-border-radius: 2px;
    1404         -ms-border-radius: 2px;
    14051398        border-radius: 2px;
    14061399        background-clip: padding-box;
    14071400        color: #eee;
     
    15411534.bp-user #buddypress #message-threads tr td.thread-from,
    15421535.bp-user #buddypress #message-threads tr td.thread-options {
    15431536        border-right: 0 !important;
    1544         width: -webkit-calc(100% - 30px);
    1545         width: -moz-calc(100% - 30px);
    15461537        width: calc(100% - 30px);
    15471538        margin-right: 0;
    15481539}
  • src/bp-templates/bp-legacy/css/twentyeleven.css

     
    299299        #main #buddypress #group-create-tabs.item-list-tabs ul li.current {
    300300                border: 1px solid #ddd;
    301301                border-bottom-color: #fff;
    302                 -webkit-border-top-right-radius: 4px;
    303302                border-top-right-radius: 4px;
    304                 -webkit-border-top-left-radius: 4px;
    305303                border-top-left-radius: 4px;
    306304                background-clip: padding-box;
    307305                margin-bottom: -1px;
     
    988986}
    989987
    990988.single-item.groups #buddypress div#item-header #item-header-content {
    991         -webkit-box-sizing: border-box;
    992         -moz-box-sizing: border-box;
    993989        box-sizing: border-box;
    994990}
    995991
     
    13991395.bp-user #buddypress .profile #profile-edit-form .field-visibility-settings-close,
    14001396.bp-user #buddypress .profile #profile-edit-form .visibility-toggle-link {
    14011397        background: #6f6e6e;
    1402         -webkit-border-radius: 2px;
    1403         -moz-border-radius: 2px;
    1404         -ms-border-radius: 2px;
    14051398        border-radius: 2px;
    14061399        background-clip: padding-box;
    14071400        color: #eee;
     
    15411534.bp-user #buddypress #message-threads tr td.thread-from,
    15421535.bp-user #buddypress #message-threads tr td.thread-options {
    15431536        border-left: 0 !important;
    1544         width: -webkit-calc(100% - 30px);
    1545         width: -moz-calc(100% - 30px);
    15461537        width: calc(100% - 30px);
    15471538        margin-left: 0;
    15481539}
  • src/bp-templates/bp-legacy/css/twentyfifteen-rtl.css

     
    10231023
    10241024.groups.edit-details #group-settings-form label {
    10251025        background: #555;
    1026         -webkit-border-top-left-radius: 4px;
    10271026        border-top-left-radius: 4px;
    1028         -webkit-border-top-right-radius: 4px;
    10291027        border-top-right-radius: 4px;
    10301028        background-clip: padding-box;
    10311029        color: #fff;
     
    15071505.bp-user #buddypress #message-threads tr td.thread-from,
    15081506.bp-user #buddypress #message-threads tr td.thread-options {
    15091507        border-right: 0 !important;
    1510         width: -webkit-calc(100% - 30px);
    1511         width: -moz-calc(100% - 30px);
    15121508        width: calc(100% - 30px);
    15131509        margin-right: 0;
    15141510}
  • src/bp-templates/bp-legacy/css/twentyfifteen.css

     
    10231023
    10241024.groups.edit-details #group-settings-form label {
    10251025        background: #555;
    1026         -webkit-border-top-right-radius: 4px;
    10271026        border-top-right-radius: 4px;
    1028         -webkit-border-top-left-radius: 4px;
    10291027        border-top-left-radius: 4px;
    10301028        background-clip: padding-box;
    10311029        color: #fff;
     
    15071505.bp-user #buddypress #message-threads tr td.thread-from,
    15081506.bp-user #buddypress #message-threads tr td.thread-options {
    15091507        border-left: 0 !important;
    1510         width: -webkit-calc(100% - 30px);
    1511         width: -moz-calc(100% - 30px);
    15121508        width: calc(100% - 30px);
    15131509        margin-left: 0;
    15141510}
  • src/bp-templates/bp-legacy/css/twentyfourteen-rtl.css

     
    149149        .directory #buddypress .item-list-tabs ul li.selected {
    150150                border: 1px solid rgba(0, 0, 0, 0.2);
    151151                border-bottom-color: #fff;
    152                 -webkit-border-top-left-radius: 4px;
    153152                border-top-left-radius: 4px;
    154                 -webkit-border-top-right-radius: 4px;
    155153                border-top-right-radius: 4px;
    156154                background-clip: padding-box;
    157155                margin-bottom: -1px;
     
    382380                display: block;
    383381        }
    384382        #buddypress ul.item-list li div.action div a {
    385                 -webkit-box-sizing: border-box;
    386                 -moz-box-sizing: border-box;
    387383                box-sizing: border-box;
    388384                display: block;
    389385                width: 100%;
     
    772768                width: 100%;
    773769        }
    774770        .bp-user #buddypress #item-header #item-buttons div.generic-button a {
    775                 -webkit-box-sizing: border-box;
    776                 -moz-box-sizing: border-box;
    777771                box-sizing: border-box;
    778772                display: block;
    779773                width: 100%;
     
    926920}
    927921
    928922.groups.group-members #subnav li #search-members-form {
    929         -webkit-box-sizing: border-box;
    930         -moz-box-sizing: border-box;
    931923        box-sizing: border-box;
    932924        float: right;
    933925}
     
    10831075#buddypress table#message-threads tr td {
    10841076        background: #fff;
    10851077        border-left: 0 !important;
    1086         -webkit-box-sizing: border-box;
    1087         -moz-box-sizing: border-box;
    10881078        box-sizing: border-box;
    10891079        display: inline-block;
    10901080        float: right;
     
    11231113#buddypress table#message-threads tr td.thread-from,
    11241114#buddypress table#message-threads tr td.thread-options {
    11251115        border-right: 0;
    1126         width: -webkit-calc(100% - 30px);
    1127         width: -moz-calc(100% - 30px);
    11281116        width: calc(100% - 30px);
    11291117        margin-right: 0;
    11301118}
  • src/bp-templates/bp-legacy/css/twentyfourteen.css

     
    149149        .directory #buddypress .item-list-tabs ul li.selected {
    150150                border: 1px solid rgba(0, 0, 0, 0.2);
    151151                border-bottom-color: #fff;
    152                 -webkit-border-top-right-radius: 4px;
    153152                border-top-right-radius: 4px;
    154                 -webkit-border-top-left-radius: 4px;
    155153                border-top-left-radius: 4px;
    156154                background-clip: padding-box;
    157155                margin-bottom: -1px;
     
    382380                display: block;
    383381        }
    384382        #buddypress ul.item-list li div.action div a {
    385                 -webkit-box-sizing: border-box;
    386                 -moz-box-sizing: border-box;
    387383                box-sizing: border-box;
    388384                display: block;
    389385                width: 100%;
     
    772768                width: 100%;
    773769        }
    774770        .bp-user #buddypress #item-header #item-buttons div.generic-button a {
    775                 -webkit-box-sizing: border-box;
    776                 -moz-box-sizing: border-box;
    777771                box-sizing: border-box;
    778772                display: block;
    779773                width: 100%;
     
    926920}
    927921
    928922.groups.group-members #subnav li #search-members-form {
    929         -webkit-box-sizing: border-box;
    930         -moz-box-sizing: border-box;
    931923        box-sizing: border-box;
    932924        float: left;
    933925}
     
    10831075#buddypress table#message-threads tr td {
    10841076        background: #fff;
    10851077        border-right: 0 !important;
    1086         -webkit-box-sizing: border-box;
    1087         -moz-box-sizing: border-box;
    10881078        box-sizing: border-box;
    10891079        display: inline-block;
    10901080        float: left;
     
    11231113#buddypress table#message-threads tr td.thread-from,
    11241114#buddypress table#message-threads tr td.thread-options {
    11251115        border-left: 0;
    1126         width: -webkit-calc(100% - 30px);
    1127         width: -moz-calc(100% - 30px);
    11281116        width: calc(100% - 30px);
    11291117        margin-left: 0;
    11301118}
  • src/bp-templates/bp-legacy/css/twentyseventeen-rtl.css

     
    444444        #buddypress #group-create-tabs.item-list-tabs ul li.current {
    445445                border: 1px solid #ddd;
    446446                border-bottom-color: #fff;
    447                 -webkit-border-top-left-radius: 4px;
    448447                border-top-left-radius: 4px;
    449                 -webkit-border-top-right-radius: 4px;
    450448                border-top-right-radius: 4px;
    451449                background-clip: padding-box;
    452450                margin-bottom: -1px;
     
    15201518.bp-user #buddypress .profile #profile-edit-form .field-visibility-settings-close,
    15211519.bp-user #buddypress .profile #profile-edit-form .visibility-toggle-link {
    15221520        background: #555;
    1523         -webkit-border-radius: 3px;
    1524         -moz-border-radius: 3px;
    1525         -ms-border-radius: 3px;
    15261521        border-radius: 3px;
    15271522        background-clip: padding-box;
    15281523        color: #fff;
     
    16721667.bp-user #buddypress #message-threads tr td.thread-from,
    16731668.bp-user #buddypress #message-threads tr td.thread-options {
    16741669        border-right: 0 !important;
    1675         width: -webkit-calc(100% - 30px);
    1676         width: -moz-calc(100% - 30px);
    16771670        width: calc(100% - 30px);
    16781671        margin-right: 0;
    16791672}
     
    19361929#buddypress div.message-search form,
    19371930#buddypress li.groups-members-search form {
    19381931        border: 1px solid rgba(190, 190, 190, 0.6);
    1939         -webkit-border-radius: 2px;
    1940         -moz-border-radius: 2px;
    1941         -ms-border-radius: 2px;
    19421932        border-radius: 2px;
    19431933        background-clip: padding-box;
    19441934        overflow: hidden;
     
    19831973#buddypress div.dir-search form input[type="submit"],
    19841974#buddypress div.message-search form input[type="submit"],
    19851975#buddypress li.groups-members-search form input[type="submit"] {
    1986         -webkit-border-radius: none;
    1987         -moz-border-radius: none;
    1988         -ms-border-radius: none;
    19891976        border-radius: none;
    19901977        float: left;
    19911978        font-weight: 400;
     
    20362023body.colors-dark #page #buddypress .message-search form {
    20372024        background: #333;
    20382025        border-color: #555;
    2039         -webkit-border-radius: 2px;
    2040         -moz-border-radius: 2px;
    2041         -ms-border-radius: 2px;
    20422026        border-radius: 2px;
    20432027        background-clip: padding-box;
    20442028        padding: 1px;
     
    20532037body.colors-dark #page #buddypress .dir-search input[type="submit"],
    20542038body.colors-dark #page #buddypress .groups-members-search input[type="submit"],
    20552039body.colors-dark #page #buddypress .message-search input[type="submit"] {
    2056         -webkit-border-radius: 2px;
    2057         -moz-border-radius: 2px;
    2058         -ms-border-radius: 2px;
    20592040        border-radius: 2px;
    20602041        background-clip: padding-box;
    20612042}
  • src/bp-templates/bp-legacy/css/twentyseventeen.css

     
    444444        #buddypress #group-create-tabs.item-list-tabs ul li.current {
    445445                border: 1px solid #ddd;
    446446                border-bottom-color: #fff;
    447                 -webkit-border-top-right-radius: 4px;
    448447                border-top-right-radius: 4px;
    449                 -webkit-border-top-left-radius: 4px;
    450448                border-top-left-radius: 4px;
    451449                background-clip: padding-box;
    452450                margin-bottom: -1px;
     
    15201518.bp-user #buddypress .profile #profile-edit-form .field-visibility-settings-close,
    15211519.bp-user #buddypress .profile #profile-edit-form .visibility-toggle-link {
    15221520        background: #555;
    1523         -webkit-border-radius: 3px;
    1524         -moz-border-radius: 3px;
    1525         -ms-border-radius: 3px;
    15261521        border-radius: 3px;
    15271522        background-clip: padding-box;
    15281523        color: #fff;
     
    16721667.bp-user #buddypress #message-threads tr td.thread-from,
    16731668.bp-user #buddypress #message-threads tr td.thread-options {
    16741669        border-left: 0 !important;
    1675         width: -webkit-calc(100% - 30px);
    1676         width: -moz-calc(100% - 30px);
    16771670        width: calc(100% - 30px);
    16781671        margin-left: 0;
    16791672}
     
    19361929#buddypress div.message-search form,
    19371930#buddypress li.groups-members-search form {
    19381931        border: 1px solid rgba(190, 190, 190, 0.6);
    1939         -webkit-border-radius: 2px;
    1940         -moz-border-radius: 2px;
    1941         -ms-border-radius: 2px;
    19421932        border-radius: 2px;
    19431933        background-clip: padding-box;
    19441934        overflow: hidden;
     
    19831973#buddypress div.dir-search form input[type="submit"],
    19841974#buddypress div.message-search form input[type="submit"],
    19851975#buddypress li.groups-members-search form input[type="submit"] {
    1986         -webkit-border-radius: none;
    1987         -moz-border-radius: none;
    1988         -ms-border-radius: none;
    19891976        border-radius: none;
    19901977        float: right;
    19911978        font-weight: 400;
     
    20362023body.colors-dark #page #buddypress .message-search form {
    20372024        background: #333;
    20382025        border-color: #555;
    2039         -webkit-border-radius: 2px;
    2040         -moz-border-radius: 2px;
    2041         -ms-border-radius: 2px;
    20422026        border-radius: 2px;
    20432027        background-clip: padding-box;
    20442028        padding: 1px;
     
    20532037body.colors-dark #page #buddypress .dir-search input[type="submit"],
    20542038body.colors-dark #page #buddypress .groups-members-search input[type="submit"],
    20552039body.colors-dark #page #buddypress .message-search input[type="submit"] {
    2056         -webkit-border-radius: 2px;
    2057         -moz-border-radius: 2px;
    2058         -ms-border-radius: 2px;
    20592040        border-radius: 2px;
    20602041        background-clip: padding-box;
    20612042}
  • src/bp-templates/bp-legacy/css/twentysixteen-rtl.css

     
    333333        #main #buddypress #group-create-tabs.item-list-tabs ul li.current {
    334334                border: 1px solid #ddd;
    335335                border-bottom-color: #fff;
    336                 -webkit-border-top-left-radius: 4px;
    337336                border-top-left-radius: 4px;
    338                 -webkit-border-top-right-radius: 4px;
    339337                border-top-right-radius: 4px;
    340338                background-clip: padding-box;
    341339                margin-bottom: -1px;
     
    14761474.bp-user #buddypress #message-threads tr td.thread-from,
    14771475.bp-user #buddypress #message-threads tr td.thread-options {
    14781476        border-right: 0 !important;
    1479         width: -webkit-calc(100% - 30px);
    1480         width: -moz-calc(100% - 30px);
    14811477        width: calc(100% - 30px);
    14821478        margin-right: 0;
    14831479}
  • src/bp-templates/bp-legacy/css/twentysixteen.css

     
    333333        #main #buddypress #group-create-tabs.item-list-tabs ul li.current {
    334334                border: 1px solid #ddd;
    335335                border-bottom-color: #fff;
    336                 -webkit-border-top-right-radius: 4px;
    337336                border-top-right-radius: 4px;
    338                 -webkit-border-top-left-radius: 4px;
    339337                border-top-left-radius: 4px;
    340338                background-clip: padding-box;
    341339                margin-bottom: -1px;
     
    14761474.bp-user #buddypress #message-threads tr td.thread-from,
    14771475.bp-user #buddypress #message-threads tr td.thread-options {
    14781476        border-left: 0 !important;
    1479         width: -webkit-calc(100% - 30px);
    1480         width: -moz-calc(100% - 30px);
    14811477        width: calc(100% - 30px);
    14821478        margin-left: 0;
    14831479}
  • src/bp-templates/bp-legacy/css/twentyten-rtl.css

     
    247247        #main #buddypress #group-create-tabs.item-list-tabs ul li.current {
    248248                border: 1px solid #ddd;
    249249                border-bottom-color: #fff;
    250                 -webkit-border-top-left-radius: 4px;
    251250                border-top-left-radius: 4px;
    252                 -webkit-border-top-right-radius: 4px;
    253251                border-top-right-radius: 4px;
    254252                background-clip: padding-box;
    255253                margin-bottom: -1px;
     
    730728
    731729#buddypress #activity-stream .activity-comments .ac-form {
    732730        border: 1px solid #d4d0ba;
    733         -webkit-box-sizing: border-box;
    734         -moz-box-sizing: border-box;
    735731        box-sizing: border-box;
    736732        margin: 15px 0;
    737733        width: 100%;
     
    924920}
    925921
    926922.single-item.groups #buddypress div#item-header #item-header-content {
    927         -webkit-box-sizing: border-box;
    928         -moz-box-sizing: border-box;
    929923        box-sizing: border-box;
    930924}
    931925
     
    13341328.bp-user #buddypress .profile #profile-edit-form .field-visibility-settings-close,
    13351329.bp-user #buddypress .profile #profile-edit-form .visibility-toggle-link {
    13361330        background: #6f6e6e;
    1337         -webkit-border-radius: 2px;
    1338         -moz-border-radius: 2px;
    1339         -ms-border-radius: 2px;
    13401331        border-radius: 2px;
    13411332        background-clip: padding-box;
    13421333        color: #eee;
     
    14271418
    14281419.bp-user #buddypress #message-threads tr td {
    14291420        background: #fff;
    1430         -webkit-box-sizing: border-box;
    1431         -moz-box-sizing: border-box;
    14321421        box-sizing: border-box;
    14331422        display: inline-block;
    14341423        float: right;
     
    14781467.bp-user #buddypress #message-threads tr td.thread-from,
    14791468.bp-user #buddypress #message-threads tr td.thread-options {
    14801469        border-right: 0 !important;
    1481         width: -webkit-calc(100% - 30px);
    1482         width: -moz-calc(100% - 30px);
    14831470        width: calc(100% - 30px);
    14841471        margin-right: 0;
    14851472}
     
    15411528
    15421529.bp-user #buddypress #send_message_form input,
    15431530.bp-user #buddypress #send_message_form textarea {
    1544         -webkit-box-sizing: border-box;
    1545         -moz-box-sizing: border-box;
    15461531        box-sizing: border-box;
    15471532}
    15481533
     
    17151700#main #buddypress .standard-form textarea {
    17161701        border-width: 1px;
    17171702        box-shadow: none;
    1718         -webkit-box-sizing: border-box;
    1719         -moz-box-sizing: border-box;
    17201703        box-sizing: border-box;
    17211704        width: 100%;
    17221705}
     
    17791762        border: 0;
    17801763        border-radius: 0;
    17811764        box-shadow: none;
    1782         -webkit-box-sizing: border-box;
    1783         -moz-box-sizing: border-box;
    17841765        box-sizing: border-box;
    17851766        font-size: 14px;
    17861767        font-size: 0.9333333333rem;
  • src/bp-templates/bp-legacy/css/twentyten.css

     
    247247        #main #buddypress #group-create-tabs.item-list-tabs ul li.current {
    248248                border: 1px solid #ddd;
    249249                border-bottom-color: #fff;
    250                 -webkit-border-top-right-radius: 4px;
    251250                border-top-right-radius: 4px;
    252                 -webkit-border-top-left-radius: 4px;
    253251                border-top-left-radius: 4px;
    254252                background-clip: padding-box;
    255253                margin-bottom: -1px;
     
    730728
    731729#buddypress #activity-stream .activity-comments .ac-form {
    732730        border: 1px solid #d4d0ba;
    733         -webkit-box-sizing: border-box;
    734         -moz-box-sizing: border-box;
    735731        box-sizing: border-box;
    736732        margin: 15px 0;
    737733        width: 100%;
     
    924920}
    925921
    926922.single-item.groups #buddypress div#item-header #item-header-content {
    927         -webkit-box-sizing: border-box;
    928         -moz-box-sizing: border-box;
    929923        box-sizing: border-box;
    930924}
    931925
     
    13341328.bp-user #buddypress .profile #profile-edit-form .field-visibility-settings-close,
    13351329.bp-user #buddypress .profile #profile-edit-form .visibility-toggle-link {
    13361330        background: #6f6e6e;
    1337         -webkit-border-radius: 2px;
    1338         -moz-border-radius: 2px;
    1339         -ms-border-radius: 2px;
    13401331        border-radius: 2px;
    13411332        background-clip: padding-box;
    13421333        color: #eee;
     
    14271418
    14281419.bp-user #buddypress #message-threads tr td {
    14291420        background: #fff;
    1430         -webkit-box-sizing: border-box;
    1431         -moz-box-sizing: border-box;
    14321421        box-sizing: border-box;
    14331422        display: inline-block;
    14341423        float: left;
     
    14781467.bp-user #buddypress #message-threads tr td.thread-from,
    14791468.bp-user #buddypress #message-threads tr td.thread-options {
    14801469        border-left: 0 !important;
    1481         width: -webkit-calc(100% - 30px);
    1482         width: -moz-calc(100% - 30px);
    14831470        width: calc(100% - 30px);
    14841471        margin-left: 0;
    14851472}
     
    15411528
    15421529.bp-user #buddypress #send_message_form input,
    15431530.bp-user #buddypress #send_message_form textarea {
    1544         -webkit-box-sizing: border-box;
    1545         -moz-box-sizing: border-box;
    15461531        box-sizing: border-box;
    15471532}
    15481533
     
    17151700#main #buddypress .standard-form textarea {
    17161701        border-width: 1px;
    17171702        box-shadow: none;
    1718         -webkit-box-sizing: border-box;
    1719         -moz-box-sizing: border-box;
    17201703        box-sizing: border-box;
    17211704        width: 100%;
    17221705}
     
    17791762        border: 0;
    17801763        border-radius: 0;
    17811764        box-shadow: none;
    1782         -webkit-box-sizing: border-box;
    1783         -moz-box-sizing: border-box;
    17841765        box-sizing: border-box;
    17851766        font-size: 14px;
    17861767        font-size: 0.9333333333rem;
  • src/bp-templates/bp-legacy/css/twentythirteen-rtl.css

     
    278278        #main #buddypress #group-create-tabs.item-list-tabs ul li.current {
    279279                border: 1px solid #ddd;
    280280                border-bottom-color: #fff;
    281                 -webkit-border-top-left-radius: 4px;
    282281                border-top-left-radius: 4px;
    283                 -webkit-border-top-right-radius: 4px;
    284282                border-top-right-radius: 4px;
    285283                background-clip: padding-box;
    286284                margin-bottom: -1px;
     
    15261524.bp-user #buddypress #message-threads tr td.thread-from,
    15271525.bp-user #buddypress #message-threads tr td.thread-options {
    15281526        border-right: 0 !important;
    1529         width: -webkit-calc(100% - 30px);
    1530         width: -moz-calc(100% - 30px);
    15311527        width: calc(100% - 30px);
    15321528        margin-right: 0;
    15331529}
  • src/bp-templates/bp-legacy/css/twentythirteen.css

     
    278278        #main #buddypress #group-create-tabs.item-list-tabs ul li.current {
    279279                border: 1px solid #ddd;
    280280                border-bottom-color: #fff;
    281                 -webkit-border-top-right-radius: 4px;
    282281                border-top-right-radius: 4px;
    283                 -webkit-border-top-left-radius: 4px;
    284282                border-top-left-radius: 4px;
    285283                background-clip: padding-box;
    286284                margin-bottom: -1px;
     
    15261524.bp-user #buddypress #message-threads tr td.thread-from,
    15271525.bp-user #buddypress #message-threads tr td.thread-options {
    15281526        border-left: 0 !important;
    1529         width: -webkit-calc(100% - 30px);
    1530         width: -moz-calc(100% - 30px);
    15311527        width: calc(100% - 30px);
    15321528        margin-left: 0;
    15331529}
  • src/bp-templates/bp-legacy/css/twentytwelve-rtl.css

     
    285285        #main #buddypress #group-create-tabs.item-list-tabs ul li.current {
    286286                border: 1px solid #ddd;
    287287                border-bottom-color: #fff;
    288                 -webkit-border-top-left-radius: 4px;
    289288                border-top-left-radius: 4px;
    290                 -webkit-border-top-right-radius: 4px;
    291289                border-top-right-radius: 4px;
    292290                background-clip: padding-box;
    293291                margin-bottom: -1px;
     
    964962}
    965963
    966964.single-item.groups #buddypress div#item-header #item-header-content {
    967         -webkit-box-sizing: border-box;
    968         -moz-box-sizing: border-box;
    969965        box-sizing: border-box;
    970966}
    971967
     
    13841380.bp-user #buddypress .profile #profile-edit-form .field-visibility-settings-close,
    13851381.bp-user #buddypress .profile #profile-edit-form .visibility-toggle-link {
    13861382        background: #6f6e6e;
    1387         -webkit-border-radius: 2px;
    1388         -moz-border-radius: 2px;
    1389         -ms-border-radius: 2px;
    13901383        border-radius: 2px;
    13911384        background-clip: padding-box;
    13921385        color: #f1f1f1;
     
    15381531.bp-user #buddypress #message-threads tr td.thread-from,
    15391532.bp-user #buddypress #message-threads tr td.thread-options {
    15401533        border-right: 0 !important;
    1541         width: -webkit-calc(100% - 30px);
    1542         width: -moz-calc(100% - 30px);
    15431534        width: calc(100% - 30px);
    15441535        margin-right: 0;
    15451536}
  • src/bp-templates/bp-legacy/css/twentytwelve.css

     
    285285        #main #buddypress #group-create-tabs.item-list-tabs ul li.current {
    286286                border: 1px solid #ddd;
    287287                border-bottom-color: #fff;
    288                 -webkit-border-top-right-radius: 4px;
    289288                border-top-right-radius: 4px;
    290                 -webkit-border-top-left-radius: 4px;
    291289                border-top-left-radius: 4px;
    292290                background-clip: padding-box;
    293291                margin-bottom: -1px;
     
    964962}
    965963
    966964.single-item.groups #buddypress div#item-header #item-header-content {
    967         -webkit-box-sizing: border-box;
    968         -moz-box-sizing: border-box;
    969965        box-sizing: border-box;
    970966}
    971967
     
    13841380.bp-user #buddypress .profile #profile-edit-form .field-visibility-settings-close,
    13851381.bp-user #buddypress .profile #profile-edit-form .visibility-toggle-link {
    13861382        background: #6f6e6e;
    1387         -webkit-border-radius: 2px;
    1388         -moz-border-radius: 2px;
    1389         -ms-border-radius: 2px;
    13901383        border-radius: 2px;
    13911384        background-clip: padding-box;
    13921385        color: #f1f1f1;
     
    15381531.bp-user #buddypress #message-threads tr td.thread-from,
    15391532.bp-user #buddypress #message-threads tr td.thread-options {
    15401533        border-left: 0 !important;
    1541         width: -webkit-calc(100% - 30px);
    1542         width: -moz-calc(100% - 30px);
    15431534        width: calc(100% - 30px);
    15441535        margin-left: 0;
    15451536}
  • src/bp-templates/bp-nouveau/css/buddypress-rtl.css

     
    6161}
    6262
    6363body #buddypress .bp-list .action {
    64         -webkit-box-sizing: border-box;
    65         -moz-box-sizing: border-box;
    6664        box-sizing: border-box;
    6765}
    6866
     
    127125input[type="search"],
    128126input[type="submit"],
    129127input[type="reset"] {
    130         -webkit-border-radius: 2px;
    131         -moz-border-radius: 2px;
    132         -ms-border-radius: 2px;
    133128        border-radius: 2px;
    134129        background-clip: padding-box;
    135130}
     
    379374        .buddypress-wrap.bp-dir-hori-nav:not(.bp-vertical-navs) nav:not(.tabbed-links) {
    380375                border-bottom: 1px solid #eee;
    381376                border-top: 1px solid #eee;
    382                 -webkit-box-shadow: 0 2px 12px 0 #fafafa;
    383                 -moz-box-shadow: 0 2px 12px 0 #fafafa;
    384377                box-shadow: 0 2px 12px 0 #fafafa;
    385378        }
    386379}
     
    865858}
    866859
    867860.bp-list {
    868         -webkit-box-sizing: border-box;
    869         -moz-box-sizing: border-box;
    870861        box-sizing: border-box;
    871862        border-top: 1px solid #eaeaea;
    872863        clear: both;
     
    10151006.activity-list.bp-list .activity-item {
    10161007        background: #fff;
    10171008        border: 1px solid #b7b7b7;
    1018         -webkit-box-shadow: 0 0 6px #d2d2d2;
    1019         -moz-box-shadow: 0 0 6px #d2d2d2;
    10201009        box-shadow: 0 0 6px #d2d2d2;
    10211010        margin: 20px 0;
    10221011}
     
    10371026@media screen and (min-width: 46.8em) {
    10381027        .friends-request-list li,
    10391028        .membership-requests-list li {
    1040                 display: -webkit-flex;
    10411029                display: -moz-flex;
    10421030                display: -ms-flex;
    10431031                display: -o-flex;
    10441032                display: flex;
    1045                 -webkit-flex-flow: row nowrap;
    1046                 -moz-flex-flow: row nowrap;
    1047                 -ms-flex-flow: row nowrap;
    10481033                -o-flex-flow: row nowrap;
    10491034                flex-flow: row nowrap;
    10501035        }
    10511036        .friends-request-list li .item,
    10521037        .membership-requests-list li .item {
    1053                 -webkit-flex: 1 1 auto;
    10541038                -moz-flex: 1 1 auto;
    1055                 -ms-flex: 1 1 auto;
    10561039                -o-flex: 1 1 auto;
    10571040                flex: 1 1 auto;
    10581041        }
     
    11081091
    11091092.activity-update-form {
    11101093        border: 1px solid #ccc;
    1111         -webkit-box-shadow: inset 0 0 6px #eee;
    1112         -moz-box-shadow: inset 0 0 6px #eee;
    11131094        box-shadow: inset 0 0 6px #eee;
    11141095        margin: 15px 0;
    11151096}
     
    11301111
    11311112.activity-update-form #whats-new-textarea textarea {
    11321113        background: #fff;
    1133         -webkit-box-sizing: border-box;
    1134         -moz-box-sizing: border-box;
    11351114        box-sizing: border-box;
    11361115        color: #333;
    11371116        font-family: inherit;
     
    11431122}
    11441123
    11451124.activity-update-form #whats-new-textarea textarea:focus {
    1146         -webkit-box-shadow: 0 0 6px 0 #d6d6d6;
    1147         -moz-box-shadow: 0 0 6px 0 #d6d6d6;
    11481125        box-shadow: 0 0 6px 0 #d6d6d6;
    11491126}
    11501127
     
    11661143}
    11671144
    11681145.activity-update-form #whats-new-post-in-box #whats-new-post-in-box-items .bp-activity-object {
    1169         display: -webkit-box;
    1170         display: -ms-flexbox;
    1171         display: -webkit-flex;
    11721146        display: flex;
    1173         -ms-flex-align: center;
    1174         -webkit-align-items: center;
    1175         -webkit-box-align: center;
    11761147        align-items: center;
    11771148        padding: 0.2em;
    11781149}
     
    15151486.buddypress-wrap .activity-list .load-newest:focus,
    15161487.buddypress-wrap .activity-list .load-newest:hover {
    15171488        border-color: #e1e1e1;
    1518         -webkit-box-shadow: 0 0 6px 0 #eaeaea;
    1519         -moz-box-shadow: 0 0 6px 0 #eaeaea;
    15201489        box-shadow: 0 0 6px 0 #eaeaea;
    15211490}
    15221491
     
    17581727}
    17591728
    17601729form.ac-form .ac-reply-content .ac-textarea textarea:focus {
    1761         -webkit-box-shadow: 0 0 6px #d6d6d6;
    1762         -moz-box-shadow: 0 0 6px #d6d6d6;
    17631730        box-shadow: 0 0 6px #d6d6d6;
    17641731}
    17651732
     
    18131780
    18141781.buddypress-wrap .groups-list li .group-desc {
    18151782        border: 1px solid #eaeaea;
    1816         -webkit-border-radius: 10px;
    1817         -moz-border-radius: 10px;
    1818         -ms-border-radius: 10px;
    18191783        border-radius: 10px;
    18201784        background-clip: padding-box;
    18211785        font-size: 13px;
     
    18861850
    18871851.buddypress-wrap .members-list li .user-update {
    18881852        border: 1px solid #eaeaea;
    1889         -webkit-border-radius: 10px;
    1890         -moz-border-radius: 10px;
    1891         -ms-border-radius: 10px;
    18921853        border-radius: 10px;
    18931854        background-clip: padding-box;
    18941855        color: #737373;
     
    19381899*-------------------------------------------------------------------------------
    19391900*/
    19401901.register-page .register-section {
    1941         -webkit-box-sizing: border-box;
    1942         -moz-box-sizing: border-box;
    19431902        box-sizing: border-box;
    19441903}
    19451904
     
    22872246}
    22882247
    22892248.groups-header .moderators-lists img.avatar {
    2290         -moz-box-shadow: none;
    2291         -webkit-box-shadow: none;
    22922249        box-shadow: none;
    22932250        float: none;
    22942251        height: 30px;
     
    23262283
    23272284.groups-header .desc-wrap .group-description {
    23282285        background: #fafafa;
    2329         -webkit-box-shadow: inset 0 0 9px #ccc;
    2330         -moz-box-shadow: inset 0 0 9px #ccc;
    23312286        box-shadow: inset 0 0 9px #ccc;
    23322287        padding: 1em;
    23332288        text-align: right;
     
    25612516}
    25622517
    25632518.buddypress .bp-invites-content ul.item-list li.selected {
    2564         -webkit-box-shadow: inset 0 0 12px 0 rgba(237, 187, 52, 0.2);
    2565         -moz-box-shadow: inset 0 0 12px 0 rgba(237, 187, 52, 0.2);
    25662519        box-shadow: inset 0 0 12px 0 rgba(237, 187, 52, 0.2);
    25672520}
    25682521
     
    26252578
    26262579@media screen and (min-width: 46.8em) {
    26272580        .buddypress .bp-invites-content ul.item-list > li {
    2628                 -webkit-box-sizing: border-box;
    2629                 -moz-box-sizing: border-box;
    26302581                box-sizing: border-box;
    26312582                border: 1px solid #eaeaea;
    26322583                float: right;
     
    29082859}
    29092860
    29102861.bp-messages-content .avatar {
    2911         -moz-box-shadow: none;
    2912         -webkit-box-shadow: none;
    29132862        box-shadow: none;
    29142863}
    29152864
     
    29402889
    29412890#message-threads li {
    29422891        border-bottom: 1px solid #eaeaea;
    2943         display: -webkit-flex;
    29442892        display: -moz-flex;
    29452893        display: -ms-flex;
    29462894        display: -o-flex;
    29472895        display: flex;
    2948         -webkit-flex-flow: row nowrap;
    2949         -moz-flex-flow: row nowrap;
    2950         -ms-flex-flow: row nowrap;
    29512896        -o-flex-flow: row nowrap;
    29522897        flex-flow: row nowrap;
    29532898        margin: 0;
     
    29562901}
    29572902
    29582903#message-threads li .thread-cb {
    2959         display: -webkit-box;
    2960         display: -ms-flexbox;
    2961         display: -webkit-flex;
    29622904        display: flex;
    2963         -ms-flex-align: center;
    2964         -webkit-align-items: center;
    2965         -webkit-box-align: center;
    29662905        align-items: center;
    2967         -webkit-flex: 1 2 5%;
    29682906        -moz-flex: 1 2 5%;
    2969         -ms-flex: 1 2 5%;
    29702907        -o-flex: 1 2 5%;
    29712908        flex: 1 2 5%;
    29722909}
    29732910
    29742911#message-threads li .thread-from {
    2975         -webkit-flex: 1 2 20%;
    29762912        -moz-flex: 1 2 20%;
    2977         -ms-flex: 1 2 20%;
    29782913        -o-flex: 1 2 20%;
    29792914        flex: 1 2 20%;
    29802915}
     
    29902925}
    29912926
    29922927#message-threads li .thread-content {
    2993         -webkit-flex: 1 2 60%;
    29942928        -moz-flex: 1 2 60%;
    2995         -ms-flex: 1 2 60%;
    29962929        -o-flex: 1 2 60%;
    29972930        flex: 1 2 60%;
    29982931}
    29992932
    30002933#message-threads li .thread-date {
    3001         -webkit-flex: 1 2 15%;
    30022934        -moz-flex: 1 2 15%;
    3003         -ms-flex: 1 2 15%;
    30042935        -o-flex: 1 2 15%;
    30052936        flex: 1 2 15%;
    30062937}
     
    30993030
    31003031.bp-messages-content #bp-message-thread-list .message-metadata {
    31013032        border-bottom: 1px solid #ccc;
    3102         -webkit-box-shadow: 2px 1px 9px 0 #eee;
    3103         -moz-box-shadow: 2px 1px 9px 0 #eee;
    31043033        box-shadow: 2px 1px 9px 0 #eee;
    31053034        display: table;
    31063035        padding: 0.2em;
     
    32913220.buddypress-wrap input[type="url"]:focus,
    32923221.buddypress-wrap input[type="tel"]:focus,
    32933222.buddypress-wrap input[type="password"]:focus {
    3294         -webkit-box-shadow: 0 0 8px #eaeaea;
    3295         -moz-box-shadow: 0 0 8px #eaeaea;
    32963223        box-shadow: 0 0 8px #eaeaea;
    32973224}
    32983225
     
    36293556.buddypress-wrap form.bp-invites-search-form button[type="submit"] {
    36303557        background: none;
    36313558        border: 0;
    3632         -webkit-border-radius: 0;
    3633         -moz-border-radius: 0;
    3634         -ms-border-radius: 0;
    36353559        border-radius: 0;
    36363560        background-clip: padding-box;
    36373561}
     
    38943818}
    38953819
    38963820.center-vert {
    3897         display: -ms-flexbox;
    3898         display: -webkit-flex;
    38993821        display: flex;
    3900         -ms-flex-align: center;
    3901         -webkit-align-items: center;
    3902         -webkit-box-align: center;
    39033822        align-items: center;
    39043823}
    39053824
     
    40043923.buddypress .buddypress-wrap input.text-button {
    40053924        background: none;
    40063925        border: 0;
    4007         -moz-box-shadow: none;
    4008         -webkit-box-shadow: none;
    40093926        box-shadow: none;
    40103927        color: #767676;
    40113928}
     
    41014018
    41024019.buddypress #buddypress .create-button a {
    41034020        border: 1px solid #ccc;
    4104         -webkit-border-radius: 5px;
    4105         -moz-border-radius: 5px;
    4106         -ms-border-radius: 5px;
    41074021        border-radius: 5px;
    41084022        background-clip: padding-box;
    4109         -webkit-box-shadow: inset 0 0 6px 0 #eaeaea;
    4110         -moz-box-shadow: inset 0 0 6px 0 #eaeaea;
    41114023        box-shadow: inset 0 0 6px 0 #eaeaea;
    41124024        margin: 0.2em 0;
    41134025        width: auto;
     
    41164028.buddypress #buddypress .create-button a:focus, .buddypress #buddypress .create-button a:hover {
    41174029        background: none;
    41184030        border-color: #ccc;
    4119         -webkit-box-shadow: inset 0 0 12px 0 #eaeaea;
    4120         -moz-box-shadow: inset 0 0 12px 0 #eaeaea;
    41214031        box-shadow: inset 0 0 12px 0 #eaeaea;
    41224032}
    41234033
     
    41394049.buddypress #buddypress.bp-dir-hori-nav .create-button a:hover {
    41404050        background: none;
    41414051        border: 0;
    4142         -moz-box-shadow: none;
    4143         -webkit-box-shadow: none;
    41444052        box-shadow: none;
    41454053        margin: 0;
    41464054}
     
    42414149.buddypress-wrap #group-create-body .bp-cover-image-status p.warning {
    42424150        background: #0b80a4;
    42434151        border: 0;
    4244         -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
    4245         -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
    42464152        box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
    42474153        color: #fff;
    42484154}
    42494155
    42504156.buddypress-wrap .bp-feedback:not(.custom-homepage-info) {
    4251         display: -webkit-flex;
    42524157        display: -moz-flex;
    42534158        display: -ms-flex;
    42544159        display: -o-flex;
    42554160        display: flex;
    4256         -webkit-flex-flow: row nowrap;
    4257         -moz-flex-flow: row nowrap;
    4258         -ms-flex-flow: row nowrap;
    42594161        -o-flex-flow: row nowrap;
    42604162        flex-flow: row nowrap;
    4261         -ms-flex-align: stretch;
    4262         -webkit-align-items: stretch;
    4263         -webkit-box-align: stretch;
    42644163        align-items: stretch;
    42654164}
    42664165
    42674166.buddypress-wrap .bp-feedback {
    42684167        background: #fff;
    42694168        color: #807f7f;
    4270         -webkit-box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.1);
    4271         -moz-box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.1);
    42724169        box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.1);
    42734170        color: #737373;
    42744171        margin: 10px 0;
     
    43474244.buddypress-wrap .bp-feedback.loading .bp-icon,
    43484245.buddypress-wrap .bp-feedback.success .bp-icon,
    43494246.buddypress-wrap .bp-feedback.updated .bp-icon {
    4350         display: -webkit-box;
    4351         display: -ms-flexbox;
    4352         display: -webkit-flex;
    43534247        display: flex;
    4354         -ms-flex-align: center;
    4355         -webkit-align-items: center;
    4356         -webkit-box-align: center;
    43574248        align-items: center;
    43584249}
    43594250
     
    44704361}
    44714362
    44724363.buddypress.widget ul.item-list {
    4473         display: -webkit-flex;
    44744364        display: -moz-flex;
    44754365        display: -ms-flex;
    44764366        display: -o-flex;
    44774367        display: flex;
    4478         -webkit-flex-flow: column nowrap;
    4479         -moz-flex-flow: column nowrap;
    4480         -ms-flex-flow: column nowrap;
    44814368        -o-flex-flow: column nowrap;
    44824369        flex-flow: column nowrap;
    44834370        list-style: none;
     
    44874374
    44884375@media screen and (min-width: 32em) {
    44894376        .buddypress.widget ul.item-list {
    4490                 display: -webkit-flex;
    44914377                display: -moz-flex;
    44924378                display: -ms-flex;
    44934379                display: -o-flex;
    44944380                display: flex;
    4495                 -webkit-flex-flow: row wrap;
    4496                 -moz-flex-flow: row wrap;
    4497                 -ms-flex-flow: row wrap;
    44984381                -o-flex-flow: row wrap;
    44994382                flex-flow: row wrap;
    45004383        }
     
    45024385
    45034386.buddypress.widget ul.item-list li {
    45044387        border: 1px solid #eee;
    4505         -ms-flex-align: stretch;
    4506         -webkit-align-items: stretch;
    4507         -webkit-box-align: stretch;
    45084388        align-items: stretch;
    4509         -webkit-flex: 1 1 46%;
    45104389        -moz-flex: 1 1 46%;
    4511         -ms-flex: 1 1 46%;
    45124390        -o-flex: 1 1 46%;
    45134391        flex: 1 1 46%;
    45144392        margin: 2%;
     
    45164394
    45174395@media screen and (min-width: 75em) {
    45184396        .buddypress.widget ul.item-list li {
    4519                 -webkit-flex: 0 1 20%;
    45204397                -moz-flex: 0 1 20%;
    4521                 -ms-flex: 0 1 20%;
    45224398                -o-flex: 0 1 20%;
    45234399                flex: 0 1 20%;
    45244400        }
     
    45574433}
    45584434
    45594435.buddypress.widget .avatar-block {
    4560         display: -webkit-flex;
    45614436        display: -moz-flex;
    45624437        display: -ms-flex;
    45634438        display: -o-flex;
    45644439        display: flex;
    4565         -webkit-flex-flow: row wrap;
    4566         -moz-flex-flow: row wrap;
    4567         -ms-flex-flow: row wrap;
    45684440        -o-flex-flow: row wrap;
    45694441        flex-flow: row wrap;
    45704442}
     
    45754447}
    45764448
    45774449.widget-area .buddypress.widget ul.item-list li {
    4578         -webkit-flex: 0 1 46%;
    45794450        -moz-flex: 0 1 46%;
    4580         -ms-flex: 0 1 46%;
    45814451        -o-flex: 0 1 46%;
    45824452        flex: 0 1 46%;
    45834453        margin: 2% 2% 10px;
     
    45954465                width: 100%;
    45964466        }
    45974467        .widget-area .buddypress.widget ul.item-list li {
    4598                 -webkit-flex: 0 1 auto;
    45994468                -moz-flex: 0 1 auto;
    4600                 -ms-flex: 0 1 auto;
    46014469                -o-flex: 0 1 auto;
    46024470                flex: 0 1 auto;
    46034471                margin: 10px 2% 1%;
     
    46194487
    46204488.buddypress-wrap a.loading,
    46214489.buddypress-wrap input.loading {
    4622         -moz-animation: loader-pulsate 0.5s infinite ease-in-out alternate;
    4623         -webkit-animation: loader-pulsate 0.5s infinite ease-in-out alternate;
    46244490        animation: loader-pulsate 0.5s infinite ease-in-out alternate;
    46254491        border-color: #aaa;
    46264492}
    46274493
    4628 @-webkit-keyframes loader-pulsate {
    4629         from {
    4630                 border-color: #aaa;
    4631                 -webkit-box-shadow: 0 0 6px #ccc;
    4632                 box-shadow: 0 0 6px #ccc;
    4633         }
    4634         to {
    4635                 border-color: #ccc;
    4636                 -webkit-box-shadow: 0 0 6px #f8f8f8;
    4637                 box-shadow: 0 0 6px #f8f8f8;
    4638         }
    4639 }
    4640 
    4641 @-moz-keyframes loader-pulsate {
    4642         from {
    4643                 border-color: #aaa;
    4644                 -moz-box-shadow: 0 0 6px #ccc;
    4645                 box-shadow: 0 0 6px #ccc;
    4646         }
    4647         to {
    4648                 border-color: #ccc;
    4649                 -moz-box-shadow: 0 0 6px #f8f8f8;
    4650                 box-shadow: 0 0 6px #f8f8f8;
    4651         }
    4652 }
    4653 
    46544494@keyframes loader-pulsate {
    46554495        from {
    46564496                border-color: #aaa;
    4657                 -moz-box-shadow: 0 0 6px #ccc;
    46584497                box-shadow: 0 0 6px #ccc;
    46594498        }
    46604499        to {
    46614500                border-color: #ccc;
    4662                 -moz-box-shadow: 0 0 6px #f8f8f8;
    46634501                box-shadow: 0 0 6px #f8f8f8;
    46644502        }
    46654503}
     
    46784516        display: none;
    46794517        opacity: 0;
    46804518        position: absolute;
    4681         -webkit-transform: translate3d(0, 0, 0);
    4682         -ms-transform: translate3d(0, 0, 0);
    46834519        transform: translate3d(0, 0, 0);
    46844520        visibility: hidden;
    46854521}
     
    47004536        pointer-events: none;
    47014537        text-shadow: none;
    47024538        text-transform: none;
    4703         -webkit-transition: all 1.5s ease;
    4704         -ms-transition: all 1.5s ease;
    47054539        transition: all 1.5s ease;
    47064540        white-space: nowrap;
    47074541        word-wrap: break-word;
     
    47254559        right: 50%;
    47264560        margin-top: 7px;
    47274561        top: 110%;
    4728         -webkit-transform: translate(50%, 0);
    4729         -ms-transform: translate(50%, 0);
    47304562        transform: translate(50%, 0);
    47314563}
    47324564
    47334565.user-list .bp-tooltip:after {
    47344566        right: 0;
    4735         -webkit-transform: translate(0, 0);
    4736         -ms-transform: translate(0, 0);
    47374567        transform: translate(0, 0);
    47384568}
    47394569
     
    47414571        .user-list .bp-tooltip:after {
    47424572                right: auto;
    47434573                left: 0;
    4744                 -webkit-transform: translate(0, 0);
    4745                 -ms-transform: translate(0, 0);
    47464574                transform: translate(0, 0);
    47474575        }
    47484576}
     
    47524580.notification-actions .bp-tooltip:after,
    47534581.participants-list .bp-tooltip:after {
    47544582        right: 0;
    4755         -webkit-transform: translate(0, 0);
    4756         -ms-transform: translate(0, 0);
    47574583        transform: translate(0, 0);
    47584584}
    47594585
     
    47624588.single-message-thread-header .actions .bp-tooltip:after {
    47634589        right: auto;
    47644590        left: 0;
    4765         -webkit-transform: translate(0, 0);
    4766         -ms-transform: translate(0, 0);
    47674591        transform: translate(0, 0);
    47684592}
    47694593
     
    47744598*/
    47754599#item-body,
    47764600.single-screen-navs {
    4777         -webkit-box-sizing: border-box;
    4778         -moz-box-sizing: border-box;
    47794601        box-sizing: border-box;
    47804602}
    47814603
    47824604.grid > li,
    47834605.grid > li .generic-button a {
    4784         -webkit-box-sizing: border-box;
    4785         -moz-box-sizing: border-box;
    47864606        box-sizing: border-box;
    47874607}
    47884608
  • src/bp-templates/bp-nouveau/css/buddypress.css

     
    6161}
    6262
    6363body #buddypress .bp-list .action {
    64         -webkit-box-sizing: border-box;
    65         -moz-box-sizing: border-box;
    6664        box-sizing: border-box;
    6765}
    6866
     
    127125input[type="search"],
    128126input[type="submit"],
    129127input[type="reset"] {
    130         -webkit-border-radius: 2px;
    131         -moz-border-radius: 2px;
    132         -ms-border-radius: 2px;
    133128        border-radius: 2px;
    134129        background-clip: padding-box;
    135130}
     
    379374        .buddypress-wrap.bp-dir-hori-nav:not(.bp-vertical-navs) nav:not(.tabbed-links) {
    380375                border-bottom: 1px solid #eee;
    381376                border-top: 1px solid #eee;
    382                 -webkit-box-shadow: 0 2px 12px 0 #fafafa;
    383                 -moz-box-shadow: 0 2px 12px 0 #fafafa;
    384377                box-shadow: 0 2px 12px 0 #fafafa;
    385378        }
    386379}
     
    865858}
    866859
    867860.bp-list {
    868         -webkit-box-sizing: border-box;
    869         -moz-box-sizing: border-box;
    870861        box-sizing: border-box;
    871862        border-top: 1px solid #eaeaea;
    872863        clear: both;
     
    10151006.activity-list.bp-list .activity-item {
    10161007        background: #fff;
    10171008        border: 1px solid #b7b7b7;
    1018         -webkit-box-shadow: 0 0 6px #d2d2d2;
    1019         -moz-box-shadow: 0 0 6px #d2d2d2;
    10201009        box-shadow: 0 0 6px #d2d2d2;
    10211010        margin: 20px 0;
    10221011}
     
    10371026@media screen and (min-width: 46.8em) {
    10381027        .friends-request-list li,
    10391028        .membership-requests-list li {
    1040                 display: -webkit-flex;
    10411029                display: -moz-flex;
    10421030                display: -ms-flex;
    10431031                display: -o-flex;
    10441032                display: flex;
    1045                 -webkit-flex-flow: row nowrap;
    1046                 -moz-flex-flow: row nowrap;
    1047                 -ms-flex-flow: row nowrap;
    10481033                -o-flex-flow: row nowrap;
    10491034                flex-flow: row nowrap;
    10501035        }
    10511036        .friends-request-list li .item,
    10521037        .membership-requests-list li .item {
    1053                 -webkit-flex: 1 1 auto;
    10541038                -moz-flex: 1 1 auto;
    1055                 -ms-flex: 1 1 auto;
    10561039                -o-flex: 1 1 auto;
    10571040                flex: 1 1 auto;
    10581041        }
     
    11081091
    11091092.activity-update-form {
    11101093        border: 1px solid #ccc;
    1111         -webkit-box-shadow: inset 0 0 6px #eee;
    1112         -moz-box-shadow: inset 0 0 6px #eee;
    11131094        box-shadow: inset 0 0 6px #eee;
    11141095        margin: 15px 0;
    11151096}
     
    11301111
    11311112.activity-update-form #whats-new-textarea textarea {
    11321113        background: #fff;
    1133         -webkit-box-sizing: border-box;
    1134         -moz-box-sizing: border-box;
    11351114        box-sizing: border-box;
    11361115        color: #333;
    11371116        font-family: inherit;
     
    11431122}
    11441123
    11451124.activity-update-form #whats-new-textarea textarea:focus {
    1146         -webkit-box-shadow: 0 0 6px 0 #d6d6d6;
    1147         -moz-box-shadow: 0 0 6px 0 #d6d6d6;
    11481125        box-shadow: 0 0 6px 0 #d6d6d6;
    11491126}
    11501127
     
    11661143}
    11671144
    11681145.activity-update-form #whats-new-post-in-box #whats-new-post-in-box-items .bp-activity-object {
    1169         display: -webkit-box;
    1170         display: -ms-flexbox;
    1171         display: -webkit-flex;
    11721146        display: flex;
    1173         -ms-flex-align: center;
    1174         -webkit-align-items: center;
    1175         -webkit-box-align: center;
    11761147        align-items: center;
    11771148        padding: 0.2em;
    11781149}
     
    15151486.buddypress-wrap .activity-list .load-newest:focus,
    15161487.buddypress-wrap .activity-list .load-newest:hover {
    15171488        border-color: #e1e1e1;
    1518         -webkit-box-shadow: 0 0 6px 0 #eaeaea;
    1519         -moz-box-shadow: 0 0 6px 0 #eaeaea;
    15201489        box-shadow: 0 0 6px 0 #eaeaea;
    15211490}
    15221491
     
    17581727}
    17591728
    17601729form.ac-form .ac-reply-content .ac-textarea textarea:focus {
    1761         -webkit-box-shadow: 0 0 6px #d6d6d6;
    1762         -moz-box-shadow: 0 0 6px #d6d6d6;
    17631730        box-shadow: 0 0 6px #d6d6d6;
    17641731}
    17651732
     
    18131780
    18141781.buddypress-wrap .groups-list li .group-desc {
    18151782        border: 1px solid #eaeaea;
    1816         -webkit-border-radius: 10px;
    1817         -moz-border-radius: 10px;
    1818         -ms-border-radius: 10px;
    18191783        border-radius: 10px;
    18201784        background-clip: padding-box;
    18211785        font-size: 13px;
     
    18861850
    18871851.buddypress-wrap .members-list li .user-update {
    18881852        border: 1px solid #eaeaea;
    1889         -webkit-border-radius: 10px;
    1890         -moz-border-radius: 10px;
    1891         -ms-border-radius: 10px;
    18921853        border-radius: 10px;
    18931854        background-clip: padding-box;
    18941855        color: #737373;
     
    19381899*-------------------------------------------------------------------------------
    19391900*/
    19401901.register-page .register-section {
    1941         -webkit-box-sizing: border-box;
    1942         -moz-box-sizing: border-box;
    19431902        box-sizing: border-box;
    19441903}
    19451904
     
    22872246}
    22882247
    22892248.groups-header .moderators-lists img.avatar {
    2290         -moz-box-shadow: none;
    2291         -webkit-box-shadow: none;
    22922249        box-shadow: none;
    22932250        float: none;
    22942251        height: 30px;
     
    23262283
    23272284.groups-header .desc-wrap .group-description {
    23282285        background: #fafafa;
    2329         -webkit-box-shadow: inset 0 0 9px #ccc;
    2330         -moz-box-shadow: inset 0 0 9px #ccc;
    23312286        box-shadow: inset 0 0 9px #ccc;
    23322287        padding: 1em;
    23332288        text-align: left;
     
    25612516}
    25622517
    25632518.buddypress .bp-invites-content ul.item-list li.selected {
    2564         -webkit-box-shadow: inset 0 0 12px 0 rgba(237, 187, 52, 0.2);
    2565         -moz-box-shadow: inset 0 0 12px 0 rgba(237, 187, 52, 0.2);
    25662519        box-shadow: inset 0 0 12px 0 rgba(237, 187, 52, 0.2);
    25672520}
    25682521
     
    26252578
    26262579@media screen and (min-width: 46.8em) {
    26272580        .buddypress .bp-invites-content ul.item-list > li {
    2628                 -webkit-box-sizing: border-box;
    2629                 -moz-box-sizing: border-box;
    26302581                box-sizing: border-box;
    26312582                border: 1px solid #eaeaea;
    26322583                float: left;
     
    29082859}
    29092860
    29102861.bp-messages-content .avatar {
    2911         -moz-box-shadow: none;
    2912         -webkit-box-shadow: none;
    29132862        box-shadow: none;
    29142863}
    29152864
     
    29402889
    29412890#message-threads li {
    29422891        border-bottom: 1px solid #eaeaea;
    2943         display: -webkit-flex;
    29442892        display: -moz-flex;
    29452893        display: -ms-flex;
    29462894        display: -o-flex;
    29472895        display: flex;
    2948         -webkit-flex-flow: row nowrap;
    2949         -moz-flex-flow: row nowrap;
    2950         -ms-flex-flow: row nowrap;
    29512896        -o-flex-flow: row nowrap;
    29522897        flex-flow: row nowrap;
    29532898        margin: 0;
     
    29562901}
    29572902
    29582903#message-threads li .thread-cb {
    2959         display: -webkit-box;
    2960         display: -ms-flexbox;
    2961         display: -webkit-flex;
    29622904        display: flex;
    2963         -ms-flex-align: center;
    2964         -webkit-align-items: center;
    2965         -webkit-box-align: center;
    29662905        align-items: center;
    2967         -webkit-flex: 1 2 5%;
    29682906        -moz-flex: 1 2 5%;
    2969         -ms-flex: 1 2 5%;
    29702907        -o-flex: 1 2 5%;
    29712908        flex: 1 2 5%;
    29722909}
    29732910
    29742911#message-threads li .thread-from {
    2975         -webkit-flex: 1 2 20%;
    29762912        -moz-flex: 1 2 20%;
    2977         -ms-flex: 1 2 20%;
    29782913        -o-flex: 1 2 20%;
    29792914        flex: 1 2 20%;
    29802915}
     
    29902925}
    29912926
    29922927#message-threads li .thread-content {
    2993         -webkit-flex: 1 2 60%;
    29942928        -moz-flex: 1 2 60%;
    2995         -ms-flex: 1 2 60%;
    29962929        -o-flex: 1 2 60%;
    29972930        flex: 1 2 60%;
    29982931}
    29992932
    30002933#message-threads li .thread-date {
    3001         -webkit-flex: 1 2 15%;
    30022934        -moz-flex: 1 2 15%;
    3003         -ms-flex: 1 2 15%;
    30042935        -o-flex: 1 2 15%;
    30052936        flex: 1 2 15%;
    30062937}
     
    30993030
    31003031.bp-messages-content #bp-message-thread-list .message-metadata {
    31013032        border-bottom: 1px solid #ccc;
    3102         -webkit-box-shadow: -2px 1px 9px 0 #eee;
    3103         -moz-box-shadow: -2px 1px 9px 0 #eee;
    31043033        box-shadow: -2px 1px 9px 0 #eee;
    31053034        display: table;
    31063035        padding: 0.2em;
     
    32913220.buddypress-wrap input[type="url"]:focus,
    32923221.buddypress-wrap input[type="tel"]:focus,
    32933222.buddypress-wrap input[type="password"]:focus {
    3294         -webkit-box-shadow: 0 0 8px #eaeaea;
    3295         -moz-box-shadow: 0 0 8px #eaeaea;
    32963223        box-shadow: 0 0 8px #eaeaea;
    32973224}
    32983225
     
    36293556.buddypress-wrap form.bp-invites-search-form button[type="submit"] {
    36303557        background: none;
    36313558        border: 0;
    3632         -webkit-border-radius: 0;
    3633         -moz-border-radius: 0;
    3634         -ms-border-radius: 0;
    36353559        border-radius: 0;
    36363560        background-clip: padding-box;
    36373561}
     
    38943818}
    38953819
    38963820.center-vert {
    3897         display: -ms-flexbox;
    3898         display: -webkit-flex;
    38993821        display: flex;
    3900         -ms-flex-align: center;
    3901         -webkit-align-items: center;
    3902         -webkit-box-align: center;
    39033822        align-items: center;
    39043823}
    39053824
     
    40043923.buddypress .buddypress-wrap input.text-button {
    40053924        background: none;
    40063925        border: 0;
    4007         -moz-box-shadow: none;
    4008         -webkit-box-shadow: none;
    40093926        box-shadow: none;
    40103927        color: #767676;
    40113928}
     
    41014018
    41024019.buddypress #buddypress .create-button a {
    41034020        border: 1px solid #ccc;
    4104         -webkit-border-radius: 5px;
    4105         -moz-border-radius: 5px;
    4106         -ms-border-radius: 5px;
    41074021        border-radius: 5px;
    41084022        background-clip: padding-box;
    4109         -webkit-box-shadow: inset 0 0 6px 0 #eaeaea;
    4110         -moz-box-shadow: inset 0 0 6px 0 #eaeaea;
    41114023        box-shadow: inset 0 0 6px 0 #eaeaea;
    41124024        margin: 0.2em 0;
    41134025        width: auto;
     
    41164028.buddypress #buddypress .create-button a:focus, .buddypress #buddypress .create-button a:hover {
    41174029        background: none;
    41184030        border-color: #ccc;
    4119         -webkit-box-shadow: inset 0 0 12px 0 #eaeaea;
    4120         -moz-box-shadow: inset 0 0 12px 0 #eaeaea;
    41214031        box-shadow: inset 0 0 12px 0 #eaeaea;
    41224032}
    41234033
     
    41394049.buddypress #buddypress.bp-dir-hori-nav .create-button a:hover {
    41404050        background: none;
    41414051        border: 0;
    4142         -moz-box-shadow: none;
    4143         -webkit-box-shadow: none;
    41444052        box-shadow: none;
    41454053        margin: 0;
    41464054}
     
    42414149.buddypress-wrap #group-create-body .bp-cover-image-status p.warning {
    42424150        background: #0b80a4;
    42434151        border: 0;
    4244         -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
    4245         -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
    42464152        box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
    42474153        color: #fff;
    42484154}
    42494155
    42504156.buddypress-wrap .bp-feedback:not(.custom-homepage-info) {
    4251         display: -webkit-flex;
    42524157        display: -moz-flex;
    42534158        display: -ms-flex;
    42544159        display: -o-flex;
    42554160        display: flex;
    4256         -webkit-flex-flow: row nowrap;
    4257         -moz-flex-flow: row nowrap;
    4258         -ms-flex-flow: row nowrap;
    42594161        -o-flex-flow: row nowrap;
    42604162        flex-flow: row nowrap;
    4261         -ms-flex-align: stretch;
    4262         -webkit-align-items: stretch;
    4263         -webkit-box-align: stretch;
    42644163        align-items: stretch;
    42654164}
    42664165
    42674166.buddypress-wrap .bp-feedback {
    42684167        background: #fff;
    42694168        color: #807f7f;
    4270         -webkit-box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.1);
    4271         -moz-box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.1);
    42724169        box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.1);
    42734170        color: #737373;
    42744171        margin: 10px 0;
     
    43474244.buddypress-wrap .bp-feedback.loading .bp-icon,
    43484245.buddypress-wrap .bp-feedback.success .bp-icon,
    43494246.buddypress-wrap .bp-feedback.updated .bp-icon {
    4350         display: -webkit-box;
    4351         display: -ms-flexbox;
    4352         display: -webkit-flex;
    43534247        display: flex;
    4354         -ms-flex-align: center;
    4355         -webkit-align-items: center;
    4356         -webkit-box-align: center;
    43574248        align-items: center;
    43584249}
    43594250
     
    44704361}
    44714362
    44724363.buddypress.widget ul.item-list {
    4473         display: -webkit-flex;
    44744364        display: -moz-flex;
    44754365        display: -ms-flex;
    44764366        display: -o-flex;
    44774367        display: flex;
    4478         -webkit-flex-flow: column nowrap;
    4479         -moz-flex-flow: column nowrap;
    4480         -ms-flex-flow: column nowrap;
    44814368        -o-flex-flow: column nowrap;
    44824369        flex-flow: column nowrap;
    44834370        list-style: none;
     
    44874374
    44884375@media screen and (min-width: 32em) {
    44894376        .buddypress.widget ul.item-list {
    4490                 display: -webkit-flex;
    44914377                display: -moz-flex;
    44924378                display: -ms-flex;
    44934379                display: -o-flex;
    44944380                display: flex;
    4495                 -webkit-flex-flow: row wrap;
    4496                 -moz-flex-flow: row wrap;
    4497                 -ms-flex-flow: row wrap;
    44984381                -o-flex-flow: row wrap;
    44994382                flex-flow: row wrap;
    45004383        }
     
    45024385
    45034386.buddypress.widget ul.item-list li {
    45044387        border: 1px solid #eee;
    4505         -ms-flex-align: stretch;
    4506         -webkit-align-items: stretch;
    4507         -webkit-box-align: stretch;
    45084388        align-items: stretch;
    4509         -webkit-flex: 1 1 46%;
    45104389        -moz-flex: 1 1 46%;
    4511         -ms-flex: 1 1 46%;
    45124390        -o-flex: 1 1 46%;
    45134391        flex: 1 1 46%;
    45144392        margin: 2%;
     
    45164394
    45174395@media screen and (min-width: 75em) {
    45184396        .buddypress.widget ul.item-list li {
    4519                 -webkit-flex: 0 1 20%;
    45204397                -moz-flex: 0 1 20%;
    4521                 -ms-flex: 0 1 20%;
    45224398                -o-flex: 0 1 20%;
    45234399                flex: 0 1 20%;
    45244400        }
     
    45574433}
    45584434
    45594435.buddypress.widget .avatar-block {
    4560         display: -webkit-flex;
    45614436        display: -moz-flex;
    45624437        display: -ms-flex;
    45634438        display: -o-flex;
    45644439        display: flex;
    4565         -webkit-flex-flow: row wrap;
    4566         -moz-flex-flow: row wrap;
    4567         -ms-flex-flow: row wrap;
    45684440        -o-flex-flow: row wrap;
    45694441        flex-flow: row wrap;
    45704442}
     
    45754447}
    45764448
    45774449.widget-area .buddypress.widget ul.item-list li {
    4578         -webkit-flex: 0 1 46%;
    45794450        -moz-flex: 0 1 46%;
    4580         -ms-flex: 0 1 46%;
    45814451        -o-flex: 0 1 46%;
    45824452        flex: 0 1 46%;
    45834453        margin: 2% 2% 10px;
     
    45954465                width: 100%;
    45964466        }
    45974467        .widget-area .buddypress.widget ul.item-list li {
    4598                 -webkit-flex: 0 1 auto;
    45994468                -moz-flex: 0 1 auto;
    4600                 -ms-flex: 0 1 auto;
    46014469                -o-flex: 0 1 auto;
    46024470                flex: 0 1 auto;
    46034471                margin: 10px 2% 1%;
     
    46194487
    46204488.buddypress-wrap a.loading,
    46214489.buddypress-wrap input.loading {
    4622         -moz-animation: loader-pulsate 0.5s infinite ease-in-out alternate;
    4623         -webkit-animation: loader-pulsate 0.5s infinite ease-in-out alternate;
    46244490        animation: loader-pulsate 0.5s infinite ease-in-out alternate;
    46254491        border-color: #aaa;
    46264492}
    46274493
    4628 @-webkit-keyframes loader-pulsate {
    4629         from {
    4630                 border-color: #aaa;
    4631                 -webkit-box-shadow: 0 0 6px #ccc;
    4632                 box-shadow: 0 0 6px #ccc;
    4633         }
    4634         to {
    4635                 border-color: #ccc;
    4636                 -webkit-box-shadow: 0 0 6px #f8f8f8;
    4637                 box-shadow: 0 0 6px #f8f8f8;
    4638         }
    4639 }
    4640 
    4641 @-moz-keyframes loader-pulsate {
    4642         from {
    4643                 border-color: #aaa;
    4644                 -moz-box-shadow: 0 0 6px #ccc;
    4645                 box-shadow: 0 0 6px #ccc;
    4646         }
    4647         to {
    4648                 border-color: #ccc;
    4649                 -moz-box-shadow: 0 0 6px #f8f8f8;
    4650                 box-shadow: 0 0 6px #f8f8f8;
    4651         }
    4652 }
    4653 
    46544494@keyframes loader-pulsate {
    46554495        from {
    46564496                border-color: #aaa;
    4657                 -moz-box-shadow: 0 0 6px #ccc;
    46584497                box-shadow: 0 0 6px #ccc;
    46594498        }
    46604499        to {
    46614500                border-color: #ccc;
    4662                 -moz-box-shadow: 0 0 6px #f8f8f8;
    46634501                box-shadow: 0 0 6px #f8f8f8;
    46644502        }
    46654503}
     
    46784516        display: none;
    46794517        opacity: 0;
    46804518        position: absolute;
    4681         -webkit-transform: translate3d(0, 0, 0);
    4682         -ms-transform: translate3d(0, 0, 0);
    46834519        transform: translate3d(0, 0, 0);
    46844520        visibility: hidden;
    46854521}
     
    47004536        pointer-events: none;
    47014537        text-shadow: none;
    47024538        text-transform: none;
    4703         -webkit-transition: all 1.5s ease;
    4704         -ms-transition: all 1.5s ease;
    47054539        transition: all 1.5s ease;
    47064540        white-space: nowrap;
    47074541        word-wrap: break-word;
     
    47254559        left: 50%;
    47264560        margin-top: 7px;
    47274561        top: 110%;
    4728         -webkit-transform: translate(-50%, 0);
    4729         -ms-transform: translate(-50%, 0);
    47304562        transform: translate(-50%, 0);
    47314563}
    47324564
    47334565.user-list .bp-tooltip:after {
    47344566        left: 0;
    4735         -webkit-transform: translate(0, 0);
    4736         -ms-transform: translate(0, 0);
    47374567        transform: translate(0, 0);
    47384568}
    47394569
     
    47414571        .user-list .bp-tooltip:after {
    47424572                left: auto;
    47434573                right: 0;
    4744                 -webkit-transform: translate(0, 0);
    4745                 -ms-transform: translate(0, 0);
    47464574                transform: translate(0, 0);
    47474575        }
    47484576}
     
    47524580.notification-actions .bp-tooltip:after,
    47534581.participants-list .bp-tooltip:after {
    47544582        left: 0;
    4755         -webkit-transform: translate(0, 0);
    4756         -ms-transform: translate(0, 0);
    47574583        transform: translate(0, 0);
    47584584}
    47594585
     
    47624588.single-message-thread-header .actions .bp-tooltip:after {
    47634589        left: auto;
    47644590        right: 0;
    4765         -webkit-transform: translate(0, 0);
    4766         -ms-transform: translate(0, 0);
    47674591        transform: translate(0, 0);
    47684592}
    47694593
     
    47744598*/
    47754599#item-body,
    47764600.single-screen-navs {
    4777         -webkit-box-sizing: border-box;
    4778         -moz-box-sizing: border-box;
    47794601        box-sizing: border-box;
    47804602}
    47814603
    47824604.grid > li,
    47834605.grid > li .generic-button a {
    4784         -webkit-box-sizing: border-box;
    4785         -moz-box-sizing: border-box;
    47864606        box-sizing: border-box;
    47874607}
    47884608
  • src/bp-xprofile/admin/css/admin-rtl.css

     
    11/* Profile field group main admin page */
    2 @-o-keyframes tab-throb {
    3 
    4         from {
    5                 box-shadow: 0 0 10px #1e8cbe;
    6         }
    7 
    8         50% {
    9                 box-shadow: 0 0 0 #1e8cbe;
    10         }
    11 
    12         to {
    13                 box-shadow: 0 0 10px #1e8cbe;
    14         }
    15 }
    16 
    17 @-webkit-keyframes tab-throb {
    18 
    19         from {
    20                 box-shadow: 0 0 10px #1e8cbe;
    21         }
    22 
    23         50% {
    24                 box-shadow: 0 0 0 #1e8cbe;
    25         }
    26 
    27         to {
    28                 box-shadow: 0 0 10px #1e8cbe;
    29         }
    30 }
    31 
    32 @-moz-keyframes tab-throb {
    33 
    34         from {
    35                 box-shadow: 0 0 10px #1e8cbe;
    36         }
    37 
    38         50% {
    39                 box-shadow: 0 0 0 #1e8cbe;
    40         }
    41 
    42         to {
    43                 box-shadow: 0 0 10px #1e8cbe;
    44         }
    45 }
    462
    473#profile-field-form {
    484        margin-top: 12px;
     
    7531}
    7632
    7733ul#field-group-tabs li.ui-state-acceptable:not(.ui-state-active) a.ui-tab {
    78         -webkit-animation: tab-throb 2s infinite;
    79         -moz-animation: tab-throb 2s infinite;
    80         -o-animation: tab-throb 2s infinite;
    8134        animation: tab-throb 2s infinite;
    8235}
    8336
    8437ul#field-group-tabs li.drop-candidate.ui-state-acceptable:not(.ui-state-active) a.ui-tab {
    85         -webkit-box-shadow: 0 0 10px #0f0;
    86         -moz-box-shadow: 0 0 10px #0f0;
    8738        -o-box-shadow: 0 0 10px #0f0;
    8839        box-shadow: 0 0 10px #0f0;
    89         -webkit-animation: none;
    90         -moz-animation: none;
    91         -o-animation: none;
    9240        animation: none;
    9341        color: #000;
    9442}
     
    12169        border-width: 1px;
    12270        border-color: #e5e5e5;
    12371        border-style: solid;
    124         -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
    12572        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
    12673        padding: 10px;
    12774        margin-bottom: 10px;
     
    14996        cursor: default;
    15097        border: 1px solid #e5e5e5;
    15198        background: #fff;
    152         -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
    15399        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
    154100        margin-top: 10px;
    155101        padding: 0 20px 20px;
  • src/bp-xprofile/admin/css/admin.css

     
    11/* Profile field group main admin page */
    2 @-o-keyframes tab-throb {
    3 
    4         from {
    5                 box-shadow: 0 0 10px #1e8cbe;
    6         }
    7 
    8         50% {
    9                 box-shadow: 0 0 0 #1e8cbe;
    10         }
    11 
    12         to {
    13                 box-shadow: 0 0 10px #1e8cbe;
    14         }
    15 }
    16 
    17 @-webkit-keyframes tab-throb {
    18 
    19         from {
    20                 box-shadow: 0 0 10px #1e8cbe;
    21         }
    22 
    23         50% {
    24                 box-shadow: 0 0 0 #1e8cbe;
    25         }
    26 
    27         to {
    28                 box-shadow: 0 0 10px #1e8cbe;
    29         }
    30 }
    31 
    32 @-moz-keyframes tab-throb {
    33 
    34         from {
    35                 box-shadow: 0 0 10px #1e8cbe;
    36         }
    37 
    38         50% {
    39                 box-shadow: 0 0 0 #1e8cbe;
    40         }
    41 
    42         to {
    43                 box-shadow: 0 0 10px #1e8cbe;
    44         }
    45 }
    462
    473#profile-field-form {
    484        margin-top: 12px;
     
    7531}
    7632
    7733ul#field-group-tabs li.ui-state-acceptable:not(.ui-state-active) a.ui-tab {
    78         -webkit-animation: tab-throb 2s infinite;
    79         -moz-animation: tab-throb 2s infinite;
    80         -o-animation: tab-throb 2s infinite;
    8134        animation: tab-throb 2s infinite;
    8235}
    8336
    8437ul#field-group-tabs li.drop-candidate.ui-state-acceptable:not(.ui-state-active) a.ui-tab {
    85         -webkit-box-shadow: 0 0 10px #0f0;
    86         -moz-box-shadow: 0 0 10px #0f0;
    8738        -o-box-shadow: 0 0 10px #0f0;
    8839        box-shadow: 0 0 10px #0f0;
    89         -webkit-animation: none;
    90         -moz-animation: none;
    91         -o-animation: none;
    9240        animation: none;
    9341        color: #000;
    9442}
     
    12169        border-width: 1px;
    12270        border-color: #e5e5e5;
    12371        border-style: solid;
    124         -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
    12572        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
    12673        padding: 10px;
    12774        margin-bottom: 10px;
     
    14996        cursor: default;
    15097        border: 1px solid #e5e5e5;
    15198        background: #fff;
    152         -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
    15399        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
    154100        margin-top: 10px;
    155101        padding: 0 20px 20px;