Ticket #7426: 7426.4.patch
File 7426.4.patch, 34.4 KB (added by , 8 years ago) |
---|
-
src/bp-core/admin/css/common-rtl.css
63 63 /* 64 64 * 1.2.1 Headline Feature 65 65 */ 66 .index_page_bp-about .bp-headline-feature, 67 .dashboard_page_bp-about .bp-headline-feature { 66 .buddypress .bp-headline-feature { 68 67 margin-bottom: 3em; 69 68 margin-top: 3em; 70 69 padding: 2em 3em; 71 70 } 72 71 73 .index_page_bp-about .bp-headline, 74 .dashboard_page_bp-about .bp-headline { 72 .buddypress .bp-headline { 75 73 margin: 0 auto; 76 width: 35em;74 width: 45em; 77 75 } 78 76 79 .index_page_bp-about .bp-headline span.dashicons, 80 .dashboard_page_bp-about .bp-headline span.dashicons { 77 .buddypress .bp-headline span.dashicons { 81 78 background-color: #f1f1f1; 79 color: #d84800; 82 80 clear: right; 83 81 font-size: 100px; 84 82 float: right; … … 89 87 width: 100px; 90 88 } 91 89 92 .index_page_bp-about .bp-headline-feature h3, 93 .index_page_bp-about .bp-headline-feature .headline-title, 94 .dashboard_page_bp-about .bp-headline-feature h3, 95 .dashboard_page_bp-about .bp-headline-feature .headline-title { 90 .buddypress .bp-headline-feature .headline-title { 96 91 font-size: 2.2em; 97 92 font-weight: 300; 98 93 line-height: 1; 99 margin: 0 125px 0 0; 94 margin: 0; 95 text-align: center; 100 96 } 101 97 102 .index_page_bp-about .bp-headline-feature p, 103 .dashboard_page_bp-about .bp-headline-feature p { 98 .buddypress .bp-headline-feature p { 104 99 font-size: 1.15em; 105 margin: 1.15em 125px0.6em auto;100 margin: 1.15em 0 0.6em auto; 106 101 } 107 102 108 .index_page_bp-about .bp-headline-feature .introduction,109 .dashboard_page_bp-about .bp-headline-feature .introduction {110 font-weight: 600;111 }112 113 114 103 /* 115 104 * 1.2.2 Features Section 116 105 */ 117 . index_page_bp-about .bp-features-section,118 .dashboard_page_bp-about .bp-features-section { 106 .buddypress .bp-features-section { 107 border-bottom: 1px solid #ccc; 119 108 clear: both; 120 109 margin-top: 3em; 121 110 overflow: hidden; … … 122 111 padding-bottom: 0; 123 112 } 124 113 125 .index_page_bp-about span.dashicons, 126 .dashboard_page_bp-about span.dashicons { 114 .buddypress .bp-features-section span.dashicons { 127 115 background-color: #fff; 128 116 border-radius: 50%; 129 117 clear: right; … … 137 125 width: 80px; 138 126 } 139 127 140 .index_page_bp-about .bp-features-section h3, 141 .dashboard_page_bp-about .bp-features-section h3 { 128 .buddypress .bp-features-section .headline-title { 142 129 font-size: 2em; 143 130 font-weight: 300; 144 131 line-height: 1.5; 145 margin: 0 auto 3em;132 margin: 0 auto 2em; 146 133 text-align: center; 147 134 } 148 135 149 .index_page_bp-about .bp-feature, 150 .dashboard_page_bp-about .bp-feature { 136 .buddypress .bp-features-section .bp-feature { 151 137 float: right; 152 138 margin-bottom: 3em; 153 139 margin-left: 4.799999999%; … … 155 141 } 156 142 157 143 158 .index_page_bp-about .bp-feature code, 159 .dashboard_page_bp-about .bp-feature code{ 144 .buddypress .bp-features-section .bp-feature code { 160 145 font-size: 0.95em; 161 146 line-height: 1.5; 162 147 } 163 148 164 .index_page_bp-about .bp-feature:nth-of-type(2n), 165 .dashboard_page_bp-about .bp-feature:nth-of-type(2n) { 149 .buddypress .bp-features-section .bp-feature:nth-of-type(2n) { 166 150 margin-left: 0; 167 151 } 168 152 169 .index_page_bp-about .bp-feature::after, 170 .dashboard_page_bp-about .bp-feature::after { 153 .buddypress .bp-feature::after { 171 154 content: ''; 172 155 } 173 156 174 .index_page_bp-about .bp-feature h4, 175 .dashboard_page_bp-about .bp-feature h4 { 157 .buddypress .bp-feature .feature-title { 176 158 font-size: 1.25em; 177 159 line-height: 1.5; 178 160 margin-bottom: 0; … … 181 163 text-align: right; 182 164 } 183 165 184 .index_page_bp-about .bp-feature p, 185 .dashboard_page_bp-about .bp-feature p { 166 .buddypress .bp-feature p { 186 167 margin-right: 110px; 187 168 } 188 169 … … 189 170 /* 190 171 * 1.2.3 Changelog Section 191 172 */ 192 .index_page_bp-about .bp-changelog-section, 193 .dashboard_page_bp-about .bp-changelog-section { 173 .buddypress .bp-changelog-section { 194 174 clear: both; 195 margin-bottom: 8em;175 margin-bottom: 3em; 196 176 margin-top: 3em; 197 177 overflow: hidden; 198 178 padding-bottom: 0; 199 179 } 200 180 201 .index_page_bp-about .bp-changelog-section::after, 202 .dashboard_page_bp-about .bp-changelog-section::after { 181 .buddypress .bp-changelog-section::after { 203 182 content: ''; 204 183 } 205 184 206 .index_page_bp-about .bp-changelog-section .changelog-title, 207 .dashboard_page_bp-about .bp-changelog-section .changelog-title { 185 .buddypress .bp-changelog-section .changelog-title { 208 186 color: #23282d; 209 font-size: 1.8em; 210 font-weight: 300; 187 font-size: 1.25em; 211 188 line-height: 1.5; 212 margin: 0 auto 0.5em; 213 text-align: center; 189 margin: 0 auto 1.5em; 214 190 } 215 191 216 .index_page_bp-about .bp-changelog-section .two-col > div, 217 .dashboard_page_bp-about .bp-changelog-section .two-col > div { 192 .buddypress .bp-changelog-section .two-col div { 218 193 float: right; 219 194 margin-left: 4.799999999%; 220 195 position: relative; … … 221 196 width: 47.6%; 222 197 } 223 198 224 .index_page_bp-about .bp-changelog-section .two-col > div.last-feature, 225 .dashboard_page_bp-about .bp-changelog-section .two-col > div.last-feature { 199 .buddypress .bp-changelog-section .three-col .col { 200 float: right; 201 margin-left: 5%; 202 position: relative; 203 width: 29.95%; 204 } 205 206 .buddypress .two-col .col:nth-of-type(2n), 207 .buddypress .three-col .col:nth-of-type(3n) { 226 208 margin-left: 0; 227 209 } 228 210 229 .index_page_bp-about .bp-changelog, 230 .dashboard_page_bp-about .bp-changelog { 211 .buddypress .bp-changelog { 231 212 margin-bottom: 3em; 232 213 } 233 214 234 .index_page_bp-about .bp-changelog h4, 235 .dashboard_page_bp-about .bp-changelog h4 { 215 .buddypress .bp-changelog .title { 236 216 font-size: 1em; 237 217 margin-bottom: 0; 238 218 margin-top: 0; 239 219 } 240 220 241 .index_page_bp-about .bp-changelog p, 242 .dashboard_page_bp-about .bp-changelog p { 221 .buddypress .bp-changelog p { 243 222 margin-bottom: 3em; 244 223 } 245 224 … … 250 229 .bp-assets { 251 230 clear: both; 252 231 margin-bottom: 2em; 232 margin-top: 2em; 253 233 } 254 234 255 235 @media screen and ( max-width: 782px ) { 256 .index_page_bp-about .bp-headline-feature, 257 .dashboard_page_bp-about .bp-headline-feature { 236 .bp-headline-feature, 237 .bp-features-section, 238 .bp-changelog-section, 239 .bp-assets { 240 margin-right: 20px; 241 margin-left: 20px; 242 } 243 .buddypress .bp-headline-feature { 258 244 padding: 0; 259 245 } 260 .index_page_bp-about .bp-headline, 261 .dashboard_page_bp-about .bp-headline { 246 .buddypress .bp-headline { 262 247 margin: 0; 263 248 width: 97%; 264 249 } 265 .index_page_bp-about .bp-features-section, 266 .dashboard_page_bp-about .bp-features-section { 250 .buddypress .bp-features-section { 267 251 clear: both; 268 252 margin-bottom: 0; 269 253 margin-top: 2em; 254 padding-bottom: 2em; 270 255 } 271 .index_page_bp-about .bp-features-section h3, 272 .dashboard_page_bp-about .bp-features-section h3, 273 .index_page_bp-about .bp-changelog-section .changelog-title, 274 .dashboard_page_bp-about .bp-changelog-section .changelog-title { 275 font-size: 1.8em; 276 font-weight: 300; 256 .buddypress .bp-features-section .headline-title { 257 margin-bottom: 1em; 258 } 259 .buddypress .bp-changelog-section .changelog-title { 260 font-size: 1.25em; 277 261 line-height: 1.5; 278 262 margin-bottom: 0.5em; 279 263 margin-top: 0.5em; 280 264 } 281 .index_page_bp-about .bp-features-section h4, 282 .dashboard_page_bp-about .bp-features-section h4, 283 .index_page_bp-about .bp-changelog-section h4, 284 .dashboard_page_bp-about .bp-changelog-section h4 { 265 .buddypress .bp-features-section .feature-title, 266 .buddypress .bp-changelog-section .title { 285 267 font-size: 1.25em; 286 268 line-height: 1.25; 287 269 margin-top: 0.6em; 288 270 text-align: right; 289 271 } 290 .index_page_bp-about .bp-feature, 291 .dashboard_page_bp-about .bp-feature { 272 .buddypress .bp-features-section .bp-feature { 292 273 clear: both; 293 274 float: right; 294 275 margin-bottom: 1em; … … 297 278 padding-left: 1em; 298 279 width: 100%; 299 280 } 300 .index_page_bp-about .bp-feature span, 301 .dashboard_page_bp-about .bp-feature span { 281 .buddypress .bp-features-section .bp-feature span { 302 282 margin-top: 0.33em; 303 283 } 304 .index_page_bp-about .bp-feature h4, 305 .dashboard_page_bp-about .bp-feature h4, 306 .index_page_bp-about .bp-feature p, 307 .dashboard_page_bp-about .bp-feature p { 308 width: 100%; 309 } 310 .index_page_bp-about .bp-feature.opposite h4, 311 .dashboard_page_bp-about .bp-feature.opposite h4, 312 .index_page_bp-about .bp-feature.opposite p, 313 .dashboard_page_bp-about .bp-feature.opposite p { 284 .buddypress .bp-feature.opposite .feature-title, 285 .buddypress .bp-feature.opposite p { 314 286 float: none; 315 287 } 316 .index_page_bp-about .bp-changelog-section, 317 .dashboard_page_bp-about .bp-changelog-section { 288 .buddypress .bp-changelog-section { 318 289 clear: both; 319 290 margin-bottom: 2em; 291 margin-top: 2em; 320 292 } 321 .index_page_bp-about .bp-changelog-section .changelog-title, 322 .dashboard_page_bp-about .bp-changelog-section .changelog-title { 323 margin-bottom: 1em; 293 .buddypress .bp-changelog-section .changelog-title { 294 margin-bottom: 1.5em; 324 295 } 325 .index_page_bp-about .bp-changelog h4, 326 .dashboard_page_bp-about .bp-changelog h4 { 296 .buddypress .bp-changelog .title { 327 297 font-size: 1em; 328 298 } 329 .index_page_bp-about .bp-changelog p, 330 .dashboard_page_bp-about .bp-changelog p { 331 margin-bottom: 2em; 299 .buddypress .bp-changelog p { 300 margin-bottom: 1em; 332 301 } 333 . index_page_bp-about.bp-changelog-section .two-col > div,334 . dashboard_page_bp-about .bp-changelog-section .two-col > div{302 .buddypress .bp-changelog-section .two-col > div, 303 .buddypress .bp-changelog-section .three-col .col { 335 304 margin-top: 0; 336 305 padding-bottom: 0.5em; 337 306 width: 100%; … … 338 307 } 339 308 } 340 309 @media screen and ( max-width: 360px ) { 341 .index_page_bp-about .bp-headline, 342 .dashboard_page_bp-about .bp-headline { 310 .buddypress .bp-headline { 343 311 text-align: center; 344 312 } 345 .index_page_bp-about .bp-headline span.dashicons, 346 .dashboard_page_bp-about .bp-headline span.dashicons { 313 .buddypress .bp-headline span.dashicons { 347 314 clear: none; 348 315 font-size: 80px; 349 316 float: none; … … 352 319 margin: 0 auto; 353 320 width: 80px; 354 321 } 355 .index_page_bp-about .bp-headline-feature h3, 356 .index_page_bp-about .bp-headline-feature .headline-title, 357 .dashboard_page_bp-about .bp-headline-feature h3, 358 .dashboard_page_bp-about .bp-headline-feature .headline-title { 322 .buddypress .bp-headline-feature .headline-title { 359 323 margin: 1em 0 0 0; 360 324 text-align: right; 361 325 } 362 .index_page_bp-about .bp-headline-feature p, 363 .dashboard_page_bp-about .bp-headline-feature p { 326 .buddypress .bp-headline-feature p { 364 327 margin: 1.15em 0 0.6em auto; 365 328 text-align: right; 366 329 } 367 . index_page_bp-about.bp-headline-feature .headline-title,368 . dashboard_page_bp-about .bp-headline-feature.headline-title {330 .buddypress .bp-headline-feature .headline-title, 331 .buddypress .bp-features-section .headline-title { 369 332 font-size: 1.5em; 370 333 line-height: 1.5; 371 334 } 372 .index_page_bp-about .bp-headline-feature p, 373 .dashboard_page_bp-about .bp-headline-feature p { 335 .buddypress .bp-headline-feature p { 374 336 width: auto; 375 337 } 376 .index_page_bp-about .bp-feature, 377 .dashboard_page_bp-about .bp-feature { 338 .buddypress .bp-features-section .bp-feature { 378 339 text-align: center; 379 340 } 380 .index_page_bp-about span.dashicons, 381 .dashboard_page_bp-about span.dashicons { 341 .buddypress .bp-features-section span.dashicons { 382 342 float: none; 383 343 } 384 .index_page_bp-about .bp-features-section h4, 385 .dashboard_page_bp-about .bp-features-section h4, 386 .index_page_bp-about .bp-features-section p, 387 .dashboard_page_bp-about .bp-features-section p { 344 .buddypress .bp-features-section .feature-title, 345 .buddypress .bp-features-section p { 388 346 margin-right: 0; 389 347 text-align: right; 390 348 } … … 553 511 text-align: center; 554 512 } 555 513 514 .bp-signups-list table { 515 margin: 1em 0; 516 } 556 517 518 .bp-signups-list .column-fields { 519 font-weight: bold; 520 } 521 557 522 /*------------------------------------------------------------------------------ 558 523 * 4.0 Emails - Edit Page 559 524 *----------------------------------------------------------------------------*/ -
src/bp-core/admin/css/common.css
63 63 /* 64 64 * 1.2.1 Headline Feature 65 65 */ 66 .index_page_bp-about .bp-headline-feature, 67 .dashboard_page_bp-about .bp-headline-feature { 66 .buddypress .bp-headline-feature { 68 67 margin-bottom: 3em; 69 68 margin-top: 3em; 70 69 padding: 2em 3em; 71 70 } 72 71 73 .index_page_bp-about .bp-headline, 74 .dashboard_page_bp-about .bp-headline { 72 .buddypress .bp-headline { 75 73 margin: 0 auto; 76 width: 35em;74 width: 45em; 77 75 } 78 76 79 .index_page_bp-about .bp-headline span.dashicons, 80 .dashboard_page_bp-about .bp-headline span.dashicons { 77 .buddypress .bp-headline span.dashicons { 81 78 background-color: #f1f1f1; 79 color: #d84800; 82 80 clear: left; 83 81 font-size: 100px; 84 82 float: left; … … 89 87 width: 100px; 90 88 } 91 89 92 .index_page_bp-about .bp-headline-feature h3, 93 .index_page_bp-about .bp-headline-feature .headline-title, 94 .dashboard_page_bp-about .bp-headline-feature h3, 95 .dashboard_page_bp-about .bp-headline-feature .headline-title { 90 .buddypress .bp-headline-feature .headline-title { 96 91 font-size: 2.2em; 97 92 font-weight: 300; 98 93 line-height: 1; 99 margin: 0 0 0 125px; 94 margin: 0; 95 text-align: center; 100 96 } 101 97 102 .index_page_bp-about .bp-headline-feature p, 103 .dashboard_page_bp-about .bp-headline-feature p { 98 .buddypress .bp-headline-feature p { 104 99 font-size: 1.15em; 105 margin: 1.15em auto 0.6em 125px;100 margin: 1.15em auto 0.6em 0; 106 101 } 107 102 108 .index_page_bp-about .bp-headline-feature .introduction,109 .dashboard_page_bp-about .bp-headline-feature .introduction {110 font-weight: 600;111 }112 113 114 103 /* 115 104 * 1.2.2 Features Section 116 105 */ 117 . index_page_bp-about .bp-features-section,118 .dashboard_page_bp-about .bp-features-section { 106 .buddypress .bp-features-section { 107 border-bottom: 1px solid #ccc; 119 108 clear: both; 120 109 margin-top: 3em; 121 110 overflow: hidden; … … 122 111 padding-bottom: 0; 123 112 } 124 113 125 .index_page_bp-about span.dashicons, 126 .dashboard_page_bp-about span.dashicons { 114 .buddypress .bp-features-section span.dashicons { 127 115 background-color: #fff; 128 116 border-radius: 50%; 129 117 clear: left; … … 137 125 width: 80px; 138 126 } 139 127 140 .index_page_bp-about .bp-features-section h3, 141 .dashboard_page_bp-about .bp-features-section h3 { 128 .buddypress .bp-features-section .headline-title { 142 129 font-size: 2em; 143 130 font-weight: 300; 144 131 line-height: 1.5; 145 margin: 0 auto 3em;132 margin: 0 auto 2em; 146 133 text-align: center; 147 134 } 148 135 149 .index_page_bp-about .bp-feature, 150 .dashboard_page_bp-about .bp-feature { 136 .buddypress .bp-features-section .bp-feature { 151 137 float: left; 152 138 margin-bottom: 3em; 153 139 margin-right: 4.799999999%; … … 155 141 } 156 142 157 143 158 .index_page_bp-about .bp-feature code, 159 .dashboard_page_bp-about .bp-feature code{ 144 .buddypress .bp-features-section .bp-feature code { 160 145 font-size: 0.95em; 161 146 line-height: 1.5; 162 147 } 163 148 164 .index_page_bp-about .bp-feature:nth-of-type(2n), 165 .dashboard_page_bp-about .bp-feature:nth-of-type(2n) { 149 .buddypress .bp-features-section .bp-feature:nth-of-type(2n) { 166 150 margin-right: 0; 167 151 } 168 152 169 .index_page_bp-about .bp-feature::after, 170 .dashboard_page_bp-about .bp-feature::after { 153 .buddypress .bp-feature::after { 171 154 content: ''; 172 155 } 173 156 174 .index_page_bp-about .bp-feature h4, 175 .dashboard_page_bp-about .bp-feature h4 { 157 .buddypress .bp-feature .feature-title { 176 158 font-size: 1.25em; 177 159 line-height: 1.5; 178 160 margin-bottom: 0; … … 181 163 text-align: left; 182 164 } 183 165 184 .index_page_bp-about .bp-feature p, 185 .dashboard_page_bp-about .bp-feature p { 166 .buddypress .bp-feature p { 186 167 margin-left: 110px; 187 168 } 188 169 … … 189 170 /* 190 171 * 1.2.3 Changelog Section 191 172 */ 192 .index_page_bp-about .bp-changelog-section, 193 .dashboard_page_bp-about .bp-changelog-section { 173 .buddypress .bp-changelog-section { 194 174 clear: both; 195 margin-bottom: 8em;175 margin-bottom: 3em; 196 176 margin-top: 3em; 197 177 overflow: hidden; 198 178 padding-bottom: 0; 199 179 } 200 180 201 .index_page_bp-about .bp-changelog-section::after, 202 .dashboard_page_bp-about .bp-changelog-section::after { 181 .buddypress .bp-changelog-section::after { 203 182 content: ''; 204 183 } 205 184 206 .index_page_bp-about .bp-changelog-section .changelog-title, 207 .dashboard_page_bp-about .bp-changelog-section .changelog-title { 185 .buddypress .bp-changelog-section .changelog-title { 208 186 color: #23282d; 209 font-size: 1.8em; 210 font-weight: 300; 187 font-size: 1.25em; 211 188 line-height: 1.5; 212 margin: 0 auto 0.5em; 213 text-align: center; 189 margin: 0 auto 1.5em; 214 190 } 215 191 216 .index_page_bp-about .bp-changelog-section .two-col > div, 217 .dashboard_page_bp-about .bp-changelog-section .two-col > div { 192 .buddypress .bp-changelog-section .two-col div { 218 193 float: left; 219 194 margin-right: 4.799999999%; 220 195 position: relative; … … 221 196 width: 47.6%; 222 197 } 223 198 224 .index_page_bp-about .bp-changelog-section .two-col > div.last-feature, 225 .dashboard_page_bp-about .bp-changelog-section .two-col > div.last-feature { 199 .buddypress .bp-changelog-section .three-col .col { 200 float: left; 201 margin-right: 5%; 202 position: relative; 203 width: 29.95%; 204 } 205 206 .buddypress .two-col .col:nth-of-type(2n), 207 .buddypress .three-col .col:nth-of-type(3n) { 226 208 margin-right: 0; 227 209 } 228 210 229 .index_page_bp-about .bp-changelog, 230 .dashboard_page_bp-about .bp-changelog { 211 .buddypress .bp-changelog { 231 212 margin-bottom: 3em; 232 213 } 233 214 234 .index_page_bp-about .bp-changelog h4, 235 .dashboard_page_bp-about .bp-changelog h4 { 215 .buddypress .bp-changelog .title { 236 216 font-size: 1em; 237 217 margin-bottom: 0; 238 218 margin-top: 0; 239 219 } 240 220 241 .index_page_bp-about .bp-changelog p, 242 .dashboard_page_bp-about .bp-changelog p { 221 .buddypress .bp-changelog p { 243 222 margin-bottom: 3em; 244 223 } 245 224 … … 250 229 .bp-assets { 251 230 clear: both; 252 231 margin-bottom: 2em; 232 margin-top: 2em; 253 233 } 254 234 255 235 @media screen and ( max-width: 782px ) { 256 .index_page_bp-about .bp-headline-feature, 257 .dashboard_page_bp-about .bp-headline-feature { 236 .bp-headline-feature, 237 .bp-features-section, 238 .bp-changelog-section, 239 .bp-assets { 240 margin-left: 20px; 241 margin-right: 20px; 242 } 243 .buddypress .bp-headline-feature { 258 244 padding: 0; 259 245 } 260 .index_page_bp-about .bp-headline, 261 .dashboard_page_bp-about .bp-headline { 246 .buddypress .bp-headline { 262 247 margin: 0; 263 248 width: 97%; 264 249 } 265 .index_page_bp-about .bp-features-section, 266 .dashboard_page_bp-about .bp-features-section { 250 .buddypress .bp-features-section { 267 251 clear: both; 268 252 margin-bottom: 0; 269 253 margin-top: 2em; 254 padding-bottom: 2em; 270 255 } 271 .index_page_bp-about .bp-features-section h3, 272 .dashboard_page_bp-about .bp-features-section h3, 273 .index_page_bp-about .bp-changelog-section .changelog-title, 274 .dashboard_page_bp-about .bp-changelog-section .changelog-title { 275 font-size: 1.8em; 276 font-weight: 300; 256 .buddypress .bp-features-section .headline-title { 257 margin-bottom: 1em; 258 } 259 .buddypress .bp-changelog-section .changelog-title { 260 font-size: 1.25em; 277 261 line-height: 1.5; 278 262 margin-bottom: 0.5em; 279 263 margin-top: 0.5em; 280 264 } 281 .index_page_bp-about .bp-features-section h4, 282 .dashboard_page_bp-about .bp-features-section h4, 283 .index_page_bp-about .bp-changelog-section h4, 284 .dashboard_page_bp-about .bp-changelog-section h4 { 265 .buddypress .bp-features-section .feature-title, 266 .buddypress .bp-changelog-section .title { 285 267 font-size: 1.25em; 286 268 line-height: 1.25; 287 269 margin-top: 0.6em; 288 270 text-align: left; 289 271 } 290 .index_page_bp-about .bp-feature, 291 .dashboard_page_bp-about .bp-feature { 272 .buddypress .bp-features-section .bp-feature { 292 273 clear: both; 293 274 float: left; 294 275 margin-bottom: 1em; … … 297 278 padding-right: 1em; 298 279 width: 100%; 299 280 } 300 .index_page_bp-about .bp-feature span, 301 .dashboard_page_bp-about .bp-feature span { 281 .buddypress .bp-features-section .bp-feature span { 302 282 margin-top: 0.33em; 303 283 } 304 .index_page_bp-about .bp-feature h4, 305 .dashboard_page_bp-about .bp-feature h4, 306 .index_page_bp-about .bp-feature p, 307 .dashboard_page_bp-about .bp-feature p { 308 width: 100%; 309 } 310 .index_page_bp-about .bp-feature.opposite h4, 311 .dashboard_page_bp-about .bp-feature.opposite h4, 312 .index_page_bp-about .bp-feature.opposite p, 313 .dashboard_page_bp-about .bp-feature.opposite p { 284 .buddypress .bp-feature.opposite .feature-title, 285 .buddypress .bp-feature.opposite p { 314 286 float: none; 315 287 } 316 .index_page_bp-about .bp-changelog-section, 317 .dashboard_page_bp-about .bp-changelog-section { 288 .buddypress .bp-changelog-section { 318 289 clear: both; 319 290 margin-bottom: 2em; 291 margin-top: 2em; 320 292 } 321 .index_page_bp-about .bp-changelog-section .changelog-title, 322 .dashboard_page_bp-about .bp-changelog-section .changelog-title { 323 margin-bottom: 1em; 293 .buddypress .bp-changelog-section .changelog-title { 294 margin-bottom: 1.5em; 324 295 } 325 .index_page_bp-about .bp-changelog h4, 326 .dashboard_page_bp-about .bp-changelog h4 { 296 .buddypress .bp-changelog .title { 327 297 font-size: 1em; 328 298 } 329 .index_page_bp-about .bp-changelog p, 330 .dashboard_page_bp-about .bp-changelog p { 331 margin-bottom: 2em; 299 .buddypress .bp-changelog p { 300 margin-bottom: 1em; 332 301 } 333 . index_page_bp-about.bp-changelog-section .two-col > div,334 . dashboard_page_bp-about .bp-changelog-section .two-col > div{302 .buddypress .bp-changelog-section .two-col > div, 303 .buddypress .bp-changelog-section .three-col .col { 335 304 margin-top: 0; 336 305 padding-bottom: 0.5em; 337 306 width: 100%; … … 338 307 } 339 308 } 340 309 @media screen and ( max-width: 360px ) { 341 .index_page_bp-about .bp-headline, 342 .dashboard_page_bp-about .bp-headline { 310 .buddypress .bp-headline { 343 311 text-align: center; 344 312 } 345 .index_page_bp-about .bp-headline span.dashicons, 346 .dashboard_page_bp-about .bp-headline span.dashicons { 313 .buddypress .bp-headline span.dashicons { 347 314 clear: none; 348 315 font-size: 80px; 349 316 float: none; … … 352 319 margin: 0 auto; 353 320 width: 80px; 354 321 } 355 .index_page_bp-about .bp-headline-feature h3, 356 .index_page_bp-about .bp-headline-feature .headline-title, 357 .dashboard_page_bp-about .bp-headline-feature h3, 358 .dashboard_page_bp-about .bp-headline-feature .headline-title { 322 .buddypress .bp-headline-feature .headline-title { 359 323 margin: 1em 0 0 0; 360 324 text-align: left; 361 325 } 362 .index_page_bp-about .bp-headline-feature p, 363 .dashboard_page_bp-about .bp-headline-feature p { 326 .buddypress .bp-headline-feature p { 364 327 margin: 1.15em auto 0.6em 0; 365 328 text-align: left; 366 329 } 367 . index_page_bp-about.bp-headline-feature .headline-title,368 . dashboard_page_bp-about .bp-headline-feature.headline-title {330 .buddypress .bp-headline-feature .headline-title, 331 .buddypress .bp-features-section .headline-title { 369 332 font-size: 1.5em; 370 333 line-height: 1.5; 371 334 } 372 .index_page_bp-about .bp-headline-feature p, 373 .dashboard_page_bp-about .bp-headline-feature p { 335 .buddypress .bp-headline-feature p { 374 336 width: auto; 375 337 } 376 .index_page_bp-about .bp-feature, 377 .dashboard_page_bp-about .bp-feature { 338 .buddypress .bp-features-section .bp-feature { 378 339 text-align: center; 379 340 } 380 .index_page_bp-about span.dashicons, 381 .dashboard_page_bp-about span.dashicons { 341 .buddypress .bp-features-section span.dashicons { 382 342 float: none; 383 343 } 384 .index_page_bp-about .bp-features-section h4, 385 .dashboard_page_bp-about .bp-features-section h4, 386 .index_page_bp-about .bp-features-section p, 387 .dashboard_page_bp-about .bp-features-section p { 344 .buddypress .bp-features-section .feature-title, 345 .buddypress .bp-features-section p { 388 346 margin-left: 0; 389 347 text-align: left; 390 348 } -
src/bp-core/classes/class-bp-admin.php
605 605 606 606 <div class="bp-headline-feature"> 607 607 <div class="bp-headline"> 608 <span class="dashicons dashicons-list-view" aria-hidden="true"></span> 609 <h3 class="headline-title"><?php esc_html_e( 'Groups Query Overhaul', 'buddypress' ); ?></h3> 610 608 <h3 class="headline-title"><?php esc_html_e( 'Modernising The Codebase', 'buddypress' ); ?></h3> 611 609 <p class="introduction"><?php 612 /* translators: %s: URL to the development post about this feature */ 613 printf( __( 'Huge performance improvements on sites using persistent caching. <a href="%s">Learn more about the Groups Query rewrite</a>.', 'buddypress' ), 614 'https://bpdevel.wordpress.com/2016/09/19/group-queries-have-been-rewritten-for-bp-2-7/' ); 610 /* translators: 1: BP REST API, 2: Link to Codex article */ 611 printf( __( 'In an ongoing process of scheduled migration of legacy code to modern standards and techniques, and one of the steps required for the current %1$s project and for new features moving forward, <a href="%2$s">BuddyPress 2.8 requires at least PHP 5.3</a>. This will allow us to build better, stronger, more secure code and will greatly benefit developers and users now and in the future.', 'buddypress'), 612 '<code>BP REST API</code>', 613 'https://codex.buddypress.org/getting-started/buddypress-2-8-will-require-php-5-3/' ); 615 614 ?></p> 616 615 </div> 617 616 </div> … … 621 620 <h3 class="headline-title"><?php esc_html_e( 'For Developers & Site Builders', 'buddypress' ); ?></h3> 622 621 623 622 <div class="bp-feature"> 624 <span class="dashicons dashicons- calendar" aria-hidden="true"></span>625 <h4 class="feature-title"><?php esc_html_e( ' Improved Profile Date Field', 'buddypress' ); ?></h4>626 <p><?php _e( 'New Date Field settings, "Date format" and "Range", make it easier for site administrators to decide how date-based data will be collected and displayed.', 'buddypress' ); ?></p>623 <span class="dashicons dashicons-id" aria-hidden="true"></span> 624 <h4 class="feature-title"><?php esc_html_e( 'More helpful "Activate Pending Accounts" screen', 'buddypress' ); ?></h4> 625 <p><?php esc_html_e( 'When you click on the username on the "Users > Manage Signups" page, you can now view all filled in extended profile fields.', 'buddypress' ); ?></p> 627 626 </div> 628 627 629 628 <div class="bp-feature opposite"> 630 <span class="dashicons dashicons-groups" aria-hidden="true"></span> 631 <h4 class="feature-title"><?php esc_html_e( 'Group Types Integration in Templates', 'buddypress' ); ?></h4> 632 <p><?php 633 /* translators: %s: URL to the BuddyPress Codex article */ 634 printf( __( 'Enable developers to show Group Types on the front end as well as control where the group type information is rendered. <a href="%s">Learn how to implement this feature</a>.', 'buddypress' ), 635 'https://codex.buddypress.org/developer/group-types/' ); 636 ?></p> 629 <span class="dashicons dashicons-admin-appearance" aria-hidden="true"></span> 630 <h4 class="feature-title"><?php esc_html_e( 'Twenty Seventeen Companion Stylesheet', 'buddypress' ); ?></h4> 631 <p><?php esc_html_e( 'Improve the presentation of BuddyPress components within in the new default theme, Twenty Seventeen, with the new companion stylesheet.', 'buddypress' ); ?></p> 637 632 </div> 638 633 639 634 <div class="bp-feature"> 640 <span class="dashicons dashicons-admin-multisite" aria-hidden="true"></span> 641 <h4 class="feature-title"><?php esc_html_e( 'Use the Site Icon as Your Site’s Profile Photo', 'buddypress' ); ?></h4> 642 <p><?php 643 /* translators: %s: URL to the WordPress Codex article */ 644 printf( __( 'BuddyPress sets the site admin’s profile photo as the default site profile photo on the Sites Directory page. You can now <a href="%s">use the Site Icon introduced in WordPress 4.3</a> instead.', 'buddypress' ), 645 'https://codex.wordpress.org/Creating_a_Favicon#WordPress_Version_4.3_or_later' ); 646 ?></p> 647 </div> 648 649 <div class="bp-feature opposite"> 650 <span class="dashicons dashicons-filter" aria-hidden="true"></span> 651 <h4 class="title"><?php esc_html_e( 'Member Type and Group Type Filters in Users and Groups Admin Screens', 'buddypress' ); ?></h4> 652 <p><?php esc_html_e( 'Easily filter your members and groups by type and set types in bulk on the users and groups list tables in the dashboard.', 'buddypress' ); ?></p> 653 </div> 654 655 <div class="bp-feature"> 656 <span class="dashicons dashicons-clock" aria-hidden="true"></span> 657 <h4 class="feature-title"><?php esc_html_e( 'Localized Timestamps', 'buddypress' ); ?></h4> 658 <p><?php esc_html_e( 'Fix inaccurate timestamps due to time zones or page caching with new client-side timestamp handling.', 'buddypress' ); ?></p> 659 </div> 660 661 <div class="bp-feature opposite"> 662 <span class="dashicons dashicons-email" aria-hidden="true"></span> 663 <h4 class="feature-title"><?php esc_html_e( 'Links to Unsubscribe from Emails', 'buddypress' ); ?></h4> 664 <p><?php esc_html_e( 'Improve user experience by facilitating the removal of any or all subscriptions via new email tokens and unsubscribe links.', 'buddypress' ); ?></p> 665 </div> 666 667 <div class="bp-feature"> 668 <span class="dashicons dashicons-admin-page" aria-hidden="true"></span> 669 <h4 class="title"><?php esc_html_e( 'Use WP Page Names for Headings of BP Directory Pages', 'buddypress' ); ?></h4> 670 <p><?php esc_html_e( 'Whatever you choose as the title of your Activity, Sites, Members, or Groups directory pages on the back end, is what you’ll get as the heading on the front end.', 'buddypress' ); ?></p> 671 </div> 672 673 <div class="bp-feature opposite"> 674 <span class="dashicons dashicons-universal-access" aria-hidden="true"></span> 675 <h4 class="title"><?php esc_html_e( 'Accessibility Updates for the Front End and Back End', 'buddypress' ); ?></h4> 676 <p><?php esc_html_e( 'Continued improvements for universal access help make BuddyPress back- and front-end screens usable for everyone (and on more devices).', 'buddypress' ); ?></p> 677 </div> 678 679 <div class="bp-feature"> 680 <span class="dashicons dashicons-screenoptions" aria-hidden="true"></span> 681 <h4 class="title"><?php 682 /* translators: %s: BP_Button */ 683 printf( __( 'Refactored %s Class to Accept New Arguments', 'buddypress' ), '<code>BP_Button</code>' ); 635 <span class="dashicons dashicons-email-alt" aria-hidden="true"></span> 636 <h4 class="feature-title"><?php 637 /* translators: %s: List-Unsubscribe */ 638 printf( __( 'Support for %s header in emails', 'buddypress' ), 639 '<code>List-Unsubscribe</code>' ); 684 640 ?></h4> 685 <p><?php esc_html_e( ' Provides developers with improved syntax and more control over the rendering of buttons.', 'buddypress' ); ?></p>641 <p><?php esc_html_e( 'BP Emails: Allow users to unsubscribe from a specific email notification in some email clients such as Gmail (web) and Windows Live (web).', 'buddypress' ); ?></p> 686 642 </div> 687 643 688 644 <div class="bp-feature opposite"> 689 <span class="dashicons dashicons-image-filter" aria-hidden="true"></span> 690 <h4 class="title"><?php esc_html_e( 'Improvements to a Single Group’s Management Screens', 'buddypress' ); ?></h4> 691 <p><?php esc_html_e( 'Improved markup, new modular group management templates, and a new member search form are just some of the enhancements added to the single group admin screens.', 'buddypress' ); ?></p> 645 <span class="dashicons dashicons-search" aria-hidden="true"></span> 646 <h4 class="feature-title"><?php esc_html_e( 'Make Group search more flexible', 'buddypress' ); ?></h4> 647 <p><?php 648 /* translators: %1$s: search_column, %2$s: BP_Groups_Group::get() */ 649 printf( __( 'Add %1$s parameter to allow developers to specify which column should be searched and where wildcard characters should be placed in %2$s.', 'buddypress' ), 650 '<code>search_column</code>', 651 '<code>BP_Groups_Group::get()</code>' ); 652 ?></p> 692 653 </div> 693 654 694 655 <div class="bp-feature"> 695 <span class="dashicons dashicons-groups" aria-hidden="true"></span> 696 <h4 class="title"><?php 697 /* translators: %s: parent_id */ 698 printf( __( 'Support for Querying for Groups by New Column %s', 'buddypress' ), '<code>parent_id</code>' ); 699 ?></h4> 700 <p><?php esc_html_e( 'Query support for hierarchical groups makes it much easier for developers to add custom front-end functionality.', 'buddypress' ); ?></p> 656 <span class="dashicons dashicons-testimonial" aria-hidden="true"></span> 657 <h4 class="feature-title"><?php esc_html_e( 'More hooks for Messages', 'buddypress' ); ?></h4> 658 <p><?php esc_html_e( 'New filters and actions for different methods throughout the Messages component.', 'buddypress' ); ?></p> 701 659 </div> 702 660 703 661 <div class="bp-feature opposite"> 704 <span class="dashicons dashicons-chart-bar" aria-hidden="true"></span> 705 <h4 class="title"><?php esc_html_e( 'Many, Many Performance Improvements', 'buddypress' ); ?></h4> 706 <p><?php 707 /* translators: %s: bp_get_user_groups() */ 708 printf( __( 'Improved performance by removing extra database queries, adding new cache calls, and removing the number of loops in %s.', 'buddypress' ), '<code>bp_get_user_groups()</code>' ); 709 ?></p> 662 <span class="dashicons dashicons-groups" aria-hidden="true"></span> 663 <h4 class="feature-title"><?php esc_html_e( 'Alphabetical sorting for Groups widget', 'buddypress' ); ?></h4> 664 <p><?php esc_html_e( 'Add an alphabetical sort option to the groups widget in addition to sorting the results by recently active, popular, and newest groups.', 'buddypress' ); ?></p> 710 665 </div> 711 666 712 713 667 <div class="clear"></div> 714 668 </div> 715 669 716 670 <div class="bp-changelog-section"> 717 <h3 class="changelog-title"><?php esc_html_e( 'And so much more!', 'buddypress' ); ?></h3> 718 <p class="bp-changelog-url"><?php 719 /* translators: %s: URL to the BuddyPress Codex article */ 720 printf( __( '<a href="%s">Changelog for BuddyPress 2.7.</a>', 'buddypress' ), 721 'https://codex.buddypress.org/releases/version-2-7-0/' ); 722 ?></p> 671 <h3 class="changelog-title"><?php esc_html_e( 'More under the hood …', 'buddypress' ); ?></h3> 672 <div class="bp-changelog three-col"> 673 <div class="col"> 674 <h4 class="title"><?php esc_html_e( 'Localization Improvements', 'buddypress' ); ?></h4> 675 <p><?php esc_html_e( 'We continue to improve on localization for translation editors so that BuddyPress will be available for everyone in their own language.', 'buddypress' ); ?></p> 676 </div> 677 <div class="col"> 678 <h4 class="title"><?php esc_html_e( 'Developer Reference', 'buddypress' ); ?></h4> 679 <p><?php esc_html_e( 'Regular updates to inline code documentation make it easier for developers to understand how BuddyPress works.', 'buddypress' ); ?></p> 680 </div> 723 681 682 <div class="col"> 683 <h4 class="title"><?php esc_html_e( 'Accessibility Upgrades', 'buddypress' ); ?></h4> 684 <p><?php esc_html_e( 'Continued improvements for universal access help make BuddyPress back- and front-end screens usable for everyone (and on more devices).', 'buddypress' ); ?></p> 685 </div> 686 </div> 687 <div class="clear"></div> 724 688 </div> 725 689 726 690 <div class="bp-assets"> … … 934 898 // Switch welcome text based on whether this is a new installation or not. 935 899 $welcome_text = ( self::is_new_install() ) 936 900 ? __( 'Thank you for installing BuddyPress! BuddyPress helps site builders and WordPress developers add community features to their websites, with user profile fields, activity streams, messaging, and notifications.', 'buddypress' ) 937 : __( 'Thank you for updating! BuddyPress %s has many new features that you will enjoy.', 'buddypress' );901 : __( 'Thank you for updating! BuddyPress %s has many new improvements that you will enjoy.', 'buddypress' ); 938 902 939 903 ?> 940 904