Ticket #6882: 6882-plus-css.patch
File 6882-plus-css.patch, 12.3 KB (added by , 9 years ago) |
---|
-
src/bp-templates/bp-legacy/buddypress/groups/single/admin.php
97 97 98 98 <?php endif; ?> 99 99 100 < h4><?php _e( 'Privacy Options', 'buddypress' ); ?></h4>100 <div aria-labelledby="group-privacy-options" role="group"> 101 101 102 <div class="radio">102 <h2 id="group-privacy-options"><?php _e( 'Privacy Options', 'buddypress' ); ?></h2> 103 103 104 < label for="group-status-public"><input type="radio" name="group-status" id="group-status-public" value="public"<?php if ( 'public' == bp_get_new_group_status() || !bp_get_new_group_status() ) { ?> checked="checked"<?php } ?> aria-describedby="public-group-description" /> <?php _e( 'This is a public group', 'buddypress' ); ?></label>104 <div class="radio"> 105 105 106 <ul id="public-group-description"> 107 <li><?php _e( 'Any site member can join this group.', 'buddypress' ); ?></li> 108 <li><?php _e( 'This group will be listed in the groups directory and in search results.', 'buddypress' ); ?></li> 109 <li><?php _e( 'Group content and activity will be visible to any site member.', 'buddypress' ); ?></li> 110 </ul> 106 <label for="group-status-public"><input type="radio" name="group-status" id="group-status-public" value="public"<?php if ( 'public' == bp_get_new_group_status() || !bp_get_new_group_status() ) { ?> checked="checked"<?php } ?> aria-describedby="public-group-description" /> <?php _e( 'This is a public group', 'buddypress' ); ?></label> 111 107 112 <label for="group-status-private"><input type="radio" name="group-status" id="group-status-private" value="private"<?php if ( 'private' == bp_get_new_group_status() ) { ?> checked="checked"<?php } ?> aria-describedby="private-group-description" /> <?php _e( 'This is a private group', 'buddypress' ); ?></label> 108 <ul id="public-group-description"> 109 <li><?php _e( 'Any site member can join this group.', 'buddypress' ); ?></li> 110 <li><?php _e( 'This group will be listed in the groups directory and in search results.', 'buddypress' ); ?></li> 111 <li><?php _e( 'Group content and activity will be visible to any site member.', 'buddypress' ); ?></li> 112 </ul> 113 113 114 <ul id="private-group-description"> 115 <li><?php _e( 'Only users who request membership and are accepted can join the group.', 'buddypress' ); ?></li> 116 <li><?php _e( 'This group will be listed in the groups directory and in search results.', 'buddypress' ); ?></li> 117 <li><?php _e( 'Group content and activity will only be visible to members of the group.', 'buddypress' ); ?></li> 118 </ul> 114 <label for="group-status-private"><input type="radio" name="group-status" id="group-status-private" value="private"<?php if ( 'private' == bp_get_new_group_status() ) { ?> checked="checked"<?php } ?> aria-describedby="private-group-description" /> <?php _e( 'This is a private group', 'buddypress' ); ?></label> 119 115 120 <label for="group-status-hidden"><input type="radio" name="group-status" id="group-status-hidden" value="hidden"<?php if ( 'hidden' == bp_get_new_group_status() ) { ?> checked="checked"<?php } ?> aria-describedby="hidden-group-description" /> <?php _e('This is a hidden group', 'buddypress' ); ?></label> 116 <ul id="private-group-description"> 117 <li><?php _e( 'Only users who request membership and are accepted can join the group.', 'buddypress' ); ?></li> 118 <li><?php _e( 'This group will be listed in the groups directory and in search results.', 'buddypress' ); ?></li> 119 <li><?php _e( 'Group content and activity will only be visible to members of the group.', 'buddypress' ); ?></li> 120 </ul> 121 121 122 <ul id="hidden-group-description"> 123 <li><?php _e( 'Only users who are invited can join the group.', 'buddypress' ); ?></li> 124 <li><?php _e( 'This group will not be listed in the groups directory or search results.', 'buddypress' ); ?></li> 125 <li><?php _e( 'Group content and activity will only be visible to members of the group.', 'buddypress' ); ?></li> 126 </ul> 122 <label for="group-status-hidden"><input type="radio" name="group-status" id="group-status-hidden" value="hidden"<?php if ( 'hidden' == bp_get_new_group_status() ) { ?> checked="checked"<?php } ?> aria-describedby="hidden-group-description" /> <?php _e('This is a hidden group', 'buddypress' ); ?></label> 127 123 124 <ul id="hidden-group-description"> 125 <li><?php _e( 'Only users who are invited can join the group.', 'buddypress' ); ?></li> 126 <li><?php _e( 'This group will not be listed in the groups directory or search results.', 'buddypress' ); ?></li> 127 <li><?php _e( 'Group content and activity will only be visible to members of the group.', 'buddypress' ); ?></li> 128 </ul> 129 130 </div> 131 128 132 </div> 129 133 130 134 <hr /> 131 135 132 < h4><?php _e( 'Group Invitations', 'buddypress' ); ?></h4>136 <div aria-labelledby="group-group-invitations" role="group"> 133 137 134 <p><?php _e( 'Which members of this group are allowed to invite others?', 'buddypress' ); ?></p>138 <h2 id="group-group-invitations"><?php _e( 'Group Invitations', 'buddypress' ); ?></h2> 135 139 136 <div class="radio">140 <p><?php _e( 'Which members of this group are allowed to invite others?', 'buddypress' ); ?></p> 137 141 138 < label for="group-invite-status-members"><input type="radio" name="group-invite-status" id="group-invite-status-members" value="members"<?php bp_group_show_invite_status_setting( 'members' ); ?> /> <?php _e( 'All group members', 'buddypress' ); ?></label>142 <div class="radio"> 139 143 140 <label for="group-invite-status-mods"><input type="radio" name="group-invite-status" id="group-invite-status-mods" value="mods"<?php bp_group_show_invite_status_setting( 'mods' ); ?> /> <?php _e( 'Group admins and mods only', 'buddypress' ); ?></label>144 <label for="group-invite-status-members"><input type="radio" name="group-invite-status" id="group-invite-status-members" value="members"<?php bp_group_show_invite_status_setting( 'members' ); ?> /> <?php _e( 'All group members', 'buddypress' ); ?></label> 141 145 142 <label for="group-invite-status-admins"><input type="radio" name="group-invite-status" id="group-invite-status-admins" value="admins"<?php bp_group_show_invite_status_setting( 'admins' ); ?> /> <?php _e( 'Group admins only', 'buddypress' ); ?></label>146 <label for="group-invite-status-mods"><input type="radio" name="group-invite-status" id="group-invite-status-mods" value="mods"<?php bp_group_show_invite_status_setting( 'mods' ); ?> /> <?php _e( 'Group admins and mods only', 'buddypress' ); ?></label> 143 147 148 <label for="group-invite-status-admins"><input type="radio" name="group-invite-status" id="group-invite-status-admins" value="admins"<?php bp_group_show_invite_status_setting( 'admins' ); ?> /> <?php _e( 'Group admins only', 'buddypress' ); ?></label> 149 150 </div> 151 144 152 </div> 145 153 146 154 <hr /> -
src/bp-templates/bp-legacy/css/twentyfifteen-rtl.css
1000 1000 * @subsection 6.2.1.1 - Group Management 1001 1001 *----------------------------------------- 1002 1002 */ 1003 .groups #group-settings-form h2, 1003 1004 .groups #group-settings-form h4 { 1004 1005 background: #555; 1005 1006 color: #fff; -
src/bp-templates/bp-legacy/css/twentyfifteen.css
1000 1000 * @subsection 6.2.1.1 - Group Management 1001 1001 *----------------------------------------- 1002 1002 */ 1003 .groups #group-settings-form h2, 1003 1004 .groups #group-settings-form h4 { 1004 1005 background: #555; 1005 1006 color: #fff; -
src/bp-templates/bp-legacy/css/twentyfifteen.scss
1273 1273 // headings settings screens & general global settings styles 1274 1274 .groups { 1275 1275 #group-settings-form { 1276 h2, 1276 1277 h4 { 1277 1278 background: $dark-background; 1278 1279 color: $content-background; -
src/bp-templates/bp-legacy/css/twentysixteen-rtl.css
1060 1060 * @subsection 6.2.1.1 - Group Management 1061 1061 *----------------------------------------- 1062 1062 */ 1063 .groups #group-settings-form h2, 1063 1064 .groups #group-settings-form h4 { 1064 1065 background: #555; 1065 1066 color: #fff; -
src/bp-templates/bp-legacy/css/twentysixteen.css
1060 1060 * @subsection 6.2.1.1 - Group Management 1061 1061 *----------------------------------------- 1062 1062 */ 1063 .groups #group-settings-form h2, 1063 1064 .groups #group-settings-form h4 { 1064 1065 background: #555; 1065 1066 color: #fff; -
src/bp-templates/bp-legacy/css/twentysixteen.scss
1466 1466 // headings settings screens & general global settings styles 1467 1467 .groups { 1468 1468 #group-settings-form { 1469 h2, 1469 1470 h4 { 1470 1471 background: $dark-background; 1471 1472 color: $content-background; -
src/bp-templates/bp-legacy/css/twentythirteen-rtl.css
1089 1089 * @subsection 6.2.1.1 - Group Management 1090 1090 *----------------------------------------- 1091 1091 */ 1092 .groups #group-settings-form h2, 1092 1093 .groups #group-settings-form h4 { 1093 1094 background: #555; 1094 1095 color: #fff; -
src/bp-templates/bp-legacy/css/twentythirteen.css
1089 1089 * @subsection 6.2.1.1 - Group Management 1090 1090 *----------------------------------------- 1091 1091 */ 1092 .groups #group-settings-form h2, 1092 1093 .groups #group-settings-form h4 { 1093 1094 background: #555; 1094 1095 color: #fff; -
src/bp-templates/bp-legacy/css/twentythirteen.scss
1715 1715 1716 1716 .profile { 1717 1717 .bp-widget { 1718 h2, 1718 1719 h4 { 1719 1720 background: lighten($dark-background, 10%); 1720 1721 color: #fff; -
src/bp-templates/bp-legacy/css/twentytwelve-rtl.css
1079 1079 * @subsection 6.2.1.1 - Group Management 1080 1080 *----------------------------------------- 1081 1081 */ 1082 .groups #group-settings-form h2, 1082 1083 .groups #group-settings-form h4 { 1083 1084 background: #555; 1084 1085 color: #fff; -
src/bp-templates/bp-legacy/css/twentytwelve.css
1079 1079 * @subsection 6.2.1.1 - Group Management 1080 1080 *----------------------------------------- 1081 1081 */ 1082 .groups #group-settings-form h2, 1082 1083 .groups #group-settings-form h4 { 1083 1084 background: #555; 1084 1085 color: #fff; -
src/bp-templates/bp-legacy/css/twentytwelve.scss
1494 1494 // headings settings screens & general global settings styles 1495 1495 .groups { 1496 1496 #group-settings-form { 1497 h2, 1497 1498 h4 { 1498 1499 background: $dark-background; 1499 1500 color: $content-background;