Skip to:
Content

BuddyPress.org

Changeset 12136


Ignore:
Timestamp:
05/27/2018 12:20:34 PM (8 years ago)
Author:
netweb
Message:

Build/Test Tools: Update CSS vendor prefixes via Autoprefixer following [12135]

See #7791.

Location:
trunk/src
Files:
34 edited

Legend:

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

    r12095 r12136  
    335335        text-transform: none;
    336336        top: 100%;
    337         -webkit-transform: translateX(-50%);
    338         -ms-transform: translateX(-50%);
    339337        transform: translateX(-50%);
    340         -webkit-transition: opacity 2s ease-out;
    341         -ms-transition: opacity 2s ease-out;
    342338        transition: opacity 2s ease-out;
    343339        white-space: pre;
     
    349345        left: 0;
    350346        text-align: left;
    351         -webkit-transform: translateX(0);
    352         -ms-transform: translateX(0);
    353347        transform: translateX(0);
    354348}
     
    359353        margin-top: 0;
    360354        top: auto;
    361         -webkit-transform: translateX(-15%);
    362         -ms-transform: translateX(-15%);
    363355        transform: translateX(-15%);
    364356}
  • trunk/src/bp-core/admin/css/common.css

    r12095 r12136  
    335335        text-transform: none;
    336336        top: 100%;
    337         -webkit-transform: translateX(50%);
    338         -ms-transform: translateX(50%);
    339337        transform: translateX(50%);
    340         -webkit-transition: opacity 2s ease-out;
    341         -ms-transition: opacity 2s ease-out;
    342338        transition: opacity 2s ease-out;
    343339        white-space: pre;
     
    349345        right: 0;
    350346        text-align: right;
    351         -webkit-transform: translateX(0);
    352         -ms-transform: translateX(0);
    353347        transform: translateX(0);
    354348}
     
    359353        margin-top: 0;
    360354        top: auto;
    361         -webkit-transform: translateX(15%);
    362         -ms-transform: translateX(15%);
    363355        transform: translateX(15%);
    364356}
  • trunk/src/bp-core/admin/css/hello-rtl.css

    r12096 r12136  
    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}
  • trunk/src/bp-core/admin/css/hello.css

    r12096 r12136  
    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}
  • trunk/src/bp-core/css/admin-bar-rtl.css

    r11587 r12136  
    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}
  • trunk/src/bp-core/css/admin-bar.css

    r11587 r12136  
    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}
  • trunk/src/bp-core/css/avatar-rtl.css

    r11587 r12136  
    266266        max-width: 100%;
    267267        width: 100%;
    268         -webkit-transform: scaleX(-1);
    269268        transform: scaleX(-1);
    270269}
  • trunk/src/bp-core/css/avatar.css

    r11587 r12136  
    266266        max-width: 100%;
    267267        width: 100%;
    268         -webkit-transform: scaleX(-1);
    269268        transform: scaleX(-1);
    270269}
  • trunk/src/bp-core/css/buddybar-rtl.css

    r11587 r12136  
    227227        background: #fff;
    228228        color: #000;
    229         -moz-border-radius: 3px;
    230         -webkit-border-radius: 3px;
    231229        border-radius: 3px;
    232230}
  • trunk/src/bp-core/css/buddybar.css

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

    r11587 r12136  
    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}
  • trunk/src/bp-messages/css/autocomplete/jquery.autocompletefb.css

    r11587 r12136  
    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}
  • trunk/src/bp-templates/bp-legacy/css/buddypress-rtl.css

    r12083 r12136  
    10461046.bp-screen-reader-text:focus {
    10471047        background-color: #f1f1f1;
    1048         -webkit-border-radius: 3px;
    10491048        border-radius: 3px;
    1050         -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    10511049        box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    10521050        clip: auto !important;
     
    10761074}
    10771075
    1078 @-webkit-keyframes loader-pulsate {
    1079 
    1080         from {
    1081                 border-color: #aaa;
    1082                 -webkit-box-shadow: 0 0 6px #ccc;
    1083                 box-shadow: 0 0 6px #ccc;
    1084         }
    1085 
    1086         to {
    1087                 border-color: #ccc;
    1088                 -webkit-box-shadow: 0 0 6px #f8f8f8;
    1089                 box-shadow: 0 0 6px #f8f8f8;
    1090         }
    1091 }
    1092 
    1093 @-moz-keyframes loader-pulsate {
    1094 
    1095         from {
    1096                 border-color: #aaa;
    1097                 -moz-box-shadow: 0 0 6px #ccc;
    1098                 box-shadow: 0 0 6px #ccc;
    1099         }
    1100 
    1101         to {
    1102                 border-color: #ccc;
    1103                 -moz-box-shadow: 0 0 6px #f8f8f8;
    1104                 box-shadow: 0 0 6px #f8f8f8;
    1105         }
    1106 }
    1107 
    11081076#buddypress a.loading:hover,
    11091077#buddypress input.loading:hover {
     
    20512019.widget.buddypress .item-avatar a:active,
    20522020.widget.buddypress .item-avatar a img {
    2053         -webkit-box-shadow: none;
    20542021        box-shadow: none;
    20552022}
     
    21322099        text-transform: none;
    21332100        top: 100%;
    2134         -webkit-transform: translateX(-50%);
    2135         -ms-transform: translateX(-50%);
    21362101        transform: translateX(-50%);
    2137         -webkit-transition: opacity 2s ease-out;
    2138         -ms-transition: opacity 2s ease-out;
    21392102        transition: opacity 2s ease-out;
    21402103        white-space: pre;
     
    21582121        left: 0;
    21592122        text-align: left;
    2160         -webkit-transform: translateX(0);
    2161         -ms-transform: translateX(0);
    21622123        transform: translateX(0);
    21632124}
     
    21692130        left: auto;
    21702131        text-align: right;
    2171         -webkit-transform: translateX(0);
    2172         -ms-transform: translateX(0);
    21732132        transform: translateX(0);
    21742133}
  • trunk/src/bp-templates/bp-legacy/css/buddypress.css

    r12082 r12136  
    10461046.bp-screen-reader-text:focus {
    10471047        background-color: #f1f1f1;
    1048         -webkit-border-radius: 3px;
    10491048        border-radius: 3px;
    1050         -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    10511049        box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    10521050        clip: auto !important;
     
    10761074}
    10771075
    1078 @-webkit-keyframes loader-pulsate {
    1079 
    1080         from {
    1081                 border-color: #aaa;
    1082                 -webkit-box-shadow: 0 0 6px #ccc;
    1083                 box-shadow: 0 0 6px #ccc;
    1084         }
    1085 
    1086         to {
    1087                 border-color: #ccc;
    1088                 -webkit-box-shadow: 0 0 6px #f8f8f8;
    1089                 box-shadow: 0 0 6px #f8f8f8;
    1090         }
    1091 }
    1092 
    1093 @-moz-keyframes loader-pulsate {
    1094 
    1095         from {
    1096                 border-color: #aaa;
    1097                 -moz-box-shadow: 0 0 6px #ccc;
    1098                 box-shadow: 0 0 6px #ccc;
    1099         }
    1100 
    1101         to {
    1102                 border-color: #ccc;
    1103                 -moz-box-shadow: 0 0 6px #f8f8f8;
    1104                 box-shadow: 0 0 6px #f8f8f8;
    1105         }
    1106 }
    1107 
    11081076#buddypress a.loading:hover,
    11091077#buddypress input.loading:hover {
     
    20512019.widget.buddypress .item-avatar a:active,
    20522020.widget.buddypress .item-avatar a img {
    2053         -webkit-box-shadow: none;
    20542021        box-shadow: none;
    20552022}
     
    21322099        text-transform: none;
    21332100        top: 100%;
    2134         -webkit-transform: translateX(50%);
    2135         -ms-transform: translateX(50%);
    21362101        transform: translateX(50%);
    2137         -webkit-transition: opacity 2s ease-out;
    2138         -ms-transition: opacity 2s ease-out;
    21392102        transition: opacity 2s ease-out;
    21402103        white-space: pre;
     
    21582121        right: 0;
    21592122        text-align: right;
    2160         -webkit-transform: translateX(0);
    2161         -ms-transform: translateX(0);
    21622123        transform: translateX(0);
    21632124}
     
    21692130        right: auto;
    21702131        text-align: left;
    2171         -webkit-transform: translateX(0);
    2172         -ms-transform: translateX(0);
    21732132        transform: translateX(0);
    21742133}
  • trunk/src/bp-templates/bp-legacy/css/twentyeleven-rtl.css

    r12083 r12136  
    302302                border: 1px solid #ddd;
    303303                border-bottom-color: #fff;
    304                 -webkit-border-top-left-radius: 4px;
    305304                border-top-left-radius: 4px;
    306                 -webkit-border-top-right-radius: 4px;
    307305                border-top-right-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-right: 0 !important;
    1546         width: -webkit-calc(100% - 30px);
    1547         width: -moz-calc(100% - 30px);
    15481539        width: calc(100% - 30px);
    15491540        margin-right: 0;
  • trunk/src/bp-templates/bp-legacy/css/twentyeleven.css

    r12083 r12136  
    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-rtl.css

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

    r12083 r12136  
    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-rtl.css

    r12083 r12136  
    152152                border: 1px solid rgba(0, 0, 0, 0.2);
    153153                border-bottom-color: #fff;
    154                 -webkit-border-top-left-radius: 4px;
    155154                border-top-left-radius: 4px;
    156                 -webkit-border-top-right-radius: 4px;
    157155                border-top-right-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: right;
     
    10861078        background: #fff;
    10871079        border-left: 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-right: 0;
    1128         width: -webkit-calc(100% - 30px);
    1129         width: -moz-calc(100% - 30px);
    11301118        width: calc(100% - 30px);
    11311119        margin-right: 0;
  • trunk/src/bp-templates/bp-legacy/css/twentyfourteen.css

    r12083 r12136  
    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-rtl.css

    r12083 r12136  
    447447                border: 1px solid #ddd;
    448448                border-bottom-color: #fff;
    449                 -webkit-border-top-left-radius: 4px;
    450449                border-top-left-radius: 4px;
    451                 -webkit-border-top-right-radius: 4px;
    452450                border-top-right-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-right: 0 !important;
    1677         width: -webkit-calc(100% - 30px);
    1678         width: -moz-calc(100% - 30px);
    16791672        width: calc(100% - 30px);
    16801673        margin-right: 0;
     
    19391932#buddypress li.groups-members-search form {
    19401933        border: 1px solid rgba(190, 190, 190, 0.6);
    1941         -webkit-border-radius: 2px;
    1942         -moz-border-radius: 2px;
    1943         -ms-border-radius: 2px;
    19441934        border-radius: 2px;
    19451935        background-clip: padding-box;
     
    19861976#buddypress div.message-search form input[type="submit"],
    19871977#buddypress li.groups-members-search form input[type="submit"] {
    1988         -webkit-border-radius: none;
    1989         -moz-border-radius: none;
    1990         -ms-border-radius: none;
    19911978        border-radius: none;
    19921979        float: left;
     
    20392026        background: #333;
    20402027        border-color: #555;
    2041         -webkit-border-radius: 2px;
    2042         -moz-border-radius: 2px;
    2043         -ms-border-radius: 2px;
    20442028        border-radius: 2px;
    20452029        background-clip: padding-box;
     
    20562040body.colors-dark #page #buddypress .groups-members-search input[type="submit"],
    20572041body.colors-dark #page #buddypress .message-search input[type="submit"] {
    2058         -webkit-border-radius: 2px;
    2059         -moz-border-radius: 2px;
    2060         -ms-border-radius: 2px;
    20612042        border-radius: 2px;
    20622043        background-clip: padding-box;
  • trunk/src/bp-templates/bp-legacy/css/twentyseventeen.css

    r12083 r12136  
    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;
     
    19391932#buddypress li.groups-members-search form {
    19401933        border: 1px solid rgba(190, 190, 190, 0.6);
    1941         -webkit-border-radius: 2px;
    1942         -moz-border-radius: 2px;
    1943         -ms-border-radius: 2px;
    19441934        border-radius: 2px;
    19451935        background-clip: padding-box;
     
    19861976#buddypress div.message-search form input[type="submit"],
    19871977#buddypress li.groups-members-search form input[type="submit"] {
    1988         -webkit-border-radius: none;
    1989         -moz-border-radius: none;
    1990         -ms-border-radius: none;
    19911978        border-radius: none;
    19921979        float: right;
     
    20392026        background: #333;
    20402027        border-color: #555;
    2041         -webkit-border-radius: 2px;
    2042         -moz-border-radius: 2px;
    2043         -ms-border-radius: 2px;
    20442028        border-radius: 2px;
    20452029        background-clip: padding-box;
     
    20562040body.colors-dark #page #buddypress .groups-members-search input[type="submit"],
    20572041body.colors-dark #page #buddypress .message-search input[type="submit"] {
    2058         -webkit-border-radius: 2px;
    2059         -moz-border-radius: 2px;
    2060         -ms-border-radius: 2px;
    20612042        border-radius: 2px;
    20622043        background-clip: padding-box;
  • trunk/src/bp-templates/bp-legacy/css/twentysixteen-rtl.css

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

    r12083 r12136  
    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-rtl.css

    r12083 r12136  
    250250                border: 1px solid #ddd;
    251251                border-bottom-color: #fff;
    252                 -webkit-border-top-left-radius: 4px;
    253252                border-top-left-radius: 4px;
    254                 -webkit-border-top-right-radius: 4px;
    255253                border-top-right-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-right: 0 !important;
    1483         width: -webkit-calc(100% - 30px);
    1484         width: -moz-calc(100% - 30px);
    14851472        width: calc(100% - 30px);
    14861473        margin-right: 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/twentyten.css

    r12083 r12136  
    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-rtl.css

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

    r12083 r12136  
    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-rtl.css

    r12083 r12136  
    288288                border: 1px solid #ddd;
    289289                border-bottom-color: #fff;
    290                 -webkit-border-top-left-radius: 4px;
    291290                border-top-left-radius: 4px;
    292                 -webkit-border-top-right-radius: 4px;
    293291                border-top-right-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-right: 0 !important;
    1543         width: -webkit-calc(100% - 30px);
    1544         width: -moz-calc(100% - 30px);
    15451536        width: calc(100% - 30px);
    15461537        margin-right: 0;
  • trunk/src/bp-templates/bp-legacy/css/twentytwelve.css

    r12083 r12136  
    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

    r12083 r12136  
    6767
    6868body #buddypress .bp-list .action {
    69         -webkit-box-sizing: border-box;
    70         -moz-box-sizing: border-box;
    7169        box-sizing: border-box;
    7270}
     
    133131input[type="submit"],
    134132input[type="reset"] {
    135         -webkit-border-radius: 2px;
    136         -moz-border-radius: 2px;
    137         -ms-border-radius: 2px;
    138133        border-radius: 2px;
    139134        background-clip: padding-box;
     
    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;
     
    25682523
    25692524.buddypress .bp-invites-content ul.item-list li.selected {
    2570         -webkit-box-shadow: inset 0 0 12px 0 rgba(237, 187, 52, 0.2);
    2571         -moz-box-shadow: inset 0 0 12px 0 rgba(237, 187, 52, 0.2);
    25722525        box-shadow: inset 0 0 12px 0 rgba(237, 187, 52, 0.2);
    25732526}
     
    26422595@media screen and (min-width: 46.8em) {
    26432596        .buddypress .bp-invites-content ul.item-list > li {
    2644                 -webkit-box-sizing: border-box;
    2645                 -moz-box-sizing: border-box;
    26462597                box-sizing: border-box;
    26472598                border: 1px solid #eaeaea;
     
    29252876
    29262877.bp-messages-content .avatar {
    2927         -moz-box-shadow: none;
    2928         -webkit-box-shadow: none;
    29292878        box-shadow: none;
    29302879}
     
    29572906#message-threads li {
    29582907        border-bottom: 1px solid #eaeaea;
    2959         display: -webkit-flex;
    29602908        display: -moz-flex;
    29612909        display: -ms-flex;
    29622910        display: -o-flex;
    29632911        display: flex;
    2964         -webkit-flex-flow: row nowrap;
    2965         -moz-flex-flow: row nowrap;
    2966         -ms-flex-flow: row nowrap;
    29672912        -o-flex-flow: row nowrap;
    29682913        flex-flow: row nowrap;
     
    29732918
    29742919#message-threads li .thread-cb {
    2975         display: -webkit-box;
    2976         display: -ms-flexbox;
    2977         display: -webkit-flex;
    29782920        display: flex;
    2979         -ms-flex-align: center;
    2980         -webkit-align-items: center;
    2981         -webkit-box-align: center;
    29822921        align-items: center;
    2983         -webkit-flex: 1 2 5%;
    29842922        -moz-flex: 1 2 5%;
    2985         -ms-flex: 1 2 5%;
    29862923        -o-flex: 1 2 5%;
    29872924        flex: 1 2 5%;
     
    29902927#message-threads li .thread-from,
    29912928#message-threads li .thread-to {
    2992         -webkit-flex: 1 2 20%;
    29932929        -moz-flex: 1 2 20%;
    2994         -ms-flex: 1 2 20%;
    29952930        -o-flex: 1 2 20%;
    29962931        flex: 1 2 20%;
     
    30182953
    30192954#message-threads li .thread-content {
    3020         -webkit-flex: 1 2 60%;
    30212955        -moz-flex: 1 2 60%;
    3022         -ms-flex: 1 2 60%;
    30232956        -o-flex: 1 2 60%;
    30242957        flex: 1 2 60%;
     
    30262959
    30272960#message-threads li .thread-date {
    3028         -webkit-flex: 1 2 15%;
    30292961        -moz-flex: 1 2 15%;
    3030         -ms-flex: 1 2 15%;
    30312962        -o-flex: 1 2 15%;
    30322963        flex: 1 2 15%;
     
    31293060.bp-messages-content #bp-message-thread-list .message-metadata {
    31303061        border-bottom: 1px solid #ccc;
    3131         -webkit-box-shadow: 2px 1px 9px 0 #eee;
    3132         -moz-box-shadow: 2px 1px 9px 0 #eee;
    31333062        box-shadow: 2px 1px 9px 0 #eee;
    31343063        display: table;
     
    33213250.buddypress-wrap input[type="tel"]:focus,
    33223251.buddypress-wrap input[type="password"]:focus {
    3323         -webkit-box-shadow: 0 0 8px #eaeaea;
    3324         -moz-box-shadow: 0 0 8px #eaeaea;
    33253252        box-shadow: 0 0 8px #eaeaea;
    33263253}
     
    36593586        background: none;
    36603587        border: 0;
    3661         -webkit-border-radius: 0;
    3662         -moz-border-radius: 0;
    3663         -ms-border-radius: 0;
    36643588        border-radius: 0;
    36653589        background-clip: padding-box;
     
    39243848
    39253849.center-vert {
    3926         display: -ms-flexbox;
    3927         display: -webkit-flex;
    39283850        display: flex;
    3929         -ms-flex-align: center;
    3930         -webkit-align-items: center;
    3931         -webkit-box-align: center;
    39323851        align-items: center;
    39333852}
     
    40343953        background: none;
    40353954        border: 0;
    4036         -moz-box-shadow: none;
    4037         -webkit-box-shadow: none;
    40383955        box-shadow: none;
    40393956        color: #767676;
     
    41314048.buddypress #buddypress .create-button a {
    41324049        border: 1px solid #ccc;
    4133         -webkit-border-radius: 5px;
    4134         -moz-border-radius: 5px;
    4135         -ms-border-radius: 5px;
    41364050        border-radius: 5px;
    41374051        background-clip: padding-box;
    4138         -webkit-box-shadow: inset 0 0 6px 0 #eaeaea;
    4139         -moz-box-shadow: inset 0 0 6px 0 #eaeaea;
    41404052        box-shadow: inset 0 0 6px 0 #eaeaea;
    41414053        margin: 0.2em 0;
     
    41464058        background: none;
    41474059        border-color: #ccc;
    4148         -webkit-box-shadow: inset 0 0 12px 0 #eaeaea;
    4149         -moz-box-shadow: inset 0 0 12px 0 #eaeaea;
    41504060        box-shadow: inset 0 0 12px 0 #eaeaea;
    41514061}
     
    41694079        background: none;
    41704080        border: 0;
    4171         -moz-box-shadow: none;
    4172         -webkit-box-shadow: none;
    41734081        box-shadow: none;
    41744082        margin: 0;
     
    42714179        background: #0b80a4;
    42724180        border: 0;
    4273         -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
    4274         -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
    42754181        box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
    42764182        color: #fff;
     
    42784184
    42794185.buddypress-wrap .bp-feedback:not(.custom-homepage-info) {
    4280         display: -webkit-flex;
    42814186        display: -moz-flex;
    42824187        display: -ms-flex;
    42834188        display: -o-flex;
    42844189        display: flex;
    4285         -webkit-flex-flow: row nowrap;
    4286         -moz-flex-flow: row nowrap;
    4287         -ms-flex-flow: row nowrap;
    42884190        -o-flex-flow: row nowrap;
    42894191        flex-flow: row nowrap;
    4290         -ms-flex-align: stretch;
    4291         -webkit-align-items: stretch;
    4292         -webkit-box-align: stretch;
    42934192        align-items: stretch;
    42944193}
     
    42974196        background: #fff;
    42984197        color: #807f7f;
    4299         -webkit-box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.1);
    4300         -moz-box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.1);
    43014198        box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.1);
    43024199        color: #737373;
     
    43774274.buddypress-wrap .bp-feedback.success .bp-icon,
    43784275.buddypress-wrap .bp-feedback.updated .bp-icon {
    4379         display: -webkit-box;
    4380         display: -ms-flexbox;
    4381         display: -webkit-flex;
    43824276        display: flex;
    4383         -ms-flex-align: center;
    4384         -webkit-align-items: center;
    4385         -webkit-box-align: center;
    43864277        align-items: center;
    43874278}
     
    45004391
    45014392.buddypress.widget ul.item-list {
    4502         display: -webkit-flex;
    45034393        display: -moz-flex;
    45044394        display: -ms-flex;
    45054395        display: -o-flex;
    45064396        display: flex;
    4507         -webkit-flex-flow: column nowrap;
    4508         -moz-flex-flow: column nowrap;
    4509         -ms-flex-flow: column nowrap;
    45104397        -o-flex-flow: column nowrap;
    45114398        flex-flow: column nowrap;
     
    45174404@media screen and (min-width: 32em) {
    45184405        .buddypress.widget ul.item-list {
    4519                 display: -webkit-flex;
    45204406                display: -moz-flex;
    45214407                display: -ms-flex;
    45224408                display: -o-flex;
    45234409                display: flex;
    4524                 -webkit-flex-flow: row wrap;
    4525                 -moz-flex-flow: row wrap;
    4526                 -ms-flex-flow: row wrap;
    45274410                -o-flex-flow: row wrap;
    45284411                flex-flow: row wrap;
     
    45324415.buddypress.widget ul.item-list li {
    45334416        border: 1px solid #eee;
    4534         -ms-flex-align: stretch;
    4535         -webkit-align-items: stretch;
    4536         -webkit-box-align: stretch;
    45374417        align-items: stretch;
    4538         -webkit-flex: 1 1 46%;
    45394418        -moz-flex: 1 1 46%;
    4540         -ms-flex: 1 1 46%;
    45414419        -o-flex: 1 1 46%;
    45424420        flex: 1 1 46%;
     
    45464424@media screen and (min-width: 75em) {
    45474425        .buddypress.widget ul.item-list li {
    4548                 -webkit-flex: 0 1 20%;
    45494426                -moz-flex: 0 1 20%;
    4550                 -ms-flex: 0 1 20%;
    45514427                -o-flex: 0 1 20%;
    45524428                flex: 0 1 20%;
     
    45874463
    45884464.buddypress.widget .avatar-block {
    4589         display: -webkit-flex;
    45904465        display: -moz-flex;
    45914466        display: -ms-flex;
    45924467        display: -o-flex;
    45934468        display: flex;
    4594         -webkit-flex-flow: row wrap;
    4595         -moz-flex-flow: row wrap;
    4596         -ms-flex-flow: row wrap;
    45974469        -o-flex-flow: row wrap;
    45984470        flex-flow: row wrap;
     
    46054477
    46064478.widget-area .buddypress.widget ul.item-list li {
    4607         -webkit-flex: 0 1 46%;
    46084479        -moz-flex: 0 1 46%;
    4609         -ms-flex: 0 1 46%;
    46104480        -o-flex: 0 1 46%;
    46114481        flex: 0 1 46%;
     
    46254495        }
    46264496        .widget-area .buddypress.widget ul.item-list li {
    4627                 -webkit-flex: 0 1 auto;
    46284497                -moz-flex: 0 1 auto;
    4629                 -ms-flex: 0 1 auto;
    46304498                -o-flex: 0 1 auto;
    46314499                flex: 0 1 auto;
     
    46494517.buddypress-wrap a.loading,
    46504518.buddypress-wrap input.loading {
    4651         -moz-animation: loader-pulsate 0.5s infinite ease-in-out alternate;
    4652         -webkit-animation: loader-pulsate 0.5s infinite ease-in-out alternate;
    46534519        animation: loader-pulsate 0.5s infinite ease-in-out alternate;
    46544520        border-color: #aaa;
    4655 }
    4656 
    4657 @-webkit-keyframes loader-pulsate {
    4658         from {
    4659                 border-color: #aaa;
    4660                 -webkit-box-shadow: 0 0 6px #ccc;
    4661                 box-shadow: 0 0 6px #ccc;
    4662         }
    4663         to {
    4664                 border-color: #ccc;
    4665                 -webkit-box-shadow: 0 0 6px #f8f8f8;
    4666                 box-shadow: 0 0 6px #f8f8f8;
    4667         }
    4668 }
    4669 
    4670 @-moz-keyframes loader-pulsate {
    4671         from {
    4672                 border-color: #aaa;
    4673                 -moz-box-shadow: 0 0 6px #ccc;
    4674                 box-shadow: 0 0 6px #ccc;
    4675         }
    4676         to {
    4677                 border-color: #ccc;
    4678                 -moz-box-shadow: 0 0 6px #f8f8f8;
    4679                 box-shadow: 0 0 6px #f8f8f8;
    4680         }
    46814521}
    46824522
     
    46844524        from {
    46854525                border-color: #aaa;
    4686                 -moz-box-shadow: 0 0 6px #ccc;
    46874526                box-shadow: 0 0 6px #ccc;
    46884527        }
    46894528        to {
    46904529                border-color: #ccc;
    4691                 -moz-box-shadow: 0 0 6px #f8f8f8;
    46924530                box-shadow: 0 0 6px #f8f8f8;
    46934531        }
     
    47084546        opacity: 0;
    47094547        position: absolute;
    4710         -webkit-transform: translate3d(0, 0, 0);
    4711         -ms-transform: translate3d(0, 0, 0);
    47124548        transform: translate3d(0, 0, 0);
    47134549        visibility: hidden;
     
    47304566        text-shadow: none;
    47314567        text-transform: none;
    4732         -webkit-transition: all 1.5s ease;
    4733         -ms-transition: all 1.5s ease;
    47344568        transition: all 1.5s ease;
    47354569        white-space: nowrap;
     
    47554589        margin-top: 7px;
    47564590        top: 110%;
    4757         -webkit-transform: translate(50%, 0);
    4758         -ms-transform: translate(50%, 0);
    47594591        transform: translate(50%, 0);
    47604592}
     
    47624594.user-list .bp-tooltip:after {
    47634595        right: 0;
    4764         -webkit-transform: translate(0, 0);
    4765         -ms-transform: translate(0, 0);
    47664596        transform: translate(0, 0);
    47674597}
     
    47714601                right: auto;
    47724602                left: 0;
    4773                 -webkit-transform: translate(0, 0);
    4774                 -ms-transform: translate(0, 0);
    47754603                transform: translate(0, 0);
    47764604        }
     
    47824610.participants-list .bp-tooltip:after {
    47834611        right: 0;
    4784         -webkit-transform: translate(0, 0);
    4785         -ms-transform: translate(0, 0);
    47864612        transform: translate(0, 0);
    47874613}
     
    47924618        right: auto;
    47934619        left: 0;
    4794         -webkit-transform: translate(0, 0);
    4795         -ms-transform: translate(0, 0);
    47964620        transform: translate(0, 0);
    47974621}
     
    48094633#item-body,
    48104634.single-screen-navs {
    4811         -webkit-box-sizing: border-box;
    4812         -moz-box-sizing: border-box;
    48134635        box-sizing: border-box;
    48144636}
     
    48164638.grid > li,
    48174639.grid > li .generic-button a {
    4818         -webkit-box-sizing: border-box;
    4819         -moz-box-sizing: border-box;
    48204640        box-sizing: border-box;
    48214641}
  • trunk/src/bp-templates/bp-nouveau/css/buddypress.css

    r12083 r12136  
    6767
    6868body #buddypress .bp-list .action {
    69         -webkit-box-sizing: border-box;
    70         -moz-box-sizing: border-box;
    7169        box-sizing: border-box;
    7270}
     
    133131input[type="submit"],
    134132input[type="reset"] {
    135         -webkit-border-radius: 2px;
    136         -moz-border-radius: 2px;
    137         -ms-border-radius: 2px;
    138133        border-radius: 2px;
    139134        background-clip: padding-box;
     
    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;
     
    25682523
    25692524.buddypress .bp-invites-content ul.item-list li.selected {
    2570         -webkit-box-shadow: inset 0 0 12px 0 rgba(237, 187, 52, 0.2);
    2571         -moz-box-shadow: inset 0 0 12px 0 rgba(237, 187, 52, 0.2);
    25722525        box-shadow: inset 0 0 12px 0 rgba(237, 187, 52, 0.2);
    25732526}
     
    26422595@media screen and (min-width: 46.8em) {
    26432596        .buddypress .bp-invites-content ul.item-list > li {
    2644                 -webkit-box-sizing: border-box;
    2645                 -moz-box-sizing: border-box;
    26462597                box-sizing: border-box;
    26472598                border: 1px solid #eaeaea;
     
    29252876
    29262877.bp-messages-content .avatar {
    2927         -moz-box-shadow: none;
    2928         -webkit-box-shadow: none;
    29292878        box-shadow: none;
    29302879}
     
    29572906#message-threads li {
    29582907        border-bottom: 1px solid #eaeaea;
    2959         display: -webkit-flex;
    29602908        display: -moz-flex;
    29612909        display: -ms-flex;
    29622910        display: -o-flex;
    29632911        display: flex;
    2964         -webkit-flex-flow: row nowrap;
    2965         -moz-flex-flow: row nowrap;
    2966         -ms-flex-flow: row nowrap;
    29672912        -o-flex-flow: row nowrap;
    29682913        flex-flow: row nowrap;
     
    29732918
    29742919#message-threads li .thread-cb {
    2975         display: -webkit-box;
    2976         display: -ms-flexbox;
    2977         display: -webkit-flex;
    29782920        display: flex;
    2979         -ms-flex-align: center;
    2980         -webkit-align-items: center;
    2981         -webkit-box-align: center;
    29822921        align-items: center;
    2983         -webkit-flex: 1 2 5%;
    29842922        -moz-flex: 1 2 5%;
    2985         -ms-flex: 1 2 5%;
    29862923        -o-flex: 1 2 5%;
    29872924        flex: 1 2 5%;
     
    29902927#message-threads li .thread-from,
    29912928#message-threads li .thread-to {
    2992         -webkit-flex: 1 2 20%;
    29932929        -moz-flex: 1 2 20%;
    2994         -ms-flex: 1 2 20%;
    29952930        -o-flex: 1 2 20%;
    29962931        flex: 1 2 20%;
     
    30182953
    30192954#message-threads li .thread-content {
    3020         -webkit-flex: 1 2 60%;
    30212955        -moz-flex: 1 2 60%;
    3022         -ms-flex: 1 2 60%;
    30232956        -o-flex: 1 2 60%;
    30242957        flex: 1 2 60%;
     
    30262959
    30272960#message-threads li .thread-date {
    3028         -webkit-flex: 1 2 15%;
    30292961        -moz-flex: 1 2 15%;
    3030         -ms-flex: 1 2 15%;
    30312962        -o-flex: 1 2 15%;
    30322963        flex: 1 2 15%;
     
    31293060.bp-messages-content #bp-message-thread-list .message-metadata {
    31303061        border-bottom: 1px solid #ccc;
    3131         -webkit-box-shadow: -2px 1px 9px 0 #eee;
    3132         -moz-box-shadow: -2px 1px 9px 0 #eee;
    31333062        box-shadow: -2px 1px 9px 0 #eee;
    31343063        display: table;
     
    33213250.buddypress-wrap input[type="tel"]:focus,
    33223251.buddypress-wrap input[type="password"]:focus {
    3323         -webkit-box-shadow: 0 0 8px #eaeaea;
    3324         -moz-box-shadow: 0 0 8px #eaeaea;
    33253252        box-shadow: 0 0 8px #eaeaea;
    33263253}
     
    36593586        background: none;
    36603587        border: 0;
    3661         -webkit-border-radius: 0;
    3662         -moz-border-radius: 0;
    3663         -ms-border-radius: 0;
    36643588        border-radius: 0;
    36653589        background-clip: padding-box;
     
    39243848
    39253849.center-vert {
    3926         display: -ms-flexbox;
    3927         display: -webkit-flex;
    39283850        display: flex;
    3929         -ms-flex-align: center;
    3930         -webkit-align-items: center;
    3931         -webkit-box-align: center;
    39323851        align-items: center;
    39333852}
     
    40343953        background: none;
    40353954        border: 0;
    4036         -moz-box-shadow: none;
    4037         -webkit-box-shadow: none;
    40383955        box-shadow: none;
    40393956        color: #767676;
     
    41314048.buddypress #buddypress .create-button a {
    41324049        border: 1px solid #ccc;
    4133         -webkit-border-radius: 5px;
    4134         -moz-border-radius: 5px;
    4135         -ms-border-radius: 5px;
    41364050        border-radius: 5px;
    41374051        background-clip: padding-box;
    4138         -webkit-box-shadow: inset 0 0 6px 0 #eaeaea;
    4139         -moz-box-shadow: inset 0 0 6px 0 #eaeaea;
    41404052        box-shadow: inset 0 0 6px 0 #eaeaea;
    41414053        margin: 0.2em 0;
     
    41464058        background: none;
    41474059        border-color: #ccc;
    4148         -webkit-box-shadow: inset 0 0 12px 0 #eaeaea;
    4149         -moz-box-shadow: inset 0 0 12px 0 #eaeaea;
    41504060        box-shadow: inset 0 0 12px 0 #eaeaea;
    41514061}
     
    41694079        background: none;
    41704080        border: 0;
    4171         -moz-box-shadow: none;
    4172         -webkit-box-shadow: none;
    41734081        box-shadow: none;
    41744082        margin: 0;
     
    42714179        background: #0b80a4;
    42724180        border: 0;
    4273         -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
    4274         -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
    42754181        box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
    42764182        color: #fff;
     
    42784184
    42794185.buddypress-wrap .bp-feedback:not(.custom-homepage-info) {
    4280         display: -webkit-flex;
    42814186        display: -moz-flex;
    42824187        display: -ms-flex;
    42834188        display: -o-flex;
    42844189        display: flex;
    4285         -webkit-flex-flow: row nowrap;
    4286         -moz-flex-flow: row nowrap;
    4287         -ms-flex-flow: row nowrap;
    42884190        -o-flex-flow: row nowrap;
    42894191        flex-flow: row nowrap;
    4290         -ms-flex-align: stretch;
    4291         -webkit-align-items: stretch;
    4292         -webkit-box-align: stretch;
    42934192        align-items: stretch;
    42944193}
     
    42974196        background: #fff;
    42984197        color: #807f7f;
    4299         -webkit-box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.1);
    4300         -moz-box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.1);
    43014198        box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.1);
    43024199        color: #737373;
     
    43774274.buddypress-wrap .bp-feedback.success .bp-icon,
    43784275.buddypress-wrap .bp-feedback.updated .bp-icon {
    4379         display: -webkit-box;
    4380         display: -ms-flexbox;
    4381         display: -webkit-flex;
    43824276        display: flex;
    4383         -ms-flex-align: center;
    4384         -webkit-align-items: center;
    4385         -webkit-box-align: center;
    43864277        align-items: center;
    43874278}
     
    45004391
    45014392.buddypress.widget ul.item-list {
    4502         display: -webkit-flex;
    45034393        display: -moz-flex;
    45044394        display: -ms-flex;
    45054395        display: -o-flex;
    45064396        display: flex;
    4507         -webkit-flex-flow: column nowrap;
    4508         -moz-flex-flow: column nowrap;
    4509         -ms-flex-flow: column nowrap;
    45104397        -o-flex-flow: column nowrap;
    45114398        flex-flow: column nowrap;
     
    45174404@media screen and (min-width: 32em) {
    45184405        .buddypress.widget ul.item-list {
    4519                 display: -webkit-flex;
    45204406                display: -moz-flex;
    45214407                display: -ms-flex;
    45224408                display: -o-flex;
    45234409                display: flex;
    4524                 -webkit-flex-flow: row wrap;
    4525                 -moz-flex-flow: row wrap;
    4526                 -ms-flex-flow: row wrap;
    45274410                -o-flex-flow: row wrap;
    45284411                flex-flow: row wrap;
     
    45324415.buddypress.widget ul.item-list li {
    45334416        border: 1px solid #eee;
    4534         -ms-flex-align: stretch;
    4535         -webkit-align-items: stretch;
    4536         -webkit-box-align: stretch;
    45374417        align-items: stretch;
    4538         -webkit-flex: 1 1 46%;
    45394418        -moz-flex: 1 1 46%;
    4540         -ms-flex: 1 1 46%;
    45414419        -o-flex: 1 1 46%;
    45424420        flex: 1 1 46%;
     
    45464424@media screen and (min-width: 75em) {
    45474425        .buddypress.widget ul.item-list li {
    4548                 -webkit-flex: 0 1 20%;
    45494426                -moz-flex: 0 1 20%;
    4550                 -ms-flex: 0 1 20%;
    45514427                -o-flex: 0 1 20%;
    45524428                flex: 0 1 20%;
     
    45874463
    45884464.buddypress.widget .avatar-block {
    4589         display: -webkit-flex;
    45904465        display: -moz-flex;
    45914466        display: -ms-flex;
    45924467        display: -o-flex;
    45934468        display: flex;
    4594         -webkit-flex-flow: row wrap;
    4595         -moz-flex-flow: row wrap;
    4596         -ms-flex-flow: row wrap;
    45974469        -o-flex-flow: row wrap;
    45984470        flex-flow: row wrap;
     
    46054477
    46064478.widget-area .buddypress.widget ul.item-list li {
    4607         -webkit-flex: 0 1 46%;
    46084479        -moz-flex: 0 1 46%;
    4609         -ms-flex: 0 1 46%;
    46104480        -o-flex: 0 1 46%;
    46114481        flex: 0 1 46%;
     
    46254495        }
    46264496        .widget-area .buddypress.widget ul.item-list li {
    4627                 -webkit-flex: 0 1 auto;
    46284497                -moz-flex: 0 1 auto;
    4629                 -ms-flex: 0 1 auto;
    46304498                -o-flex: 0 1 auto;
    46314499                flex: 0 1 auto;
     
    46494517.buddypress-wrap a.loading,
    46504518.buddypress-wrap input.loading {
    4651         -moz-animation: loader-pulsate 0.5s infinite ease-in-out alternate;
    4652         -webkit-animation: loader-pulsate 0.5s infinite ease-in-out alternate;
    46534519        animation: loader-pulsate 0.5s infinite ease-in-out alternate;
    46544520        border-color: #aaa;
    4655 }
    4656 
    4657 @-webkit-keyframes loader-pulsate {
    4658         from {
    4659                 border-color: #aaa;
    4660                 -webkit-box-shadow: 0 0 6px #ccc;
    4661                 box-shadow: 0 0 6px #ccc;
    4662         }
    4663         to {
    4664                 border-color: #ccc;
    4665                 -webkit-box-shadow: 0 0 6px #f8f8f8;
    4666                 box-shadow: 0 0 6px #f8f8f8;
    4667         }
    4668 }
    4669 
    4670 @-moz-keyframes loader-pulsate {
    4671         from {
    4672                 border-color: #aaa;
    4673                 -moz-box-shadow: 0 0 6px #ccc;
    4674                 box-shadow: 0 0 6px #ccc;
    4675         }
    4676         to {
    4677                 border-color: #ccc;
    4678                 -moz-box-shadow: 0 0 6px #f8f8f8;
    4679                 box-shadow: 0 0 6px #f8f8f8;
    4680         }
    46814521}
    46824522
     
    46844524        from {
    46854525                border-color: #aaa;
    4686                 -moz-box-shadow: 0 0 6px #ccc;
    46874526                box-shadow: 0 0 6px #ccc;
    46884527        }
    46894528        to {
    46904529                border-color: #ccc;
    4691                 -moz-box-shadow: 0 0 6px #f8f8f8;
    46924530                box-shadow: 0 0 6px #f8f8f8;
    46934531        }
     
    47084546        opacity: 0;
    47094547        position: absolute;
    4710         -webkit-transform: translate3d(0, 0, 0);
    4711         -ms-transform: translate3d(0, 0, 0);
    47124548        transform: translate3d(0, 0, 0);
    47134549        visibility: hidden;
     
    47304566        text-shadow: none;
    47314567        text-transform: none;
    4732         -webkit-transition: all 1.5s ease;
    4733         -ms-transition: all 1.5s ease;
    47344568        transition: all 1.5s ease;
    47354569        white-space: nowrap;
     
    47554589        margin-top: 7px;
    47564590        top: 110%;
    4757         -webkit-transform: translate(-50%, 0);
    4758         -ms-transform: translate(-50%, 0);
    47594591        transform: translate(-50%, 0);
    47604592}
     
    47624594.user-list .bp-tooltip:after {
    47634595        left: 0;
    4764         -webkit-transform: translate(0, 0);
    4765         -ms-transform: translate(0, 0);
    47664596        transform: translate(0, 0);
    47674597}
     
    47714601                left: auto;
    47724602                right: 0;
    4773                 -webkit-transform: translate(0, 0);
    4774                 -ms-transform: translate(0, 0);
    47754603                transform: translate(0, 0);
    47764604        }
     
    47824610.participants-list .bp-tooltip:after {
    47834611        left: 0;
    4784         -webkit-transform: translate(0, 0);
    4785         -ms-transform: translate(0, 0);
    47864612        transform: translate(0, 0);
    47874613}
     
    47924618        left: auto;
    47934619        right: 0;
    4794         -webkit-transform: translate(0, 0);
    4795         -ms-transform: translate(0, 0);
    47964620        transform: translate(0, 0);
    47974621}
     
    48094633#item-body,
    48104634.single-screen-navs {
    4811         -webkit-box-sizing: border-box;
    4812         -moz-box-sizing: border-box;
    48134635        box-sizing: border-box;
    48144636}
     
    48164638.grid > li,
    48174639.grid > li .generic-button a {
    4818         -webkit-box-sizing: border-box;
    4819         -moz-box-sizing: border-box;
    48204640        box-sizing: border-box;
    48214641}
  • trunk/src/bp-xprofile/admin/css/admin-rtl.css

    r11587 r12136  
    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 {
     
    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;
     
    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;
     
    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;
  • trunk/src/bp-xprofile/admin/css/admin.css

    r11587 r12136  
    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 {
     
    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;
     
    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;
     
    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;
Note: See TracChangeset for help on using the changeset viewer.