Ticket #7791: 7791-css-changes.patch
File 7791-css-changes.patch, 64.4 KB (added by , 6 years ago) |
---|
-
src/bp-core/css/admin-bar-rtl.css
32 32 padding: 2px 5px; 33 33 font-size: 10px; 34 34 font-weight: 700; 35 -moz-border-radius: 10px;36 -khtml-border-radius: 10px;37 -webkit-border-radius: 10px;38 35 border-radius: 10px; 39 36 } 40 37 -
src/bp-core/css/admin-bar.css
32 32 padding: 2px 5px; 33 33 font-size: 10px; 34 34 font-weight: 700; 35 -moz-border-radius: 10px;36 -khtml-border-radius: 10px;37 -webkit-border-radius: 10px;38 35 border-radius: 10px; 39 36 } 40 37 -
src/bp-core/css/avatar-rtl.css
265 265 margin-bottom: 0; 266 266 max-width: 100%; 267 267 width: 100%; 268 -webkit-transform: scaleX(-1);269 268 transform: scaleX(-1); 270 269 } 271 270 -
src/bp-core/css/avatar.css
265 265 margin-bottom: 0; 266 266 max-width: 100%; 267 267 width: 100%; 268 -webkit-transform: scaleX(-1);269 268 transform: scaleX(-1); 270 269 } 271 270 -
src/bp-core/css/buddybar-rtl.css
226 226 margin-right: 2px; 227 227 background: #fff; 228 228 color: #000; 229 -moz-border-radius: 3px;230 -webkit-border-radius: 3px;231 229 border-radius: 3px; 232 230 } 233 231 -
src/bp-core/css/buddybar.css
226 226 margin-left: 2px; 227 227 background: #fff; 228 228 color: #000; 229 -moz-border-radius: 3px;230 -webkit-border-radius: 3px;231 229 border-radius: 3px; 232 230 } 233 231 -
src/bp-messages/css/autocomplete/jquery.autocompletefb-rtl.css
4 4 z-index: 99999; 5 5 background: #fff; 6 6 border: 1px solid #ccc; 7 -moz-border-radius-bottomright: 3px;8 -khtml-border-bottom-right-radius: 3px;9 -webkit-border-bottom-right-radius: 3px;10 7 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;14 8 border-bottom-left-radius: 3px; 15 9 } 16 10 -
src/bp-messages/css/autocomplete/jquery.autocompletefb.css
4 4 z-index: 99999; 5 5 background: #fff; 6 6 border: 1px solid #ccc; 7 -moz-border-radius-bottomleft: 3px;8 -khtml-border-bottom-left-radius: 3px;9 -webkit-border-bottom-left-radius: 3px;10 7 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;14 8 border-bottom-right-radius: 3px; 15 9 } 16 10 -
src/bp-templates/bp-legacy/css/buddypress-rtl.css
1043 1043 1044 1044 .bp-screen-reader-text:focus { 1045 1045 background-color: #f1f1f1; 1046 -webkit-border-radius: 3px;1047 1046 border-radius: 3px; 1048 -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);1049 1047 box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6); 1050 1048 clip: auto !important; 1051 1049 color: #21759b; … … 1073 1071 border-color: #aaa; 1074 1072 } 1075 1073 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 1106 1074 #buddypress a.loading:hover, 1107 1075 #buddypress input.loading:hover { 1108 1076 color: #767676; … … 2048 2016 .widget.buddypress .item-avatar a:focus, 2049 2017 .widget.buddypress .item-avatar a:active, 2050 2018 .widget.buddypress .item-avatar a img { 2051 -webkit-box-shadow: none;2052 2019 box-shadow: none; 2053 2020 } 2054 2021 … … 2129 2096 text-shadow: none; 2130 2097 text-transform: none; 2131 2098 top: 100%; 2132 -webkit-transform: translateX(-50%);2133 -ms-transform: translateX(-50%);2134 2099 transform: translateX(-50%); 2135 -webkit-transition: opacity 2s ease-out;2136 -ms-transition: opacity 2s ease-out;2137 2100 transition: opacity 2s ease-out; 2138 2101 white-space: pre; 2139 2102 word-wrap: break-word; … … 2155 2118 .message-metadata .bp-tooltip:after { 2156 2119 left: 0; 2157 2120 text-align: left; 2158 -webkit-transform: translateX(0);2159 -ms-transform: translateX(0);2160 2121 transform: translateX(0); 2161 2122 } 2162 2123 … … 2166 2127 right: 0; 2167 2128 left: auto; 2168 2129 text-align: right; 2169 -webkit-transform: translateX(0);2170 -ms-transform: translateX(0);2171 2130 transform: translateX(0); 2172 2131 } 2173 2132 -
src/bp-templates/bp-legacy/css/buddypress.css
1043 1043 1044 1044 .bp-screen-reader-text:focus { 1045 1045 background-color: #f1f1f1; 1046 -webkit-border-radius: 3px;1047 1046 border-radius: 3px; 1048 -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);1049 1047 box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6); 1050 1048 clip: auto !important; 1051 1049 color: #21759b; … … 1073 1071 border-color: #aaa; 1074 1072 } 1075 1073 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 1106 1074 #buddypress a.loading:hover, 1107 1075 #buddypress input.loading:hover { 1108 1076 color: #767676; … … 2048 2016 .widget.buddypress .item-avatar a:focus, 2049 2017 .widget.buddypress .item-avatar a:active, 2050 2018 .widget.buddypress .item-avatar a img { 2051 -webkit-box-shadow: none;2052 2019 box-shadow: none; 2053 2020 } 2054 2021 … … 2129 2096 text-shadow: none; 2130 2097 text-transform: none; 2131 2098 top: 100%; 2132 -webkit-transform: translateX(50%);2133 -ms-transform: translateX(50%);2134 2099 transform: translateX(50%); 2135 -webkit-transition: opacity 2s ease-out;2136 -ms-transition: opacity 2s ease-out;2137 2100 transition: opacity 2s ease-out; 2138 2101 white-space: pre; 2139 2102 word-wrap: break-word; … … 2155 2118 .message-metadata .bp-tooltip:after { 2156 2119 right: 0; 2157 2120 text-align: right; 2158 -webkit-transform: translateX(0);2159 -ms-transform: translateX(0);2160 2121 transform: translateX(0); 2161 2122 } 2162 2123 … … 2166 2127 left: 0; 2167 2128 right: auto; 2168 2129 text-align: left; 2169 -webkit-transform: translateX(0);2170 -ms-transform: translateX(0);2171 2130 transform: translateX(0); 2172 2131 } 2173 2132 -
src/bp-templates/bp-legacy/css/twentyeleven-rtl.css
299 299 #main #buddypress #group-create-tabs.item-list-tabs ul li.current { 300 300 border: 1px solid #ddd; 301 301 border-bottom-color: #fff; 302 -webkit-border-top-left-radius: 4px;303 302 border-top-left-radius: 4px; 304 -webkit-border-top-right-radius: 4px;305 303 border-top-right-radius: 4px; 306 304 background-clip: padding-box; 307 305 margin-bottom: -1px; … … 988 986 } 989 987 990 988 .single-item.groups #buddypress div#item-header #item-header-content { 991 -webkit-box-sizing: border-box;992 -moz-box-sizing: border-box;993 989 box-sizing: border-box; 994 990 } 995 991 … … 1399 1395 .bp-user #buddypress .profile #profile-edit-form .field-visibility-settings-close, 1400 1396 .bp-user #buddypress .profile #profile-edit-form .visibility-toggle-link { 1401 1397 background: #6f6e6e; 1402 -webkit-border-radius: 2px;1403 -moz-border-radius: 2px;1404 -ms-border-radius: 2px;1405 1398 border-radius: 2px; 1406 1399 background-clip: padding-box; 1407 1400 color: #eee; … … 1541 1534 .bp-user #buddypress #message-threads tr td.thread-from, 1542 1535 .bp-user #buddypress #message-threads tr td.thread-options { 1543 1536 border-right: 0 !important; 1544 width: -webkit-calc(100% - 30px);1545 width: -moz-calc(100% - 30px);1546 1537 width: calc(100% - 30px); 1547 1538 margin-right: 0; 1548 1539 } -
src/bp-templates/bp-legacy/css/twentyeleven.css
299 299 #main #buddypress #group-create-tabs.item-list-tabs ul li.current { 300 300 border: 1px solid #ddd; 301 301 border-bottom-color: #fff; 302 -webkit-border-top-right-radius: 4px;303 302 border-top-right-radius: 4px; 304 -webkit-border-top-left-radius: 4px;305 303 border-top-left-radius: 4px; 306 304 background-clip: padding-box; 307 305 margin-bottom: -1px; … … 988 986 } 989 987 990 988 .single-item.groups #buddypress div#item-header #item-header-content { 991 -webkit-box-sizing: border-box;992 -moz-box-sizing: border-box;993 989 box-sizing: border-box; 994 990 } 995 991 … … 1399 1395 .bp-user #buddypress .profile #profile-edit-form .field-visibility-settings-close, 1400 1396 .bp-user #buddypress .profile #profile-edit-form .visibility-toggle-link { 1401 1397 background: #6f6e6e; 1402 -webkit-border-radius: 2px;1403 -moz-border-radius: 2px;1404 -ms-border-radius: 2px;1405 1398 border-radius: 2px; 1406 1399 background-clip: padding-box; 1407 1400 color: #eee; … … 1541 1534 .bp-user #buddypress #message-threads tr td.thread-from, 1542 1535 .bp-user #buddypress #message-threads tr td.thread-options { 1543 1536 border-left: 0 !important; 1544 width: -webkit-calc(100% - 30px);1545 width: -moz-calc(100% - 30px);1546 1537 width: calc(100% - 30px); 1547 1538 margin-left: 0; 1548 1539 } -
src/bp-templates/bp-legacy/css/twentyfifteen-rtl.css
1023 1023 1024 1024 .groups.edit-details #group-settings-form label { 1025 1025 background: #555; 1026 -webkit-border-top-left-radius: 4px;1027 1026 border-top-left-radius: 4px; 1028 -webkit-border-top-right-radius: 4px;1029 1027 border-top-right-radius: 4px; 1030 1028 background-clip: padding-box; 1031 1029 color: #fff; … … 1507 1505 .bp-user #buddypress #message-threads tr td.thread-from, 1508 1506 .bp-user #buddypress #message-threads tr td.thread-options { 1509 1507 border-right: 0 !important; 1510 width: -webkit-calc(100% - 30px);1511 width: -moz-calc(100% - 30px);1512 1508 width: calc(100% - 30px); 1513 1509 margin-right: 0; 1514 1510 } -
src/bp-templates/bp-legacy/css/twentyfifteen.css
1023 1023 1024 1024 .groups.edit-details #group-settings-form label { 1025 1025 background: #555; 1026 -webkit-border-top-right-radius: 4px;1027 1026 border-top-right-radius: 4px; 1028 -webkit-border-top-left-radius: 4px;1029 1027 border-top-left-radius: 4px; 1030 1028 background-clip: padding-box; 1031 1029 color: #fff; … … 1507 1505 .bp-user #buddypress #message-threads tr td.thread-from, 1508 1506 .bp-user #buddypress #message-threads tr td.thread-options { 1509 1507 border-left: 0 !important; 1510 width: -webkit-calc(100% - 30px);1511 width: -moz-calc(100% - 30px);1512 1508 width: calc(100% - 30px); 1513 1509 margin-left: 0; 1514 1510 } -
src/bp-templates/bp-legacy/css/twentyfourteen-rtl.css
149 149 .directory #buddypress .item-list-tabs ul li.selected { 150 150 border: 1px solid rgba(0, 0, 0, 0.2); 151 151 border-bottom-color: #fff; 152 -webkit-border-top-left-radius: 4px;153 152 border-top-left-radius: 4px; 154 -webkit-border-top-right-radius: 4px;155 153 border-top-right-radius: 4px; 156 154 background-clip: padding-box; 157 155 margin-bottom: -1px; … … 382 380 display: block; 383 381 } 384 382 #buddypress ul.item-list li div.action div a { 385 -webkit-box-sizing: border-box;386 -moz-box-sizing: border-box;387 383 box-sizing: border-box; 388 384 display: block; 389 385 width: 100%; … … 772 768 width: 100%; 773 769 } 774 770 .bp-user #buddypress #item-header #item-buttons div.generic-button a { 775 -webkit-box-sizing: border-box;776 -moz-box-sizing: border-box;777 771 box-sizing: border-box; 778 772 display: block; 779 773 width: 100%; … … 926 920 } 927 921 928 922 .groups.group-members #subnav li #search-members-form { 929 -webkit-box-sizing: border-box;930 -moz-box-sizing: border-box;931 923 box-sizing: border-box; 932 924 float: right; 933 925 } … … 1083 1075 #buddypress table#message-threads tr td { 1084 1076 background: #fff; 1085 1077 border-left: 0 !important; 1086 -webkit-box-sizing: border-box;1087 -moz-box-sizing: border-box;1088 1078 box-sizing: border-box; 1089 1079 display: inline-block; 1090 1080 float: right; … … 1123 1113 #buddypress table#message-threads tr td.thread-from, 1124 1114 #buddypress table#message-threads tr td.thread-options { 1125 1115 border-right: 0; 1126 width: -webkit-calc(100% - 30px);1127 width: -moz-calc(100% - 30px);1128 1116 width: calc(100% - 30px); 1129 1117 margin-right: 0; 1130 1118 } -
src/bp-templates/bp-legacy/css/twentyfourteen.css
149 149 .directory #buddypress .item-list-tabs ul li.selected { 150 150 border: 1px solid rgba(0, 0, 0, 0.2); 151 151 border-bottom-color: #fff; 152 -webkit-border-top-right-radius: 4px;153 152 border-top-right-radius: 4px; 154 -webkit-border-top-left-radius: 4px;155 153 border-top-left-radius: 4px; 156 154 background-clip: padding-box; 157 155 margin-bottom: -1px; … … 382 380 display: block; 383 381 } 384 382 #buddypress ul.item-list li div.action div a { 385 -webkit-box-sizing: border-box;386 -moz-box-sizing: border-box;387 383 box-sizing: border-box; 388 384 display: block; 389 385 width: 100%; … … 772 768 width: 100%; 773 769 } 774 770 .bp-user #buddypress #item-header #item-buttons div.generic-button a { 775 -webkit-box-sizing: border-box;776 -moz-box-sizing: border-box;777 771 box-sizing: border-box; 778 772 display: block; 779 773 width: 100%; … … 926 920 } 927 921 928 922 .groups.group-members #subnav li #search-members-form { 929 -webkit-box-sizing: border-box;930 -moz-box-sizing: border-box;931 923 box-sizing: border-box; 932 924 float: left; 933 925 } … … 1083 1075 #buddypress table#message-threads tr td { 1084 1076 background: #fff; 1085 1077 border-right: 0 !important; 1086 -webkit-box-sizing: border-box;1087 -moz-box-sizing: border-box;1088 1078 box-sizing: border-box; 1089 1079 display: inline-block; 1090 1080 float: left; … … 1123 1113 #buddypress table#message-threads tr td.thread-from, 1124 1114 #buddypress table#message-threads tr td.thread-options { 1125 1115 border-left: 0; 1126 width: -webkit-calc(100% - 30px);1127 width: -moz-calc(100% - 30px);1128 1116 width: calc(100% - 30px); 1129 1117 margin-left: 0; 1130 1118 } -
src/bp-templates/bp-legacy/css/twentyseventeen-rtl.css
444 444 #buddypress #group-create-tabs.item-list-tabs ul li.current { 445 445 border: 1px solid #ddd; 446 446 border-bottom-color: #fff; 447 -webkit-border-top-left-radius: 4px;448 447 border-top-left-radius: 4px; 449 -webkit-border-top-right-radius: 4px;450 448 border-top-right-radius: 4px; 451 449 background-clip: padding-box; 452 450 margin-bottom: -1px; … … 1520 1518 .bp-user #buddypress .profile #profile-edit-form .field-visibility-settings-close, 1521 1519 .bp-user #buddypress .profile #profile-edit-form .visibility-toggle-link { 1522 1520 background: #555; 1523 -webkit-border-radius: 3px;1524 -moz-border-radius: 3px;1525 -ms-border-radius: 3px;1526 1521 border-radius: 3px; 1527 1522 background-clip: padding-box; 1528 1523 color: #fff; … … 1672 1667 .bp-user #buddypress #message-threads tr td.thread-from, 1673 1668 .bp-user #buddypress #message-threads tr td.thread-options { 1674 1669 border-right: 0 !important; 1675 width: -webkit-calc(100% - 30px);1676 width: -moz-calc(100% - 30px);1677 1670 width: calc(100% - 30px); 1678 1671 margin-right: 0; 1679 1672 } … … 1936 1929 #buddypress div.message-search form, 1937 1930 #buddypress li.groups-members-search form { 1938 1931 border: 1px solid rgba(190, 190, 190, 0.6); 1939 -webkit-border-radius: 2px;1940 -moz-border-radius: 2px;1941 -ms-border-radius: 2px;1942 1932 border-radius: 2px; 1943 1933 background-clip: padding-box; 1944 1934 overflow: hidden; … … 1983 1973 #buddypress div.dir-search form input[type="submit"], 1984 1974 #buddypress div.message-search form input[type="submit"], 1985 1975 #buddypress li.groups-members-search form input[type="submit"] { 1986 -webkit-border-radius: none;1987 -moz-border-radius: none;1988 -ms-border-radius: none;1989 1976 border-radius: none; 1990 1977 float: left; 1991 1978 font-weight: 400; … … 2036 2023 body.colors-dark #page #buddypress .message-search form { 2037 2024 background: #333; 2038 2025 border-color: #555; 2039 -webkit-border-radius: 2px;2040 -moz-border-radius: 2px;2041 -ms-border-radius: 2px;2042 2026 border-radius: 2px; 2043 2027 background-clip: padding-box; 2044 2028 padding: 1px; … … 2053 2037 body.colors-dark #page #buddypress .dir-search input[type="submit"], 2054 2038 body.colors-dark #page #buddypress .groups-members-search input[type="submit"], 2055 2039 body.colors-dark #page #buddypress .message-search input[type="submit"] { 2056 -webkit-border-radius: 2px;2057 -moz-border-radius: 2px;2058 -ms-border-radius: 2px;2059 2040 border-radius: 2px; 2060 2041 background-clip: padding-box; 2061 2042 } -
src/bp-templates/bp-legacy/css/twentyseventeen.css
444 444 #buddypress #group-create-tabs.item-list-tabs ul li.current { 445 445 border: 1px solid #ddd; 446 446 border-bottom-color: #fff; 447 -webkit-border-top-right-radius: 4px;448 447 border-top-right-radius: 4px; 449 -webkit-border-top-left-radius: 4px;450 448 border-top-left-radius: 4px; 451 449 background-clip: padding-box; 452 450 margin-bottom: -1px; … … 1520 1518 .bp-user #buddypress .profile #profile-edit-form .field-visibility-settings-close, 1521 1519 .bp-user #buddypress .profile #profile-edit-form .visibility-toggle-link { 1522 1520 background: #555; 1523 -webkit-border-radius: 3px;1524 -moz-border-radius: 3px;1525 -ms-border-radius: 3px;1526 1521 border-radius: 3px; 1527 1522 background-clip: padding-box; 1528 1523 color: #fff; … … 1672 1667 .bp-user #buddypress #message-threads tr td.thread-from, 1673 1668 .bp-user #buddypress #message-threads tr td.thread-options { 1674 1669 border-left: 0 !important; 1675 width: -webkit-calc(100% - 30px);1676 width: -moz-calc(100% - 30px);1677 1670 width: calc(100% - 30px); 1678 1671 margin-left: 0; 1679 1672 } … … 1936 1929 #buddypress div.message-search form, 1937 1930 #buddypress li.groups-members-search form { 1938 1931 border: 1px solid rgba(190, 190, 190, 0.6); 1939 -webkit-border-radius: 2px;1940 -moz-border-radius: 2px;1941 -ms-border-radius: 2px;1942 1932 border-radius: 2px; 1943 1933 background-clip: padding-box; 1944 1934 overflow: hidden; … … 1983 1973 #buddypress div.dir-search form input[type="submit"], 1984 1974 #buddypress div.message-search form input[type="submit"], 1985 1975 #buddypress li.groups-members-search form input[type="submit"] { 1986 -webkit-border-radius: none;1987 -moz-border-radius: none;1988 -ms-border-radius: none;1989 1976 border-radius: none; 1990 1977 float: right; 1991 1978 font-weight: 400; … … 2036 2023 body.colors-dark #page #buddypress .message-search form { 2037 2024 background: #333; 2038 2025 border-color: #555; 2039 -webkit-border-radius: 2px;2040 -moz-border-radius: 2px;2041 -ms-border-radius: 2px;2042 2026 border-radius: 2px; 2043 2027 background-clip: padding-box; 2044 2028 padding: 1px; … … 2053 2037 body.colors-dark #page #buddypress .dir-search input[type="submit"], 2054 2038 body.colors-dark #page #buddypress .groups-members-search input[type="submit"], 2055 2039 body.colors-dark #page #buddypress .message-search input[type="submit"] { 2056 -webkit-border-radius: 2px;2057 -moz-border-radius: 2px;2058 -ms-border-radius: 2px;2059 2040 border-radius: 2px; 2060 2041 background-clip: padding-box; 2061 2042 } -
src/bp-templates/bp-legacy/css/twentysixteen-rtl.css
333 333 #main #buddypress #group-create-tabs.item-list-tabs ul li.current { 334 334 border: 1px solid #ddd; 335 335 border-bottom-color: #fff; 336 -webkit-border-top-left-radius: 4px;337 336 border-top-left-radius: 4px; 338 -webkit-border-top-right-radius: 4px;339 337 border-top-right-radius: 4px; 340 338 background-clip: padding-box; 341 339 margin-bottom: -1px; … … 1476 1474 .bp-user #buddypress #message-threads tr td.thread-from, 1477 1475 .bp-user #buddypress #message-threads tr td.thread-options { 1478 1476 border-right: 0 !important; 1479 width: -webkit-calc(100% - 30px);1480 width: -moz-calc(100% - 30px);1481 1477 width: calc(100% - 30px); 1482 1478 margin-right: 0; 1483 1479 } -
src/bp-templates/bp-legacy/css/twentysixteen.css
333 333 #main #buddypress #group-create-tabs.item-list-tabs ul li.current { 334 334 border: 1px solid #ddd; 335 335 border-bottom-color: #fff; 336 -webkit-border-top-right-radius: 4px;337 336 border-top-right-radius: 4px; 338 -webkit-border-top-left-radius: 4px;339 337 border-top-left-radius: 4px; 340 338 background-clip: padding-box; 341 339 margin-bottom: -1px; … … 1476 1474 .bp-user #buddypress #message-threads tr td.thread-from, 1477 1475 .bp-user #buddypress #message-threads tr td.thread-options { 1478 1476 border-left: 0 !important; 1479 width: -webkit-calc(100% - 30px);1480 width: -moz-calc(100% - 30px);1481 1477 width: calc(100% - 30px); 1482 1478 margin-left: 0; 1483 1479 } -
src/bp-templates/bp-legacy/css/twentyten-rtl.css
247 247 #main #buddypress #group-create-tabs.item-list-tabs ul li.current { 248 248 border: 1px solid #ddd; 249 249 border-bottom-color: #fff; 250 -webkit-border-top-left-radius: 4px;251 250 border-top-left-radius: 4px; 252 -webkit-border-top-right-radius: 4px;253 251 border-top-right-radius: 4px; 254 252 background-clip: padding-box; 255 253 margin-bottom: -1px; … … 730 728 731 729 #buddypress #activity-stream .activity-comments .ac-form { 732 730 border: 1px solid #d4d0ba; 733 -webkit-box-sizing: border-box;734 -moz-box-sizing: border-box;735 731 box-sizing: border-box; 736 732 margin: 15px 0; 737 733 width: 100%; … … 924 920 } 925 921 926 922 .single-item.groups #buddypress div#item-header #item-header-content { 927 -webkit-box-sizing: border-box;928 -moz-box-sizing: border-box;929 923 box-sizing: border-box; 930 924 } 931 925 … … 1334 1328 .bp-user #buddypress .profile #profile-edit-form .field-visibility-settings-close, 1335 1329 .bp-user #buddypress .profile #profile-edit-form .visibility-toggle-link { 1336 1330 background: #6f6e6e; 1337 -webkit-border-radius: 2px;1338 -moz-border-radius: 2px;1339 -ms-border-radius: 2px;1340 1331 border-radius: 2px; 1341 1332 background-clip: padding-box; 1342 1333 color: #eee; … … 1427 1418 1428 1419 .bp-user #buddypress #message-threads tr td { 1429 1420 background: #fff; 1430 -webkit-box-sizing: border-box;1431 -moz-box-sizing: border-box;1432 1421 box-sizing: border-box; 1433 1422 display: inline-block; 1434 1423 float: right; … … 1478 1467 .bp-user #buddypress #message-threads tr td.thread-from, 1479 1468 .bp-user #buddypress #message-threads tr td.thread-options { 1480 1469 border-right: 0 !important; 1481 width: -webkit-calc(100% - 30px);1482 width: -moz-calc(100% - 30px);1483 1470 width: calc(100% - 30px); 1484 1471 margin-right: 0; 1485 1472 } … … 1541 1528 1542 1529 .bp-user #buddypress #send_message_form input, 1543 1530 .bp-user #buddypress #send_message_form textarea { 1544 -webkit-box-sizing: border-box;1545 -moz-box-sizing: border-box;1546 1531 box-sizing: border-box; 1547 1532 } 1548 1533 … … 1715 1700 #main #buddypress .standard-form textarea { 1716 1701 border-width: 1px; 1717 1702 box-shadow: none; 1718 -webkit-box-sizing: border-box;1719 -moz-box-sizing: border-box;1720 1703 box-sizing: border-box; 1721 1704 width: 100%; 1722 1705 } … … 1779 1762 border: 0; 1780 1763 border-radius: 0; 1781 1764 box-shadow: none; 1782 -webkit-box-sizing: border-box;1783 -moz-box-sizing: border-box;1784 1765 box-sizing: border-box; 1785 1766 font-size: 14px; 1786 1767 font-size: 0.9333333333rem; -
src/bp-templates/bp-legacy/css/twentyten.css
247 247 #main #buddypress #group-create-tabs.item-list-tabs ul li.current { 248 248 border: 1px solid #ddd; 249 249 border-bottom-color: #fff; 250 -webkit-border-top-right-radius: 4px;251 250 border-top-right-radius: 4px; 252 -webkit-border-top-left-radius: 4px;253 251 border-top-left-radius: 4px; 254 252 background-clip: padding-box; 255 253 margin-bottom: -1px; … … 730 728 731 729 #buddypress #activity-stream .activity-comments .ac-form { 732 730 border: 1px solid #d4d0ba; 733 -webkit-box-sizing: border-box;734 -moz-box-sizing: border-box;735 731 box-sizing: border-box; 736 732 margin: 15px 0; 737 733 width: 100%; … … 924 920 } 925 921 926 922 .single-item.groups #buddypress div#item-header #item-header-content { 927 -webkit-box-sizing: border-box;928 -moz-box-sizing: border-box;929 923 box-sizing: border-box; 930 924 } 931 925 … … 1334 1328 .bp-user #buddypress .profile #profile-edit-form .field-visibility-settings-close, 1335 1329 .bp-user #buddypress .profile #profile-edit-form .visibility-toggle-link { 1336 1330 background: #6f6e6e; 1337 -webkit-border-radius: 2px;1338 -moz-border-radius: 2px;1339 -ms-border-radius: 2px;1340 1331 border-radius: 2px; 1341 1332 background-clip: padding-box; 1342 1333 color: #eee; … … 1427 1418 1428 1419 .bp-user #buddypress #message-threads tr td { 1429 1420 background: #fff; 1430 -webkit-box-sizing: border-box;1431 -moz-box-sizing: border-box;1432 1421 box-sizing: border-box; 1433 1422 display: inline-block; 1434 1423 float: left; … … 1478 1467 .bp-user #buddypress #message-threads tr td.thread-from, 1479 1468 .bp-user #buddypress #message-threads tr td.thread-options { 1480 1469 border-left: 0 !important; 1481 width: -webkit-calc(100% - 30px);1482 width: -moz-calc(100% - 30px);1483 1470 width: calc(100% - 30px); 1484 1471 margin-left: 0; 1485 1472 } … … 1541 1528 1542 1529 .bp-user #buddypress #send_message_form input, 1543 1530 .bp-user #buddypress #send_message_form textarea { 1544 -webkit-box-sizing: border-box;1545 -moz-box-sizing: border-box;1546 1531 box-sizing: border-box; 1547 1532 } 1548 1533 … … 1715 1700 #main #buddypress .standard-form textarea { 1716 1701 border-width: 1px; 1717 1702 box-shadow: none; 1718 -webkit-box-sizing: border-box;1719 -moz-box-sizing: border-box;1720 1703 box-sizing: border-box; 1721 1704 width: 100%; 1722 1705 } … … 1779 1762 border: 0; 1780 1763 border-radius: 0; 1781 1764 box-shadow: none; 1782 -webkit-box-sizing: border-box;1783 -moz-box-sizing: border-box;1784 1765 box-sizing: border-box; 1785 1766 font-size: 14px; 1786 1767 font-size: 0.9333333333rem; -
src/bp-templates/bp-legacy/css/twentythirteen-rtl.css
278 278 #main #buddypress #group-create-tabs.item-list-tabs ul li.current { 279 279 border: 1px solid #ddd; 280 280 border-bottom-color: #fff; 281 -webkit-border-top-left-radius: 4px;282 281 border-top-left-radius: 4px; 283 -webkit-border-top-right-radius: 4px;284 282 border-top-right-radius: 4px; 285 283 background-clip: padding-box; 286 284 margin-bottom: -1px; … … 1526 1524 .bp-user #buddypress #message-threads tr td.thread-from, 1527 1525 .bp-user #buddypress #message-threads tr td.thread-options { 1528 1526 border-right: 0 !important; 1529 width: -webkit-calc(100% - 30px);1530 width: -moz-calc(100% - 30px);1531 1527 width: calc(100% - 30px); 1532 1528 margin-right: 0; 1533 1529 } -
src/bp-templates/bp-legacy/css/twentythirteen.css
278 278 #main #buddypress #group-create-tabs.item-list-tabs ul li.current { 279 279 border: 1px solid #ddd; 280 280 border-bottom-color: #fff; 281 -webkit-border-top-right-radius: 4px;282 281 border-top-right-radius: 4px; 283 -webkit-border-top-left-radius: 4px;284 282 border-top-left-radius: 4px; 285 283 background-clip: padding-box; 286 284 margin-bottom: -1px; … … 1526 1524 .bp-user #buddypress #message-threads tr td.thread-from, 1527 1525 .bp-user #buddypress #message-threads tr td.thread-options { 1528 1526 border-left: 0 !important; 1529 width: -webkit-calc(100% - 30px);1530 width: -moz-calc(100% - 30px);1531 1527 width: calc(100% - 30px); 1532 1528 margin-left: 0; 1533 1529 } -
src/bp-templates/bp-legacy/css/twentytwelve-rtl.css
285 285 #main #buddypress #group-create-tabs.item-list-tabs ul li.current { 286 286 border: 1px solid #ddd; 287 287 border-bottom-color: #fff; 288 -webkit-border-top-left-radius: 4px;289 288 border-top-left-radius: 4px; 290 -webkit-border-top-right-radius: 4px;291 289 border-top-right-radius: 4px; 292 290 background-clip: padding-box; 293 291 margin-bottom: -1px; … … 964 962 } 965 963 966 964 .single-item.groups #buddypress div#item-header #item-header-content { 967 -webkit-box-sizing: border-box;968 -moz-box-sizing: border-box;969 965 box-sizing: border-box; 970 966 } 971 967 … … 1384 1380 .bp-user #buddypress .profile #profile-edit-form .field-visibility-settings-close, 1385 1381 .bp-user #buddypress .profile #profile-edit-form .visibility-toggle-link { 1386 1382 background: #6f6e6e; 1387 -webkit-border-radius: 2px;1388 -moz-border-radius: 2px;1389 -ms-border-radius: 2px;1390 1383 border-radius: 2px; 1391 1384 background-clip: padding-box; 1392 1385 color: #f1f1f1; … … 1538 1531 .bp-user #buddypress #message-threads tr td.thread-from, 1539 1532 .bp-user #buddypress #message-threads tr td.thread-options { 1540 1533 border-right: 0 !important; 1541 width: -webkit-calc(100% - 30px);1542 width: -moz-calc(100% - 30px);1543 1534 width: calc(100% - 30px); 1544 1535 margin-right: 0; 1545 1536 } -
src/bp-templates/bp-legacy/css/twentytwelve.css
285 285 #main #buddypress #group-create-tabs.item-list-tabs ul li.current { 286 286 border: 1px solid #ddd; 287 287 border-bottom-color: #fff; 288 -webkit-border-top-right-radius: 4px;289 288 border-top-right-radius: 4px; 290 -webkit-border-top-left-radius: 4px;291 289 border-top-left-radius: 4px; 292 290 background-clip: padding-box; 293 291 margin-bottom: -1px; … … 964 962 } 965 963 966 964 .single-item.groups #buddypress div#item-header #item-header-content { 967 -webkit-box-sizing: border-box;968 -moz-box-sizing: border-box;969 965 box-sizing: border-box; 970 966 } 971 967 … … 1384 1380 .bp-user #buddypress .profile #profile-edit-form .field-visibility-settings-close, 1385 1381 .bp-user #buddypress .profile #profile-edit-form .visibility-toggle-link { 1386 1382 background: #6f6e6e; 1387 -webkit-border-radius: 2px;1388 -moz-border-radius: 2px;1389 -ms-border-radius: 2px;1390 1383 border-radius: 2px; 1391 1384 background-clip: padding-box; 1392 1385 color: #f1f1f1; … … 1538 1531 .bp-user #buddypress #message-threads tr td.thread-from, 1539 1532 .bp-user #buddypress #message-threads tr td.thread-options { 1540 1533 border-left: 0 !important; 1541 width: -webkit-calc(100% - 30px);1542 width: -moz-calc(100% - 30px);1543 1534 width: calc(100% - 30px); 1544 1535 margin-left: 0; 1545 1536 } -
src/bp-templates/bp-nouveau/css/buddypress-rtl.css
61 61 } 62 62 63 63 body #buddypress .bp-list .action { 64 -webkit-box-sizing: border-box;65 -moz-box-sizing: border-box;66 64 box-sizing: border-box; 67 65 } 68 66 … … 127 125 input[type="search"], 128 126 input[type="submit"], 129 127 input[type="reset"] { 130 -webkit-border-radius: 2px;131 -moz-border-radius: 2px;132 -ms-border-radius: 2px;133 128 border-radius: 2px; 134 129 background-clip: padding-box; 135 130 } … … 379 374 .buddypress-wrap.bp-dir-hori-nav:not(.bp-vertical-navs) nav:not(.tabbed-links) { 380 375 border-bottom: 1px solid #eee; 381 376 border-top: 1px solid #eee; 382 -webkit-box-shadow: 0 2px 12px 0 #fafafa;383 -moz-box-shadow: 0 2px 12px 0 #fafafa;384 377 box-shadow: 0 2px 12px 0 #fafafa; 385 378 } 386 379 } … … 865 858 } 866 859 867 860 .bp-list { 868 -webkit-box-sizing: border-box;869 -moz-box-sizing: border-box;870 861 box-sizing: border-box; 871 862 border-top: 1px solid #eaeaea; 872 863 clear: both; … … 1015 1006 .activity-list.bp-list .activity-item { 1016 1007 background: #fff; 1017 1008 border: 1px solid #b7b7b7; 1018 -webkit-box-shadow: 0 0 6px #d2d2d2;1019 -moz-box-shadow: 0 0 6px #d2d2d2;1020 1009 box-shadow: 0 0 6px #d2d2d2; 1021 1010 margin: 20px 0; 1022 1011 } … … 1037 1026 @media screen and (min-width: 46.8em) { 1038 1027 .friends-request-list li, 1039 1028 .membership-requests-list li { 1040 display: -webkit-flex;1041 1029 display: -moz-flex; 1042 1030 display: -ms-flex; 1043 1031 display: -o-flex; 1044 1032 display: flex; 1045 -webkit-flex-flow: row nowrap;1046 -moz-flex-flow: row nowrap;1047 -ms-flex-flow: row nowrap;1048 1033 -o-flex-flow: row nowrap; 1049 1034 flex-flow: row nowrap; 1050 1035 } 1051 1036 .friends-request-list li .item, 1052 1037 .membership-requests-list li .item { 1053 -webkit-flex: 1 1 auto;1054 1038 -moz-flex: 1 1 auto; 1055 -ms-flex: 1 1 auto;1056 1039 -o-flex: 1 1 auto; 1057 1040 flex: 1 1 auto; 1058 1041 } … … 1108 1091 1109 1092 .activity-update-form { 1110 1093 border: 1px solid #ccc; 1111 -webkit-box-shadow: inset 0 0 6px #eee;1112 -moz-box-shadow: inset 0 0 6px #eee;1113 1094 box-shadow: inset 0 0 6px #eee; 1114 1095 margin: 15px 0; 1115 1096 } … … 1130 1111 1131 1112 .activity-update-form #whats-new-textarea textarea { 1132 1113 background: #fff; 1133 -webkit-box-sizing: border-box;1134 -moz-box-sizing: border-box;1135 1114 box-sizing: border-box; 1136 1115 color: #333; 1137 1116 font-family: inherit; … … 1143 1122 } 1144 1123 1145 1124 .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;1148 1125 box-shadow: 0 0 6px 0 #d6d6d6; 1149 1126 } 1150 1127 … … 1166 1143 } 1167 1144 1168 1145 .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;1172 1146 display: flex; 1173 -ms-flex-align: center;1174 -webkit-align-items: center;1175 -webkit-box-align: center;1176 1147 align-items: center; 1177 1148 padding: 0.2em; 1178 1149 } … … 1515 1486 .buddypress-wrap .activity-list .load-newest:focus, 1516 1487 .buddypress-wrap .activity-list .load-newest:hover { 1517 1488 border-color: #e1e1e1; 1518 -webkit-box-shadow: 0 0 6px 0 #eaeaea;1519 -moz-box-shadow: 0 0 6px 0 #eaeaea;1520 1489 box-shadow: 0 0 6px 0 #eaeaea; 1521 1490 } 1522 1491 … … 1758 1727 } 1759 1728 1760 1729 form.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;1763 1730 box-shadow: 0 0 6px #d6d6d6; 1764 1731 } 1765 1732 … … 1813 1780 1814 1781 .buddypress-wrap .groups-list li .group-desc { 1815 1782 border: 1px solid #eaeaea; 1816 -webkit-border-radius: 10px;1817 -moz-border-radius: 10px;1818 -ms-border-radius: 10px;1819 1783 border-radius: 10px; 1820 1784 background-clip: padding-box; 1821 1785 font-size: 13px; … … 1886 1850 1887 1851 .buddypress-wrap .members-list li .user-update { 1888 1852 border: 1px solid #eaeaea; 1889 -webkit-border-radius: 10px;1890 -moz-border-radius: 10px;1891 -ms-border-radius: 10px;1892 1853 border-radius: 10px; 1893 1854 background-clip: padding-box; 1894 1855 color: #737373; … … 1938 1899 *------------------------------------------------------------------------------- 1939 1900 */ 1940 1901 .register-page .register-section { 1941 -webkit-box-sizing: border-box;1942 -moz-box-sizing: border-box;1943 1902 box-sizing: border-box; 1944 1903 } 1945 1904 … … 2287 2246 } 2288 2247 2289 2248 .groups-header .moderators-lists img.avatar { 2290 -moz-box-shadow: none;2291 -webkit-box-shadow: none;2292 2249 box-shadow: none; 2293 2250 float: none; 2294 2251 height: 30px; … … 2326 2283 2327 2284 .groups-header .desc-wrap .group-description { 2328 2285 background: #fafafa; 2329 -webkit-box-shadow: inset 0 0 9px #ccc;2330 -moz-box-shadow: inset 0 0 9px #ccc;2331 2286 box-shadow: inset 0 0 9px #ccc; 2332 2287 padding: 1em; 2333 2288 text-align: right; … … 2561 2516 } 2562 2517 2563 2518 .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);2566 2519 box-shadow: inset 0 0 12px 0 rgba(237, 187, 52, 0.2); 2567 2520 } 2568 2521 … … 2625 2578 2626 2579 @media screen and (min-width: 46.8em) { 2627 2580 .buddypress .bp-invites-content ul.item-list > li { 2628 -webkit-box-sizing: border-box;2629 -moz-box-sizing: border-box;2630 2581 box-sizing: border-box; 2631 2582 border: 1px solid #eaeaea; 2632 2583 float: right; … … 2908 2859 } 2909 2860 2910 2861 .bp-messages-content .avatar { 2911 -moz-box-shadow: none;2912 -webkit-box-shadow: none;2913 2862 box-shadow: none; 2914 2863 } 2915 2864 … … 2940 2889 2941 2890 #message-threads li { 2942 2891 border-bottom: 1px solid #eaeaea; 2943 display: -webkit-flex;2944 2892 display: -moz-flex; 2945 2893 display: -ms-flex; 2946 2894 display: -o-flex; 2947 2895 display: flex; 2948 -webkit-flex-flow: row nowrap;2949 -moz-flex-flow: row nowrap;2950 -ms-flex-flow: row nowrap;2951 2896 -o-flex-flow: row nowrap; 2952 2897 flex-flow: row nowrap; 2953 2898 margin: 0; … … 2956 2901 } 2957 2902 2958 2903 #message-threads li .thread-cb { 2959 display: -webkit-box;2960 display: -ms-flexbox;2961 display: -webkit-flex;2962 2904 display: flex; 2963 -ms-flex-align: center;2964 -webkit-align-items: center;2965 -webkit-box-align: center;2966 2905 align-items: center; 2967 -webkit-flex: 1 2 5%;2968 2906 -moz-flex: 1 2 5%; 2969 -ms-flex: 1 2 5%;2970 2907 -o-flex: 1 2 5%; 2971 2908 flex: 1 2 5%; 2972 2909 } 2973 2910 2974 2911 #message-threads li .thread-from { 2975 -webkit-flex: 1 2 20%;2976 2912 -moz-flex: 1 2 20%; 2977 -ms-flex: 1 2 20%;2978 2913 -o-flex: 1 2 20%; 2979 2914 flex: 1 2 20%; 2980 2915 } … … 2990 2925 } 2991 2926 2992 2927 #message-threads li .thread-content { 2993 -webkit-flex: 1 2 60%;2994 2928 -moz-flex: 1 2 60%; 2995 -ms-flex: 1 2 60%;2996 2929 -o-flex: 1 2 60%; 2997 2930 flex: 1 2 60%; 2998 2931 } 2999 2932 3000 2933 #message-threads li .thread-date { 3001 -webkit-flex: 1 2 15%;3002 2934 -moz-flex: 1 2 15%; 3003 -ms-flex: 1 2 15%;3004 2935 -o-flex: 1 2 15%; 3005 2936 flex: 1 2 15%; 3006 2937 } … … 3099 3030 3100 3031 .bp-messages-content #bp-message-thread-list .message-metadata { 3101 3032 border-bottom: 1px solid #ccc; 3102 -webkit-box-shadow: 2px 1px 9px 0 #eee;3103 -moz-box-shadow: 2px 1px 9px 0 #eee;3104 3033 box-shadow: 2px 1px 9px 0 #eee; 3105 3034 display: table; 3106 3035 padding: 0.2em; … … 3291 3220 .buddypress-wrap input[type="url"]:focus, 3292 3221 .buddypress-wrap input[type="tel"]:focus, 3293 3222 .buddypress-wrap input[type="password"]:focus { 3294 -webkit-box-shadow: 0 0 8px #eaeaea;3295 -moz-box-shadow: 0 0 8px #eaeaea;3296 3223 box-shadow: 0 0 8px #eaeaea; 3297 3224 } 3298 3225 … … 3629 3556 .buddypress-wrap form.bp-invites-search-form button[type="submit"] { 3630 3557 background: none; 3631 3558 border: 0; 3632 -webkit-border-radius: 0;3633 -moz-border-radius: 0;3634 -ms-border-radius: 0;3635 3559 border-radius: 0; 3636 3560 background-clip: padding-box; 3637 3561 } … … 3894 3818 } 3895 3819 3896 3820 .center-vert { 3897 display: -ms-flexbox;3898 display: -webkit-flex;3899 3821 display: flex; 3900 -ms-flex-align: center;3901 -webkit-align-items: center;3902 -webkit-box-align: center;3903 3822 align-items: center; 3904 3823 } 3905 3824 … … 4004 3923 .buddypress .buddypress-wrap input.text-button { 4005 3924 background: none; 4006 3925 border: 0; 4007 -moz-box-shadow: none;4008 -webkit-box-shadow: none;4009 3926 box-shadow: none; 4010 3927 color: #767676; 4011 3928 } … … 4101 4018 4102 4019 .buddypress #buddypress .create-button a { 4103 4020 border: 1px solid #ccc; 4104 -webkit-border-radius: 5px;4105 -moz-border-radius: 5px;4106 -ms-border-radius: 5px;4107 4021 border-radius: 5px; 4108 4022 background-clip: padding-box; 4109 -webkit-box-shadow: inset 0 0 6px 0 #eaeaea;4110 -moz-box-shadow: inset 0 0 6px 0 #eaeaea;4111 4023 box-shadow: inset 0 0 6px 0 #eaeaea; 4112 4024 margin: 0.2em 0; 4113 4025 width: auto; … … 4116 4028 .buddypress #buddypress .create-button a:focus, .buddypress #buddypress .create-button a:hover { 4117 4029 background: none; 4118 4030 border-color: #ccc; 4119 -webkit-box-shadow: inset 0 0 12px 0 #eaeaea;4120 -moz-box-shadow: inset 0 0 12px 0 #eaeaea;4121 4031 box-shadow: inset 0 0 12px 0 #eaeaea; 4122 4032 } 4123 4033 … … 4139 4049 .buddypress #buddypress.bp-dir-hori-nav .create-button a:hover { 4140 4050 background: none; 4141 4051 border: 0; 4142 -moz-box-shadow: none;4143 -webkit-box-shadow: none;4144 4052 box-shadow: none; 4145 4053 margin: 0; 4146 4054 } … … 4241 4149 .buddypress-wrap #group-create-body .bp-cover-image-status p.warning { 4242 4150 background: #0b80a4; 4243 4151 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);4246 4152 box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2); 4247 4153 color: #fff; 4248 4154 } 4249 4155 4250 4156 .buddypress-wrap .bp-feedback:not(.custom-homepage-info) { 4251 display: -webkit-flex;4252 4157 display: -moz-flex; 4253 4158 display: -ms-flex; 4254 4159 display: -o-flex; 4255 4160 display: flex; 4256 -webkit-flex-flow: row nowrap;4257 -moz-flex-flow: row nowrap;4258 -ms-flex-flow: row nowrap;4259 4161 -o-flex-flow: row nowrap; 4260 4162 flex-flow: row nowrap; 4261 -ms-flex-align: stretch;4262 -webkit-align-items: stretch;4263 -webkit-box-align: stretch;4264 4163 align-items: stretch; 4265 4164 } 4266 4165 4267 4166 .buddypress-wrap .bp-feedback { 4268 4167 background: #fff; 4269 4168 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);4272 4169 box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.1); 4273 4170 color: #737373; 4274 4171 margin: 10px 0; … … 4347 4244 .buddypress-wrap .bp-feedback.loading .bp-icon, 4348 4245 .buddypress-wrap .bp-feedback.success .bp-icon, 4349 4246 .buddypress-wrap .bp-feedback.updated .bp-icon { 4350 display: -webkit-box;4351 display: -ms-flexbox;4352 display: -webkit-flex;4353 4247 display: flex; 4354 -ms-flex-align: center;4355 -webkit-align-items: center;4356 -webkit-box-align: center;4357 4248 align-items: center; 4358 4249 } 4359 4250 … … 4470 4361 } 4471 4362 4472 4363 .buddypress.widget ul.item-list { 4473 display: -webkit-flex;4474 4364 display: -moz-flex; 4475 4365 display: -ms-flex; 4476 4366 display: -o-flex; 4477 4367 display: flex; 4478 -webkit-flex-flow: column nowrap;4479 -moz-flex-flow: column nowrap;4480 -ms-flex-flow: column nowrap;4481 4368 -o-flex-flow: column nowrap; 4482 4369 flex-flow: column nowrap; 4483 4370 list-style: none; … … 4487 4374 4488 4375 @media screen and (min-width: 32em) { 4489 4376 .buddypress.widget ul.item-list { 4490 display: -webkit-flex;4491 4377 display: -moz-flex; 4492 4378 display: -ms-flex; 4493 4379 display: -o-flex; 4494 4380 display: flex; 4495 -webkit-flex-flow: row wrap;4496 -moz-flex-flow: row wrap;4497 -ms-flex-flow: row wrap;4498 4381 -o-flex-flow: row wrap; 4499 4382 flex-flow: row wrap; 4500 4383 } … … 4502 4385 4503 4386 .buddypress.widget ul.item-list li { 4504 4387 border: 1px solid #eee; 4505 -ms-flex-align: stretch;4506 -webkit-align-items: stretch;4507 -webkit-box-align: stretch;4508 4388 align-items: stretch; 4509 -webkit-flex: 1 1 46%;4510 4389 -moz-flex: 1 1 46%; 4511 -ms-flex: 1 1 46%;4512 4390 -o-flex: 1 1 46%; 4513 4391 flex: 1 1 46%; 4514 4392 margin: 2%; … … 4516 4394 4517 4395 @media screen and (min-width: 75em) { 4518 4396 .buddypress.widget ul.item-list li { 4519 -webkit-flex: 0 1 20%;4520 4397 -moz-flex: 0 1 20%; 4521 -ms-flex: 0 1 20%;4522 4398 -o-flex: 0 1 20%; 4523 4399 flex: 0 1 20%; 4524 4400 } … … 4557 4433 } 4558 4434 4559 4435 .buddypress.widget .avatar-block { 4560 display: -webkit-flex;4561 4436 display: -moz-flex; 4562 4437 display: -ms-flex; 4563 4438 display: -o-flex; 4564 4439 display: flex; 4565 -webkit-flex-flow: row wrap;4566 -moz-flex-flow: row wrap;4567 -ms-flex-flow: row wrap;4568 4440 -o-flex-flow: row wrap; 4569 4441 flex-flow: row wrap; 4570 4442 } … … 4575 4447 } 4576 4448 4577 4449 .widget-area .buddypress.widget ul.item-list li { 4578 -webkit-flex: 0 1 46%;4579 4450 -moz-flex: 0 1 46%; 4580 -ms-flex: 0 1 46%;4581 4451 -o-flex: 0 1 46%; 4582 4452 flex: 0 1 46%; 4583 4453 margin: 2% 2% 10px; … … 4595 4465 width: 100%; 4596 4466 } 4597 4467 .widget-area .buddypress.widget ul.item-list li { 4598 -webkit-flex: 0 1 auto;4599 4468 -moz-flex: 0 1 auto; 4600 -ms-flex: 0 1 auto;4601 4469 -o-flex: 0 1 auto; 4602 4470 flex: 0 1 auto; 4603 4471 margin: 10px 2% 1%; … … 4619 4487 4620 4488 .buddypress-wrap a.loading, 4621 4489 .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;4624 4490 animation: loader-pulsate 0.5s infinite ease-in-out alternate; 4625 4491 border-color: #aaa; 4626 4492 } 4627 4493 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 4654 4494 @keyframes loader-pulsate { 4655 4495 from { 4656 4496 border-color: #aaa; 4657 -moz-box-shadow: 0 0 6px #ccc;4658 4497 box-shadow: 0 0 6px #ccc; 4659 4498 } 4660 4499 to { 4661 4500 border-color: #ccc; 4662 -moz-box-shadow: 0 0 6px #f8f8f8;4663 4501 box-shadow: 0 0 6px #f8f8f8; 4664 4502 } 4665 4503 } … … 4678 4516 display: none; 4679 4517 opacity: 0; 4680 4518 position: absolute; 4681 -webkit-transform: translate3d(0, 0, 0);4682 -ms-transform: translate3d(0, 0, 0);4683 4519 transform: translate3d(0, 0, 0); 4684 4520 visibility: hidden; 4685 4521 } … … 4700 4536 pointer-events: none; 4701 4537 text-shadow: none; 4702 4538 text-transform: none; 4703 -webkit-transition: all 1.5s ease;4704 -ms-transition: all 1.5s ease;4705 4539 transition: all 1.5s ease; 4706 4540 white-space: nowrap; 4707 4541 word-wrap: break-word; … … 4725 4559 right: 50%; 4726 4560 margin-top: 7px; 4727 4561 top: 110%; 4728 -webkit-transform: translate(50%, 0);4729 -ms-transform: translate(50%, 0);4730 4562 transform: translate(50%, 0); 4731 4563 } 4732 4564 4733 4565 .user-list .bp-tooltip:after { 4734 4566 right: 0; 4735 -webkit-transform: translate(0, 0);4736 -ms-transform: translate(0, 0);4737 4567 transform: translate(0, 0); 4738 4568 } 4739 4569 … … 4741 4571 .user-list .bp-tooltip:after { 4742 4572 right: auto; 4743 4573 left: 0; 4744 -webkit-transform: translate(0, 0);4745 -ms-transform: translate(0, 0);4746 4574 transform: translate(0, 0); 4747 4575 } 4748 4576 } … … 4752 4580 .notification-actions .bp-tooltip:after, 4753 4581 .participants-list .bp-tooltip:after { 4754 4582 right: 0; 4755 -webkit-transform: translate(0, 0);4756 -ms-transform: translate(0, 0);4757 4583 transform: translate(0, 0); 4758 4584 } 4759 4585 … … 4762 4588 .single-message-thread-header .actions .bp-tooltip:after { 4763 4589 right: auto; 4764 4590 left: 0; 4765 -webkit-transform: translate(0, 0);4766 -ms-transform: translate(0, 0);4767 4591 transform: translate(0, 0); 4768 4592 } 4769 4593 … … 4774 4598 */ 4775 4599 #item-body, 4776 4600 .single-screen-navs { 4777 -webkit-box-sizing: border-box;4778 -moz-box-sizing: border-box;4779 4601 box-sizing: border-box; 4780 4602 } 4781 4603 4782 4604 .grid > li, 4783 4605 .grid > li .generic-button a { 4784 -webkit-box-sizing: border-box;4785 -moz-box-sizing: border-box;4786 4606 box-sizing: border-box; 4787 4607 } 4788 4608 -
src/bp-templates/bp-nouveau/css/buddypress.css
61 61 } 62 62 63 63 body #buddypress .bp-list .action { 64 -webkit-box-sizing: border-box;65 -moz-box-sizing: border-box;66 64 box-sizing: border-box; 67 65 } 68 66 … … 127 125 input[type="search"], 128 126 input[type="submit"], 129 127 input[type="reset"] { 130 -webkit-border-radius: 2px;131 -moz-border-radius: 2px;132 -ms-border-radius: 2px;133 128 border-radius: 2px; 134 129 background-clip: padding-box; 135 130 } … … 379 374 .buddypress-wrap.bp-dir-hori-nav:not(.bp-vertical-navs) nav:not(.tabbed-links) { 380 375 border-bottom: 1px solid #eee; 381 376 border-top: 1px solid #eee; 382 -webkit-box-shadow: 0 2px 12px 0 #fafafa;383 -moz-box-shadow: 0 2px 12px 0 #fafafa;384 377 box-shadow: 0 2px 12px 0 #fafafa; 385 378 } 386 379 } … … 865 858 } 866 859 867 860 .bp-list { 868 -webkit-box-sizing: border-box;869 -moz-box-sizing: border-box;870 861 box-sizing: border-box; 871 862 border-top: 1px solid #eaeaea; 872 863 clear: both; … … 1015 1006 .activity-list.bp-list .activity-item { 1016 1007 background: #fff; 1017 1008 border: 1px solid #b7b7b7; 1018 -webkit-box-shadow: 0 0 6px #d2d2d2;1019 -moz-box-shadow: 0 0 6px #d2d2d2;1020 1009 box-shadow: 0 0 6px #d2d2d2; 1021 1010 margin: 20px 0; 1022 1011 } … … 1037 1026 @media screen and (min-width: 46.8em) { 1038 1027 .friends-request-list li, 1039 1028 .membership-requests-list li { 1040 display: -webkit-flex;1041 1029 display: -moz-flex; 1042 1030 display: -ms-flex; 1043 1031 display: -o-flex; 1044 1032 display: flex; 1045 -webkit-flex-flow: row nowrap;1046 -moz-flex-flow: row nowrap;1047 -ms-flex-flow: row nowrap;1048 1033 -o-flex-flow: row nowrap; 1049 1034 flex-flow: row nowrap; 1050 1035 } 1051 1036 .friends-request-list li .item, 1052 1037 .membership-requests-list li .item { 1053 -webkit-flex: 1 1 auto;1054 1038 -moz-flex: 1 1 auto; 1055 -ms-flex: 1 1 auto;1056 1039 -o-flex: 1 1 auto; 1057 1040 flex: 1 1 auto; 1058 1041 } … … 1108 1091 1109 1092 .activity-update-form { 1110 1093 border: 1px solid #ccc; 1111 -webkit-box-shadow: inset 0 0 6px #eee;1112 -moz-box-shadow: inset 0 0 6px #eee;1113 1094 box-shadow: inset 0 0 6px #eee; 1114 1095 margin: 15px 0; 1115 1096 } … … 1130 1111 1131 1112 .activity-update-form #whats-new-textarea textarea { 1132 1113 background: #fff; 1133 -webkit-box-sizing: border-box;1134 -moz-box-sizing: border-box;1135 1114 box-sizing: border-box; 1136 1115 color: #333; 1137 1116 font-family: inherit; … … 1143 1122 } 1144 1123 1145 1124 .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;1148 1125 box-shadow: 0 0 6px 0 #d6d6d6; 1149 1126 } 1150 1127 … … 1166 1143 } 1167 1144 1168 1145 .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;1172 1146 display: flex; 1173 -ms-flex-align: center;1174 -webkit-align-items: center;1175 -webkit-box-align: center;1176 1147 align-items: center; 1177 1148 padding: 0.2em; 1178 1149 } … … 1515 1486 .buddypress-wrap .activity-list .load-newest:focus, 1516 1487 .buddypress-wrap .activity-list .load-newest:hover { 1517 1488 border-color: #e1e1e1; 1518 -webkit-box-shadow: 0 0 6px 0 #eaeaea;1519 -moz-box-shadow: 0 0 6px 0 #eaeaea;1520 1489 box-shadow: 0 0 6px 0 #eaeaea; 1521 1490 } 1522 1491 … … 1758 1727 } 1759 1728 1760 1729 form.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;1763 1730 box-shadow: 0 0 6px #d6d6d6; 1764 1731 } 1765 1732 … … 1813 1780 1814 1781 .buddypress-wrap .groups-list li .group-desc { 1815 1782 border: 1px solid #eaeaea; 1816 -webkit-border-radius: 10px;1817 -moz-border-radius: 10px;1818 -ms-border-radius: 10px;1819 1783 border-radius: 10px; 1820 1784 background-clip: padding-box; 1821 1785 font-size: 13px; … … 1886 1850 1887 1851 .buddypress-wrap .members-list li .user-update { 1888 1852 border: 1px solid #eaeaea; 1889 -webkit-border-radius: 10px;1890 -moz-border-radius: 10px;1891 -ms-border-radius: 10px;1892 1853 border-radius: 10px; 1893 1854 background-clip: padding-box; 1894 1855 color: #737373; … … 1938 1899 *------------------------------------------------------------------------------- 1939 1900 */ 1940 1901 .register-page .register-section { 1941 -webkit-box-sizing: border-box;1942 -moz-box-sizing: border-box;1943 1902 box-sizing: border-box; 1944 1903 } 1945 1904 … … 2287 2246 } 2288 2247 2289 2248 .groups-header .moderators-lists img.avatar { 2290 -moz-box-shadow: none;2291 -webkit-box-shadow: none;2292 2249 box-shadow: none; 2293 2250 float: none; 2294 2251 height: 30px; … … 2326 2283 2327 2284 .groups-header .desc-wrap .group-description { 2328 2285 background: #fafafa; 2329 -webkit-box-shadow: inset 0 0 9px #ccc;2330 -moz-box-shadow: inset 0 0 9px #ccc;2331 2286 box-shadow: inset 0 0 9px #ccc; 2332 2287 padding: 1em; 2333 2288 text-align: left; … … 2561 2516 } 2562 2517 2563 2518 .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);2566 2519 box-shadow: inset 0 0 12px 0 rgba(237, 187, 52, 0.2); 2567 2520 } 2568 2521 … … 2625 2578 2626 2579 @media screen and (min-width: 46.8em) { 2627 2580 .buddypress .bp-invites-content ul.item-list > li { 2628 -webkit-box-sizing: border-box;2629 -moz-box-sizing: border-box;2630 2581 box-sizing: border-box; 2631 2582 border: 1px solid #eaeaea; 2632 2583 float: left; … … 2908 2859 } 2909 2860 2910 2861 .bp-messages-content .avatar { 2911 -moz-box-shadow: none;2912 -webkit-box-shadow: none;2913 2862 box-shadow: none; 2914 2863 } 2915 2864 … … 2940 2889 2941 2890 #message-threads li { 2942 2891 border-bottom: 1px solid #eaeaea; 2943 display: -webkit-flex;2944 2892 display: -moz-flex; 2945 2893 display: -ms-flex; 2946 2894 display: -o-flex; 2947 2895 display: flex; 2948 -webkit-flex-flow: row nowrap;2949 -moz-flex-flow: row nowrap;2950 -ms-flex-flow: row nowrap;2951 2896 -o-flex-flow: row nowrap; 2952 2897 flex-flow: row nowrap; 2953 2898 margin: 0; … … 2956 2901 } 2957 2902 2958 2903 #message-threads li .thread-cb { 2959 display: -webkit-box;2960 display: -ms-flexbox;2961 display: -webkit-flex;2962 2904 display: flex; 2963 -ms-flex-align: center;2964 -webkit-align-items: center;2965 -webkit-box-align: center;2966 2905 align-items: center; 2967 -webkit-flex: 1 2 5%;2968 2906 -moz-flex: 1 2 5%; 2969 -ms-flex: 1 2 5%;2970 2907 -o-flex: 1 2 5%; 2971 2908 flex: 1 2 5%; 2972 2909 } 2973 2910 2974 2911 #message-threads li .thread-from { 2975 -webkit-flex: 1 2 20%;2976 2912 -moz-flex: 1 2 20%; 2977 -ms-flex: 1 2 20%;2978 2913 -o-flex: 1 2 20%; 2979 2914 flex: 1 2 20%; 2980 2915 } … … 2990 2925 } 2991 2926 2992 2927 #message-threads li .thread-content { 2993 -webkit-flex: 1 2 60%;2994 2928 -moz-flex: 1 2 60%; 2995 -ms-flex: 1 2 60%;2996 2929 -o-flex: 1 2 60%; 2997 2930 flex: 1 2 60%; 2998 2931 } 2999 2932 3000 2933 #message-threads li .thread-date { 3001 -webkit-flex: 1 2 15%;3002 2934 -moz-flex: 1 2 15%; 3003 -ms-flex: 1 2 15%;3004 2935 -o-flex: 1 2 15%; 3005 2936 flex: 1 2 15%; 3006 2937 } … … 3099 3030 3100 3031 .bp-messages-content #bp-message-thread-list .message-metadata { 3101 3032 border-bottom: 1px solid #ccc; 3102 -webkit-box-shadow: -2px 1px 9px 0 #eee;3103 -moz-box-shadow: -2px 1px 9px 0 #eee;3104 3033 box-shadow: -2px 1px 9px 0 #eee; 3105 3034 display: table; 3106 3035 padding: 0.2em; … … 3291 3220 .buddypress-wrap input[type="url"]:focus, 3292 3221 .buddypress-wrap input[type="tel"]:focus, 3293 3222 .buddypress-wrap input[type="password"]:focus { 3294 -webkit-box-shadow: 0 0 8px #eaeaea;3295 -moz-box-shadow: 0 0 8px #eaeaea;3296 3223 box-shadow: 0 0 8px #eaeaea; 3297 3224 } 3298 3225 … … 3629 3556 .buddypress-wrap form.bp-invites-search-form button[type="submit"] { 3630 3557 background: none; 3631 3558 border: 0; 3632 -webkit-border-radius: 0;3633 -moz-border-radius: 0;3634 -ms-border-radius: 0;3635 3559 border-radius: 0; 3636 3560 background-clip: padding-box; 3637 3561 } … … 3894 3818 } 3895 3819 3896 3820 .center-vert { 3897 display: -ms-flexbox;3898 display: -webkit-flex;3899 3821 display: flex; 3900 -ms-flex-align: center;3901 -webkit-align-items: center;3902 -webkit-box-align: center;3903 3822 align-items: center; 3904 3823 } 3905 3824 … … 4004 3923 .buddypress .buddypress-wrap input.text-button { 4005 3924 background: none; 4006 3925 border: 0; 4007 -moz-box-shadow: none;4008 -webkit-box-shadow: none;4009 3926 box-shadow: none; 4010 3927 color: #767676; 4011 3928 } … … 4101 4018 4102 4019 .buddypress #buddypress .create-button a { 4103 4020 border: 1px solid #ccc; 4104 -webkit-border-radius: 5px;4105 -moz-border-radius: 5px;4106 -ms-border-radius: 5px;4107 4021 border-radius: 5px; 4108 4022 background-clip: padding-box; 4109 -webkit-box-shadow: inset 0 0 6px 0 #eaeaea;4110 -moz-box-shadow: inset 0 0 6px 0 #eaeaea;4111 4023 box-shadow: inset 0 0 6px 0 #eaeaea; 4112 4024 margin: 0.2em 0; 4113 4025 width: auto; … … 4116 4028 .buddypress #buddypress .create-button a:focus, .buddypress #buddypress .create-button a:hover { 4117 4029 background: none; 4118 4030 border-color: #ccc; 4119 -webkit-box-shadow: inset 0 0 12px 0 #eaeaea;4120 -moz-box-shadow: inset 0 0 12px 0 #eaeaea;4121 4031 box-shadow: inset 0 0 12px 0 #eaeaea; 4122 4032 } 4123 4033 … … 4139 4049 .buddypress #buddypress.bp-dir-hori-nav .create-button a:hover { 4140 4050 background: none; 4141 4051 border: 0; 4142 -moz-box-shadow: none;4143 -webkit-box-shadow: none;4144 4052 box-shadow: none; 4145 4053 margin: 0; 4146 4054 } … … 4241 4149 .buddypress-wrap #group-create-body .bp-cover-image-status p.warning { 4242 4150 background: #0b80a4; 4243 4151 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);4246 4152 box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2); 4247 4153 color: #fff; 4248 4154 } 4249 4155 4250 4156 .buddypress-wrap .bp-feedback:not(.custom-homepage-info) { 4251 display: -webkit-flex;4252 4157 display: -moz-flex; 4253 4158 display: -ms-flex; 4254 4159 display: -o-flex; 4255 4160 display: flex; 4256 -webkit-flex-flow: row nowrap;4257 -moz-flex-flow: row nowrap;4258 -ms-flex-flow: row nowrap;4259 4161 -o-flex-flow: row nowrap; 4260 4162 flex-flow: row nowrap; 4261 -ms-flex-align: stretch;4262 -webkit-align-items: stretch;4263 -webkit-box-align: stretch;4264 4163 align-items: stretch; 4265 4164 } 4266 4165 4267 4166 .buddypress-wrap .bp-feedback { 4268 4167 background: #fff; 4269 4168 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);4272 4169 box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.1); 4273 4170 color: #737373; 4274 4171 margin: 10px 0; … … 4347 4244 .buddypress-wrap .bp-feedback.loading .bp-icon, 4348 4245 .buddypress-wrap .bp-feedback.success .bp-icon, 4349 4246 .buddypress-wrap .bp-feedback.updated .bp-icon { 4350 display: -webkit-box;4351 display: -ms-flexbox;4352 display: -webkit-flex;4353 4247 display: flex; 4354 -ms-flex-align: center;4355 -webkit-align-items: center;4356 -webkit-box-align: center;4357 4248 align-items: center; 4358 4249 } 4359 4250 … … 4470 4361 } 4471 4362 4472 4363 .buddypress.widget ul.item-list { 4473 display: -webkit-flex;4474 4364 display: -moz-flex; 4475 4365 display: -ms-flex; 4476 4366 display: -o-flex; 4477 4367 display: flex; 4478 -webkit-flex-flow: column nowrap;4479 -moz-flex-flow: column nowrap;4480 -ms-flex-flow: column nowrap;4481 4368 -o-flex-flow: column nowrap; 4482 4369 flex-flow: column nowrap; 4483 4370 list-style: none; … … 4487 4374 4488 4375 @media screen and (min-width: 32em) { 4489 4376 .buddypress.widget ul.item-list { 4490 display: -webkit-flex;4491 4377 display: -moz-flex; 4492 4378 display: -ms-flex; 4493 4379 display: -o-flex; 4494 4380 display: flex; 4495 -webkit-flex-flow: row wrap;4496 -moz-flex-flow: row wrap;4497 -ms-flex-flow: row wrap;4498 4381 -o-flex-flow: row wrap; 4499 4382 flex-flow: row wrap; 4500 4383 } … … 4502 4385 4503 4386 .buddypress.widget ul.item-list li { 4504 4387 border: 1px solid #eee; 4505 -ms-flex-align: stretch;4506 -webkit-align-items: stretch;4507 -webkit-box-align: stretch;4508 4388 align-items: stretch; 4509 -webkit-flex: 1 1 46%;4510 4389 -moz-flex: 1 1 46%; 4511 -ms-flex: 1 1 46%;4512 4390 -o-flex: 1 1 46%; 4513 4391 flex: 1 1 46%; 4514 4392 margin: 2%; … … 4516 4394 4517 4395 @media screen and (min-width: 75em) { 4518 4396 .buddypress.widget ul.item-list li { 4519 -webkit-flex: 0 1 20%;4520 4397 -moz-flex: 0 1 20%; 4521 -ms-flex: 0 1 20%;4522 4398 -o-flex: 0 1 20%; 4523 4399 flex: 0 1 20%; 4524 4400 } … … 4557 4433 } 4558 4434 4559 4435 .buddypress.widget .avatar-block { 4560 display: -webkit-flex;4561 4436 display: -moz-flex; 4562 4437 display: -ms-flex; 4563 4438 display: -o-flex; 4564 4439 display: flex; 4565 -webkit-flex-flow: row wrap;4566 -moz-flex-flow: row wrap;4567 -ms-flex-flow: row wrap;4568 4440 -o-flex-flow: row wrap; 4569 4441 flex-flow: row wrap; 4570 4442 } … … 4575 4447 } 4576 4448 4577 4449 .widget-area .buddypress.widget ul.item-list li { 4578 -webkit-flex: 0 1 46%;4579 4450 -moz-flex: 0 1 46%; 4580 -ms-flex: 0 1 46%;4581 4451 -o-flex: 0 1 46%; 4582 4452 flex: 0 1 46%; 4583 4453 margin: 2% 2% 10px; … … 4595 4465 width: 100%; 4596 4466 } 4597 4467 .widget-area .buddypress.widget ul.item-list li { 4598 -webkit-flex: 0 1 auto;4599 4468 -moz-flex: 0 1 auto; 4600 -ms-flex: 0 1 auto;4601 4469 -o-flex: 0 1 auto; 4602 4470 flex: 0 1 auto; 4603 4471 margin: 10px 2% 1%; … … 4619 4487 4620 4488 .buddypress-wrap a.loading, 4621 4489 .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;4624 4490 animation: loader-pulsate 0.5s infinite ease-in-out alternate; 4625 4491 border-color: #aaa; 4626 4492 } 4627 4493 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 4654 4494 @keyframes loader-pulsate { 4655 4495 from { 4656 4496 border-color: #aaa; 4657 -moz-box-shadow: 0 0 6px #ccc;4658 4497 box-shadow: 0 0 6px #ccc; 4659 4498 } 4660 4499 to { 4661 4500 border-color: #ccc; 4662 -moz-box-shadow: 0 0 6px #f8f8f8;4663 4501 box-shadow: 0 0 6px #f8f8f8; 4664 4502 } 4665 4503 } … … 4678 4516 display: none; 4679 4517 opacity: 0; 4680 4518 position: absolute; 4681 -webkit-transform: translate3d(0, 0, 0);4682 -ms-transform: translate3d(0, 0, 0);4683 4519 transform: translate3d(0, 0, 0); 4684 4520 visibility: hidden; 4685 4521 } … … 4700 4536 pointer-events: none; 4701 4537 text-shadow: none; 4702 4538 text-transform: none; 4703 -webkit-transition: all 1.5s ease;4704 -ms-transition: all 1.5s ease;4705 4539 transition: all 1.5s ease; 4706 4540 white-space: nowrap; 4707 4541 word-wrap: break-word; … … 4725 4559 left: 50%; 4726 4560 margin-top: 7px; 4727 4561 top: 110%; 4728 -webkit-transform: translate(-50%, 0);4729 -ms-transform: translate(-50%, 0);4730 4562 transform: translate(-50%, 0); 4731 4563 } 4732 4564 4733 4565 .user-list .bp-tooltip:after { 4734 4566 left: 0; 4735 -webkit-transform: translate(0, 0);4736 -ms-transform: translate(0, 0);4737 4567 transform: translate(0, 0); 4738 4568 } 4739 4569 … … 4741 4571 .user-list .bp-tooltip:after { 4742 4572 left: auto; 4743 4573 right: 0; 4744 -webkit-transform: translate(0, 0);4745 -ms-transform: translate(0, 0);4746 4574 transform: translate(0, 0); 4747 4575 } 4748 4576 } … … 4752 4580 .notification-actions .bp-tooltip:after, 4753 4581 .participants-list .bp-tooltip:after { 4754 4582 left: 0; 4755 -webkit-transform: translate(0, 0);4756 -ms-transform: translate(0, 0);4757 4583 transform: translate(0, 0); 4758 4584 } 4759 4585 … … 4762 4588 .single-message-thread-header .actions .bp-tooltip:after { 4763 4589 left: auto; 4764 4590 right: 0; 4765 -webkit-transform: translate(0, 0);4766 -ms-transform: translate(0, 0);4767 4591 transform: translate(0, 0); 4768 4592 } 4769 4593 … … 4774 4598 */ 4775 4599 #item-body, 4776 4600 .single-screen-navs { 4777 -webkit-box-sizing: border-box;4778 -moz-box-sizing: border-box;4779 4601 box-sizing: border-box; 4780 4602 } 4781 4603 4782 4604 .grid > li, 4783 4605 .grid > li .generic-button a { 4784 -webkit-box-sizing: border-box;4785 -moz-box-sizing: border-box;4786 4606 box-sizing: border-box; 4787 4607 } 4788 4608 -
src/bp-xprofile/admin/css/admin-rtl.css
1 1 /* 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 }46 2 47 3 #profile-field-form { 48 4 margin-top: 12px; … … 75 31 } 76 32 77 33 ul#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;81 34 animation: tab-throb 2s infinite; 82 35 } 83 36 84 37 ul#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;87 38 -o-box-shadow: 0 0 10px #0f0; 88 39 box-shadow: 0 0 10px #0f0; 89 -webkit-animation: none;90 -moz-animation: none;91 -o-animation: none;92 40 animation: none; 93 41 color: #000; 94 42 } … … 121 69 border-width: 1px; 122 70 border-color: #e5e5e5; 123 71 border-style: solid; 124 -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);125 72 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04); 126 73 padding: 10px; 127 74 margin-bottom: 10px; … … 149 96 cursor: default; 150 97 border: 1px solid #e5e5e5; 151 98 background: #fff; 152 -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);153 99 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04); 154 100 margin-top: 10px; 155 101 padding: 0 20px 20px; -
src/bp-xprofile/admin/css/admin.css
1 1 /* 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 }46 2 47 3 #profile-field-form { 48 4 margin-top: 12px; … … 75 31 } 76 32 77 33 ul#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;81 34 animation: tab-throb 2s infinite; 82 35 } 83 36 84 37 ul#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;87 38 -o-box-shadow: 0 0 10px #0f0; 88 39 box-shadow: 0 0 10px #0f0; 89 -webkit-animation: none;90 -moz-animation: none;91 -o-animation: none;92 40 animation: none; 93 41 color: #000; 94 42 } … … 121 69 border-width: 1px; 122 70 border-color: #e5e5e5; 123 71 border-style: solid; 124 -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);125 72 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04); 126 73 padding: 10px; 127 74 margin-bottom: 10px; … … 149 96 cursor: default; 150 97 border: 1px solid #e5e5e5; 151 98 background: #fff; 152 -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);153 99 box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04); 154 100 margin-top: 10px; 155 101 padding: 0 20px 20px;