Ticket #6880: 6880-plus-css.patch
File 6880-plus-css.patch, 4.5 KB (added by , 9 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
1233 1233 text-align: left; 1234 1234 width: 20%; 1235 1235 } 1236 #buddypress div#item-header div#item-actions h2, 1236 1237 #buddypress div#item-header div#item-actions h3 { 1237 1238 margin: 0 0 5px 0; 1238 1239 } 1240 .single-item.groups #buddypress div#item-actions h2 { 1241 font-size: 1em; 1242 } 1239 1243 #buddypress div#item-header ul { 1240 1244 margin-bottom: 15px; 1241 1245 overflow: hidden; -
src/bp-templates/bp-legacy/css/buddypress.css
1233 1233 text-align: right; 1234 1234 width: 20%; 1235 1235 } 1236 #buddypress div#item-header div#item-actions h2, 1236 1237 #buddypress div#item-header div#item-actions h3 { 1237 1238 margin: 0 0 5px 0; 1238 1239 } 1240 .single-item.groups #buddypress div#item-actions h2 { 1241 font-size: 1em; 1242 } 1239 1243 #buddypress div#item-header ul { 1240 1244 margin-bottom: 15px; 1241 1245 overflow: hidden; -
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 h2, 897 898 .single-item.groups #buddypress div#item-header div#item-actions h3 { 898 899 background: #555; 899 900 color: #fff; … … 903 904 } 904 905 905 906 @media screen and (min-width: 46.25em) { 907 .single-item.groups #buddypress div#item-header div#item-actions h2, 906 908 .single-item.groups #buddypress div#item-header div#item-actions h3 { 907 909 font-size: 16px; 908 910 font-size: 1.6rem; -
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 h2, 897 898 .single-item.groups #buddypress div#item-header div#item-actions h3 { 898 899 background: #555; 899 900 color: #fff; … … 903 904 } 904 905 905 906 @media screen and (min-width: 46.25em) { 907 .single-item.groups #buddypress div#item-header div#item-actions h2, 906 908 .single-item.groups #buddypress div#item-header div#item-actions h3 { 907 909 font-size: 16px; 908 910 font-size: 1.6rem; -
src/bp-templates/bp-legacy/css/twentyfifteen.scss
1148 1148 width: 50%; 1149 1149 } 1150 1150 1151 h2, 1151 1152 h3 { 1152 1153 background: $dark-background; 1153 1154 color: $content-background;