Ticket #6880: 6880-all.patch
File 6880-all.patch, 20.7 KB (added by , 8 years ago) |
---|
-
src/bp-templates/bp-legacy/buddypress/groups/single/cover-image-header.php
70 70 71 71 <?php if ( bp_group_is_visible() ) : ?> 72 72 73 <h 3><?php _e( 'Group Admins', 'buddypress' ); ?></h3>73 <h2><?php _e( 'Group Admins', 'buddypress' ); ?></h2> 74 74 75 75 <?php bp_group_list_admins(); 76 76 … … 90 90 */ 91 91 do_action( 'bp_before_group_menu_mods' ); ?> 92 92 93 <h 3><?php _e( 'Group Mods' , 'buddypress' ); ?></h3>93 <h2><?php _e( 'Group Mods' , 'buddypress' ); ?></h2> 94 94 95 95 <?php bp_group_list_mods(); 96 96 -
src/bp-templates/bp-legacy/buddypress/groups/single/group-header.php
19 19 20 20 <?php if ( bp_group_is_visible() ) : ?> 21 21 22 <h 3><?php _e( 'Group Admins', 'buddypress' ); ?></h3>22 <h2><?php _e( 'Group Admins', 'buddypress' ); ?></h2> 23 23 24 24 <?php bp_group_list_admins(); 25 25 … … 39 39 */ 40 40 do_action( 'bp_before_group_menu_mods' ); ?> 41 41 42 <h 3><?php _e( 'Group Mods' , 'buddypress' ); ?></h3>42 <h2><?php _e( 'Group Mods' , 'buddypress' ); ?></h2> 43 43 44 44 <?php bp_group_list_mods(); 45 45 -
src/bp-templates/bp-legacy/css/buddypress-rtl.css
1243 1243 text-align: left; 1244 1244 width: 20%; 1245 1245 } 1246 #buddypress div#item-header div#item-actions h2, 1246 1247 #buddypress div#item-header div#item-actions h3 { 1247 1248 margin: 0 0 5px 0; 1248 1249 } -
src/bp-templates/bp-legacy/css/buddypress.css
1243 1243 text-align: right; 1244 1244 width: 20%; 1245 1245 } 1246 #buddypress div#item-header div#item-actions h2, 1246 1247 #buddypress div#item-header div#item-actions h3 { 1247 1248 margin: 0 0 5px 0; 1248 1249 } -
src/bp-templates/bp-legacy/css/twentyeleven-rtl.css
977 977 .single-item.groups #buddypress div#item-header #item-actions { 978 978 order: 3; 979 979 } 980 .single-item.groups #buddypress div#item-header #item-actions h 3{980 .single-item.groups #buddypress div#item-header #item-actions h2 { 981 981 border-bottom: 1px solid #eaeaea; 982 982 text-align: center; 983 983 } … … 1019 1019 padding-right: 0; 1020 1020 } 1021 1021 1022 .single-item.groups #buddypress div#item-header div#item-actions h 3{1022 .single-item.groups #buddypress div#item-header div#item-actions h2 { 1023 1023 font-size: 14px; 1024 1024 font-size: 0.9333333333rem; 1025 1025 font-weight: bold; … … 1072 1072 padding-top: 0 !important; 1073 1073 width: auto; 1074 1074 } 1075 .single-item.groups #buddypress #cover-image-container #item-header-cover-image #item-actions h 3{1075 .single-item.groups #buddypress #cover-image-container #item-header-cover-image #item-actions h2 { 1076 1076 border-bottom: 1px solid #eaeaea; 1077 1077 } 1078 1078 } -
src/bp-templates/bp-legacy/css/twentyeleven.css
977 977 .single-item.groups #buddypress div#item-header #item-actions { 978 978 order: 3; 979 979 } 980 .single-item.groups #buddypress div#item-header #item-actions h 3{980 .single-item.groups #buddypress div#item-header #item-actions h2 { 981 981 border-bottom: 1px solid #eaeaea; 982 982 text-align: center; 983 983 } … … 1019 1019 padding-left: 0; 1020 1020 } 1021 1021 1022 .single-item.groups #buddypress div#item-header div#item-actions h 3{1022 .single-item.groups #buddypress div#item-header div#item-actions h2 { 1023 1023 font-size: 14px; 1024 1024 font-size: 0.9333333333rem; 1025 1025 font-weight: bold; … … 1072 1072 padding-top: 0 !important; 1073 1073 width: auto; 1074 1074 } 1075 .single-item.groups #buddypress #cover-image-container #item-header-cover-image #item-actions h 3{1075 .single-item.groups #buddypress #cover-image-container #item-header-cover-image #item-actions h2 { 1076 1076 border-bottom: 1px solid #eaeaea; 1077 1077 } 1078 1078 } -
src/bp-templates/bp-legacy/css/twentyeleven.scss
1413 1413 #item-actions { 1414 1414 order: 3; 1415 1415 1416 h 3{1416 h2 { 1417 1417 border-bottom: 1px solid $border-light; 1418 1418 text-align: center; 1419 1419 } … … 1449 1449 padding-left: 0; 1450 1450 } 1451 1451 1452 h 3{1452 h2 { 1453 1453 @include font-size(14); 1454 1454 font-weight: bold; 1455 1455 line-height: 1.4; … … 1521 1521 padding-top: 0 !important; 1522 1522 width: auto; 1523 1523 1524 h 3{border-bottom: 1px solid $border-light;}1524 h2 {border-bottom: 1px solid $border-light;} 1525 1525 } 1526 1526 } // @media 1527 1527 } -
src/bp-templates/bp-legacy/css/twentyfifteen-rtl.css
894 894 } 895 895 } 896 896 897 .single-item.groups #buddypress div#item-header div#item-actions h 3{897 .single-item.groups #buddypress div#item-header div#item-actions h2 { 898 898 background: #555; 899 899 color: #fff; 900 900 font-size: 14px; … … 903 903 } 904 904 905 905 @media screen and (min-width: 46.25em) { 906 .single-item.groups #buddypress div#item-header div#item-actions h 3{906 .single-item.groups #buddypress div#item-header div#item-actions h2 { 907 907 font-size: 16px; 908 908 font-size: 1.6rem; 909 909 } -
src/bp-templates/bp-legacy/css/twentyfifteen.css
894 894 } 895 895 } 896 896 897 .single-item.groups #buddypress div#item-header div#item-actions h 3{897 .single-item.groups #buddypress div#item-header div#item-actions h2 { 898 898 background: #555; 899 899 color: #fff; 900 900 font-size: 14px; … … 903 903 } 904 904 905 905 @media screen and (min-width: 46.25em) { 906 .single-item.groups #buddypress div#item-header div#item-actions h 3{906 .single-item.groups #buddypress div#item-header div#item-actions h2 { 907 907 font-size: 16px; 908 908 font-size: 1.6rem; 909 909 } -
src/bp-templates/bp-legacy/css/twentyfifteen.scss
1148 1148 width: 50%; 1149 1149 } 1150 1150 1151 h 3{1151 h2 { 1152 1152 background: $dark-background; 1153 1153 color: $content-background; 1154 1154 @include font-size(14); -
src/bp-templates/bp-legacy/css/twentyfourteen-rtl.css
703 703 width: auto; 704 704 } 705 705 706 .single-item.groups #buddypress #item-header #item-actions h 3{706 .single-item.groups #buddypress #item-header #item-actions h2 { 707 707 font-size: 20px; 708 708 font-size: 1.25rem; 709 709 } -
src/bp-templates/bp-legacy/css/twentyfourteen.css
703 703 width: auto; 704 704 } 705 705 706 .single-item.groups #buddypress #item-header #item-actions h 3{706 .single-item.groups #buddypress #item-header #item-actions h2 { 707 707 font-size: 20px; 708 708 font-size: 1.25rem; 709 709 } -
src/bp-templates/bp-legacy/css/twentyfourteen.scss
1013 1013 margin: 0 0 0 $spacing-val-md; 1014 1014 width: auto; 1015 1015 1016 h 3{1016 h2 { 1017 1017 @include font-size(20); 1018 1018 } 1019 1019 } -
src/bp-templates/bp-legacy/css/twentysixteen-rtl.css
938 938 .single-item.groups #buddypress div#item-header #item-actions { 939 939 order: 3; 940 940 } 941 .single-item.groups #buddypress div#item-header #item-actions h 3{941 .single-item.groups #buddypress div#item-header #item-actions h2 { 942 942 border-bottom: 1px solid #eaeaea; 943 943 text-align: center; 944 944 } … … 974 974 padding-right: 0; 975 975 } 976 976 977 .single-item.groups #buddypress div#item-header div#item-actions h 3{977 .single-item.groups #buddypress div#item-header div#item-actions h2 { 978 978 font-size: 14px; 979 979 font-size: 0.875rem; 980 980 padding: 0.2em; … … 981 981 } 982 982 983 983 @media screen and (min-width: 46.25em) { 984 .single-item.groups #buddypress div#item-header div#item-actions h 3{984 .single-item.groups #buddypress div#item-header div#item-actions h2 { 985 985 font-size: 16px; 986 986 font-size: 1rem; 987 987 } -
src/bp-templates/bp-legacy/css/twentysixteen.css
938 938 .single-item.groups #buddypress div#item-header #item-actions { 939 939 order: 3; 940 940 } 941 .single-item.groups #buddypress div#item-header #item-actions h 3{941 .single-item.groups #buddypress div#item-header #item-actions h2 { 942 942 border-bottom: 1px solid #eaeaea; 943 943 text-align: center; 944 944 } … … 974 974 padding-left: 0; 975 975 } 976 976 977 .single-item.groups #buddypress div#item-header div#item-actions h 3{977 .single-item.groups #buddypress div#item-header div#item-actions h2 { 978 978 font-size: 14px; 979 979 font-size: 0.875rem; 980 980 padding: 0.2em; … … 981 981 } 982 982 983 983 @media screen and (min-width: 46.25em) { 984 .single-item.groups #buddypress div#item-header div#item-actions h 3{984 .single-item.groups #buddypress div#item-header div#item-actions h2 { 985 985 font-size: 16px; 986 986 font-size: 1rem; 987 987 } -
src/bp-templates/bp-legacy/css/twentysixteen.scss
1323 1323 #item-actions { 1324 1324 order: 3; 1325 1325 1326 h 3{1326 h2 { 1327 1327 border-bottom: 1px solid $border-light; 1328 1328 text-align: center; 1329 1329 } … … 1355 1355 padding-left: 0; 1356 1356 } 1357 1357 1358 h 3{1358 h2 { 1359 1359 @include font-size(14); 1360 1360 1361 1361 @media screen and (min-width: 46.25em) { -
src/bp-templates/bp-legacy/css/twentyten-rtl.css
913 913 .single-item.groups #buddypress div#item-header #item-actions { 914 914 order: 3; 915 915 } 916 .single-item.groups #buddypress div#item-header #item-actions h 3{916 .single-item.groups #buddypress div#item-header #item-actions h2 { 917 917 border-bottom: 1px solid #eaeaea; 918 918 text-align: center; 919 919 } … … 955 955 padding-right: 0; 956 956 } 957 957 958 .single-item.groups #buddypress div#item-header div#item-actions h 3{958 .single-item.groups #buddypress div#item-header div#item-actions h2 { 959 959 font-size: 14px; 960 960 font-size: 0.9333333333rem; 961 961 font-weight: bold; … … 1008 1008 padding-top: 0 !important; 1009 1009 width: auto; 1010 1010 } 1011 .single-item.groups #buddypress #cover-image-container #item-header-cover-image #item-actions h 3{1011 .single-item.groups #buddypress #cover-image-container #item-header-cover-image #item-actions h2 { 1012 1012 border-bottom: 1px solid #eaeaea; 1013 1013 } 1014 1014 } -
src/bp-templates/bp-legacy/css/twentyten.css
913 913 .single-item.groups #buddypress div#item-header #item-actions { 914 914 order: 3; 915 915 } 916 .single-item.groups #buddypress div#item-header #item-actions h 3{916 .single-item.groups #buddypress div#item-header #item-actions h2 { 917 917 border-bottom: 1px solid #eaeaea; 918 918 text-align: center; 919 919 } … … 955 955 padding-left: 0; 956 956 } 957 957 958 .single-item.groups #buddypress div#item-header div#item-actions h 3{958 .single-item.groups #buddypress div#item-header div#item-actions h2 { 959 959 font-size: 14px; 960 960 font-size: 0.9333333333rem; 961 961 font-weight: bold; … … 1008 1008 padding-top: 0 !important; 1009 1009 width: auto; 1010 1010 } 1011 .single-item.groups #buddypress #cover-image-container #item-header-cover-image #item-actions h 3{1011 .single-item.groups #buddypress #cover-image-container #item-header-cover-image #item-actions h2 { 1012 1012 border-bottom: 1px solid #eaeaea; 1013 1013 } 1014 1014 } -
src/bp-templates/bp-legacy/css/twentyten.scss
1303 1303 #item-actions { 1304 1304 order: 3; 1305 1305 1306 h 3{1306 h2 { 1307 1307 border-bottom: 1px solid $border-light; 1308 1308 text-align: center; 1309 1309 } … … 1339 1339 padding-left: 0; 1340 1340 } 1341 1341 1342 h 3{1342 h2 { 1343 1343 @include font-size(14); 1344 1344 font-weight: bold; 1345 1345 line-height: 1.4; … … 1411 1411 padding-top: 0 !important; 1412 1412 width: auto; 1413 1413 1414 h 3{border-bottom: 1px solid $border-light;}1414 h2 {border-bottom: 1px solid $border-light;} 1415 1415 } 1416 1416 } // @media 1417 1417 } -
src/bp-templates/bp-legacy/css/twentythirteen-rtl.css
912 912 .single-item.groups #buddypress div#item-header #item-actions { 913 913 order: 3; 914 914 } 915 .single-item.groups #buddypress div#item-header #item-actions h 3{915 .single-item.groups #buddypress div#item-header #item-actions h2 { 916 916 border-bottom: 1px solid #eaeaea; 917 917 text-align: center; 918 918 } … … 948 948 padding-right: 0; 949 949 } 950 950 951 .single-item.groups #buddypress div#item-header div#item-actions h 3{951 .single-item.groups #buddypress div#item-header div#item-actions h2 { 952 952 font-size: 14px; 953 953 font-size: 0.875rem; 954 954 padding: 0.2em; … … 955 955 } 956 956 957 957 @media screen and (min-width: 46.25em) { 958 .single-item.groups #buddypress div#item-header div#item-actions h 3{958 .single-item.groups #buddypress div#item-header div#item-actions h2 { 959 959 font-size: 16px; 960 960 font-size: 1rem; 961 961 } … … 978 978 float: left; 979 979 width: 28%; 980 980 } 981 .single-item.groups #buddypress div#item-header div#item-actions h 3{981 .single-item.groups #buddypress div#item-header div#item-actions h2 { 982 982 font-size: 14px; 983 983 font-size: 0.875rem; 984 984 } -
src/bp-templates/bp-legacy/css/twentythirteen.css
912 912 .single-item.groups #buddypress div#item-header #item-actions { 913 913 order: 3; 914 914 } 915 .single-item.groups #buddypress div#item-header #item-actions h 3{915 .single-item.groups #buddypress div#item-header #item-actions h2 { 916 916 border-bottom: 1px solid #eaeaea; 917 917 text-align: center; 918 918 } … … 948 948 padding-left: 0; 949 949 } 950 950 951 .single-item.groups #buddypress div#item-header div#item-actions h 3{951 .single-item.groups #buddypress div#item-header div#item-actions h2 { 952 952 font-size: 14px; 953 953 font-size: 0.875rem; 954 954 padding: 0.2em; … … 955 955 } 956 956 957 957 @media screen and (min-width: 46.25em) { 958 .single-item.groups #buddypress div#item-header div#item-actions h 3{958 .single-item.groups #buddypress div#item-header div#item-actions h2 { 959 959 font-size: 16px; 960 960 font-size: 1rem; 961 961 } … … 978 978 float: right; 979 979 width: 28%; 980 980 } 981 .single-item.groups #buddypress div#item-header div#item-actions h 3{981 .single-item.groups #buddypress div#item-header div#item-actions h2 { 982 982 font-size: 14px; 983 983 font-size: 0.875rem; 984 984 } -
src/bp-templates/bp-legacy/css/twentythirteen.scss
1246 1246 #item-actions { 1247 1247 order: 3; 1248 1248 1249 h 3{1249 h2 { 1250 1250 border-bottom: 1px solid $border-light; 1251 1251 text-align: center; 1252 1252 } … … 1278 1278 padding-left: 0; 1279 1279 } 1280 1280 1281 h 3{1281 h2 { 1282 1282 @include font-size(14); 1283 1283 1284 1284 @media screen and (min-width: 46.25em) { … … 1310 1310 float: right; 1311 1311 width: 28%; 1312 1312 1313 h 3{1313 h2 { 1314 1314 @include font-size(14); 1315 1315 } 1316 1316 } -
src/bp-templates/bp-legacy/css/twentytwelve-rtl.css
949 949 .single-item.groups #buddypress div#item-header #item-actions { 950 950 order: 3; 951 951 } 952 .single-item.groups #buddypress div#item-header #item-actions h 3{952 .single-item.groups #buddypress div#item-header #item-actions h2 { 953 953 border-bottom: 1px solid #eaeaea; 954 954 text-align: center; 955 955 } … … 991 991 padding-right: 0; 992 992 } 993 993 994 .single-item.groups #buddypress div#item-header div#item-actions h 3{994 .single-item.groups #buddypress div#item-header div#item-actions h2 { 995 995 font-size: 14px; 996 996 font-size: 1rem; 997 997 padding: 0.2em; … … 1043 1043 padding-top: 0 !important; 1044 1044 width: auto; 1045 1045 } 1046 .single-item.groups #buddypress #cover-image-container #item-header-cover-image #item-actions h 3{1046 .single-item.groups #buddypress #cover-image-container #item-header-cover-image #item-actions h2 { 1047 1047 border-bottom: 1px solid #eaeaea; 1048 1048 } 1049 1049 } -
src/bp-templates/bp-legacy/css/twentytwelve.css
949 949 .single-item.groups #buddypress div#item-header #item-actions { 950 950 order: 3; 951 951 } 952 .single-item.groups #buddypress div#item-header #item-actions h 3{952 .single-item.groups #buddypress div#item-header #item-actions h2 { 953 953 border-bottom: 1px solid #eaeaea; 954 954 text-align: center; 955 955 } … … 991 991 padding-left: 0; 992 992 } 993 993 994 .single-item.groups #buddypress div#item-header div#item-actions h 3{994 .single-item.groups #buddypress div#item-header div#item-actions h2 { 995 995 font-size: 14px; 996 996 font-size: 1rem; 997 997 padding: 0.2em; … … 1043 1043 padding-top: 0 !important; 1044 1044 width: auto; 1045 1045 } 1046 .single-item.groups #buddypress #cover-image-container #item-header-cover-image #item-actions h 3{1046 .single-item.groups #buddypress #cover-image-container #item-header-cover-image #item-actions h2 { 1047 1047 border-bottom: 1px solid #eaeaea; 1048 1048 } 1049 1049 } -
src/bp-templates/bp-legacy/css/twentytwelve.scss
1326 1326 #item-actions { 1327 1327 order: 3; 1328 1328 1329 h 3{1329 h2 { 1330 1330 border-bottom: 1px solid $border-light; 1331 1331 text-align: center; 1332 1332 } … … 1362 1362 padding-left: 0; 1363 1363 } 1364 1364 1365 h 3{1365 h2 { 1366 1366 @include font-size(14); 1367 1367 padding: 0.2em; 1368 1368 } … … 1433 1433 padding-top: 0 !important; 1434 1434 width: auto; 1435 1435 1436 h 3{border-bottom: 1px solid $border-light;}1436 h2 {border-bottom: 1px solid $border-light;} 1437 1437 } 1438 1438 } // @media 1439 1439