Changeset 9807
- Timestamp:
- 04/27/2015 06:13:20 PM (9 years ago)
- Location:
- trunk/src/bp-templates/bp-legacy/css
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-legacy/css/twentyfifteen-rtl.css
r9806 r9807 32 32 4.4 - Blogs Loop 33 33 5.0 - Directories - Members, Groups, Blogs, Forums 34 6.0 - Single Group Screens 35 6.1 - Item-header 36 6.2 - Management settings screens 37 6.3 - Group members list 38 7.0 - Single User Account Screens 39 7.1 - Item Header 40 7.2 - Extended Profiles 41 7.3 - Groups 42 7.4 - friends 43 7.5 - Private Messaging Threads 44 7.6 - Settings 45 8.0 - Forms - General 46 9.0 - Tables - General 47 10.0 - Error / Success Messages 48 11.0 - Ajax Loading 49 12.0 - Widgets 34 6.0 - Single Item screens: User Account & Single Group Screens 35 6.1 - Item Headers: Global 36 6.1.1 - Item-header: Groups; 37 6.1.2 - item-header: User Accounts 38 6.2 - Item Body: Global 39 6.2.1 - item-body: Groups 40 6.2.1.1- Management settings screens 41 6.2.1.2 - Group members list 42 6.2.2 - item-body: User Accounts 43 6.2.2.1 - classes, pag, filters 44 6.2.2.2 - Extended Profiles 45 6.2.2.3 - Groups 46 6.2.2.4 - friends 47 6.2.2.5 - Private Messaging Threads 48 6.2.2.6 - Settings 49 7.0 - Forms - General 50 8.0 - Tables - General 51 9.0 - Error / Success Messages 52 10.0 - Ajax Loading 53 11.0 - Widgets 50 54 --------------------------------------------------------------*/ 51 55 /** … … 95 99 96 100 /** 97 *------------------------------------------------------------------------------- 98 * @section 2.1 - Navs - Object Nav / Sub Nav (item-list-tabs) 99 *------------------------------------------------------------------------------- 101 *---------------------------------------------------------- 102 * @section 2.1 - Navs Object Nav / Sub Nav (item-list-tabs) 100 103 * 101 * @description The main navigational elements for BP screens 104 * The main navigational elements for all BP screens 105 *---------------------------------------------------------- 102 106 */ 103 107 #buddypress { … … 151 155 opacity: 1; } 152 156 153 /*__ Vertical menu User accountscreens __*/157 /*__ Vertical menu User Account / Group single screens __*/ 154 158 @media screen and (min-width: 55em) { 155 /*.bp-user*/ 156 #buddypress { 159 .bp-user #buddypress, .single-item.groups #buddypress { 157 160 background: #f7f7f7; } 158 159 160 161 border-left: 1px solid rgba(153, 153, 153, 0.1);162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 /** 184 *---------------------------------------------------------- ---------------------161 #buddypress #item-header, #buddypress #item-body { 162 background: #fff; } 163 #buddypress #object-nav { 164 border-left: 1px solid #ddd; 165 float: right; 166 margin-left: -1px; 167 width: 200px; } 168 #buddypress #object-nav ul { 169 border-bottom: 0; 170 padding: 0; } 171 #buddypress #object-nav ul li { 172 float: none; 173 overflow: hidden; } 174 #buddypress #object-nav ul li span { 175 border-radius: 10%; 176 float: left; 177 margin-left: 15px; } 178 #buddypress #item-body { 179 border-right: 1px solid #ddd; 180 overflow: hidden; 181 padding: 0 10px; 182 width: auto; } 183 #buddypress #item-body #subnav { 184 margin: 0 -10px; } } 185 186 /** 187 *---------------------------------------------------------- 185 188 * @section 2.2 - Pagination 186 *---------------------------------------------------------- ---------------------189 *---------------------------------------------------------- 187 190 */ 188 191 #buddypress div.pagination { … … 282 285 283 286 /** 284 *---------------------------------------------------------- ---------------------287 *---------------------------------------------------------- 285 288 * @section 4.1 - Activity 286 *---------------------------------------------------------- ---------------------287 */ 288 /** 289 *----------------------------------------------------- --------------------------289 *---------------------------------------------------------- 290 */ 291 /** 292 *----------------------------------------------------- 290 293 * @section 4.1.1 - Activity Whats New 291 *------------------------------------------------------------------------------- 292 */ 294 *----------------------------------------------------- 295 */ 296 #buddypress form#whats-new-form p.activity-greeting { 297 line-height: 1.4; } 293 298 #buddypress form#whats-new-form textarea { 294 299 width: 100%; } 300 @media screen and (max-width: 46.25em) { 301 #buddypress form#whats-new-form #whats-new-content { 302 clear: right; 303 margin: 10px 0 20px; 304 padding: 10px 0 0; } } 295 305 #buddypress form#whats-new-form #whats-new-options[style] { 296 min-height: 6rem; } 306 min-height: 6rem; 307 overflow: visible; } 308 #buddypress form#whats-new-form #whats-new-options[style] #whats-new-post-in-box { 309 border: 1px solid rgba(153, 153, 153, 0.5); 310 float: right; 311 line-height: 1.5em; 312 margin-top: 12px; 313 padding-right: 0.2em; 314 width: 100%; } 315 #buddypress form#whats-new-form #whats-new-options[style] #whats-new-post-in-box select { 316 background: none; 317 border: 0; 318 float: left; 319 margin: 0; 320 min-height: 1.5em; 321 padding-right: 0.4em; } 322 @media screen and (min-width: 30em) { 323 #buddypress form#whats-new-form #whats-new-options[style] #whats-new-post-in-box { 324 width: auto; } 325 #buddypress form#whats-new-form #whats-new-options[style] #whats-new-submit { 326 float: left; } } 297 327 #buddypress #item-body form#whats-new-form { 298 328 margin: 40px 0; } 299 329 300 330 /** 301 *----------------------------------------------------- --------------------------331 *----------------------------------------------------- 302 332 * @section 4.1.2 - Activity Listing 303 *----------------------------------------------------- --------------------------333 *----------------------------------------------------- 304 334 */ 305 335 #buddypress .activity-list li .activity-avatar a img.avatar { … … 339 369 340 370 /** 341 *----------------------------------------------------- --------------------------371 *----------------------------------------------------- 342 372 * @section 4.1.3 - Activity Comments 343 *----------------------------------------------------- --------------------------373 *----------------------------------------------------- 344 374 */ 345 375 #buddypress .activity .activity-comments { … … 367 397 368 398 /** 369 *---------------------------------------------------------- ---------------------399 *---------------------------------------------------------- 370 400 * @section 4.2 - Members Loop 371 *---------------------------------------------------------- ---------------------401 *---------------------------------------------------------- 372 402 */ 373 403 @media screen and (min-width: 59.6875em) { … … 379 409 /** 380 410 *------------------------------------------------------------------------------- 381 * @section 6.0 - Single Group Screens 382 *------------------------------------------------------------------------------- 383 */ 384 /** 385 *------------------------------------------------------ 386 * @subsection 6.1 - item-header 387 *------------------------------------------------------ 388 */ 411 * @section 6.0 - Single Item screens: User Account & Single Group Screens 412 *------------------------------------------------------------------------------- 413 */ 414 /** 415 *----------------------------------------------------------- 416 * @subsection 6.1 - Item Header Global 417 *----------------------------------------------------------- 418 */ 419 /** 420 *----------------------------------------------------- 421 * @subsection 6.1.1 - item-header Groups 422 * 423 * Group Specific Item Header 424 *----------------------------------------------------- 425 */ 389 426 @media screen and (max-width: 38.75em) { 390 . groups #buddypress div#item-header {427 .single-item.groups #buddypress div#item-header { 391 428 display: flex; 392 429 flex-direction: column; } 393 . groups #buddypress div#item-header #item-header-avatar {430 .single-item.groups #buddypress div#item-header #item-header-avatar { 394 431 order: 1; 395 432 text-align: center; } 396 . groups #buddypress div#item-header #item-header-avatar a {433 .single-item.groups #buddypress div#item-header #item-header-avatar a { 397 434 border-bottom: 0; } 398 . groups #buddypress div#item-header #item-header-avatar a img {435 .single-item.groups #buddypress div#item-header #item-header-avatar a img { 399 436 display: inline-block; 400 437 float: none; } 401 . groups #buddypress div#item-header #item-header-content {438 .single-item.groups #buddypress div#item-header #item-header-content { 402 439 order: 2; } 403 . groups #buddypress div#item-header #item-actions {440 .single-item.groups #buddypress div#item-header #item-actions { 404 441 order: 3; } } 405 . groups #buddypress div#item-header {442 .single-item.groups #buddypress div#item-header { 406 443 padding-bottom: 40px; } 407 . groups #buddypress div#item-header div#item-actions {444 .single-item.groups #buddypress div#item-header div#item-actions { 408 445 margin: 0; 409 446 width: 100%; } 410 447 @media screen and (min-width: 38.75em) { 411 . groups #buddypress div#item-header div#item-actions {448 .single-item.groups #buddypress div#item-header div#item-actions { 412 449 clear: none; 413 450 float: left; 414 451 width: 50%; } } 415 . groups #buddypress div#item-header div#item-actions h3 {452 .single-item.groups #buddypress div#item-header div#item-actions h3 { 416 453 background: #555; 417 454 color: #fff; … … 420 457 padding: 0.2em; } 421 458 @media screen and (min-width: 46.25em) { 422 . groups #buddypress div#item-header div#item-actions h3 {459 .single-item.groups #buddypress div#item-header div#item-actions h3 { 423 460 font-size: 16px; 424 461 font-size: 1.6rem; } } 425 462 @media screen and (min-width: 46.25em) { 426 . groups #buddypress div#item-header #item-header-avatar,.groups #buddypress div#item-header #item-header-content {463 .single-item.groups #buddypress div#item-header #item-header-avatar, .single-item.groups #buddypress div#item-header #item-header-content { 427 464 float: right; } 428 . groups #buddypress div#item-header #item-header-avatar {465 .single-item.groups #buddypress div#item-header #item-header-avatar { 429 466 width: 21%; } 430 . groups #buddypress div#item-header #item-header-content {467 .single-item.groups #buddypress div#item-header #item-header-content { 431 468 margin-right: 4%; 432 469 width: 40%; } 433 . groups #buddypress div#item-header div#item-actions {470 .single-item.groups #buddypress div#item-header div#item-actions { 434 471 float: left; 435 472 width: 28%; } } 436 473 437 474 /** 438 *------------------------------------------------------- 439 * @subsection 6.2 - Management settings screens 440 *------------------------------------------------------- 475 *----------------------------------------------------- 476 * @subsection 6.1.2 - Item Header User Accounts 477 * 478 * User Accounts Specific Item Header 479 *----------------------------------------------------- 480 */ 481 .bp-user #buddypress #item-header { 482 padding: 20px 0; } 483 .bp-user #buddypress #item-header #item-header-avatar { 484 text-align: center; 485 width: 100%; } 486 .bp-user #buddypress #item-header #item-header-avatar img.avatar, .bp-user #buddypress #item-header #item-header-avatar a { 487 border-bottom: 0; 488 display: inline-block; 489 float: none; } 490 @media screen and (min-width: 46.25em) { 491 .bp-user #buddypress #item-header #item-header-avatar { 492 float: right; 493 width: 20%; } 494 .bp-user #buddypress #item-header #item-header-avatar img.avatar, .bp-user #buddypress #item-header #item-header-avatar a { 495 float: right; 496 width: 100%; } 497 .bp-user #buddypress #item-header #item-header-content { 498 float: left; 499 margin-left: 5%; 500 width: 69%; } } 501 502 /** 503 *----------------------------------------------------------- 504 * @subsection 6.2 - Item Body: Global 505 *----------------------------------------------------------- 506 */ 507 /** 508 *---------------------------------------------------- 509 * @subsection 6.2.1 - Item Body Groups 510 * 511 * Groups specific item body rules - screens 512 *---------------------------------------------------- 513 */ 514 /** 515 *----------------------------------------- 516 * @subsection 6.2.1.1 - Group Management 517 *----------------------------------------- 441 518 */ 442 519 .groups #group-settings-form h4 { … … 498 575 499 576 /** 500 *----------------------------------------- -------------501 * @subsection 6. 3 - Group Members list502 *----------------------------------------- -------------577 *----------------------------------------- 578 * @subsection 6.2.1.2 - Group members 579 *----------------------------------------- 503 580 */ 504 581 .groups.group-members #subnav li { … … 519 596 520 597 /** 521 *------------------------------------------------------------------------------- 522 * @section 7.0 - Single User Account Screens 523 *------------------------------------------------------------------------------- 598 *----------------------------------------------------- 599 * @subsection 6.2.2 - Item Body User Accounts 600 * 601 * User Account specific item body rules 602 *----------------------------------------------------- 524 603 */ 525 604 .bp-user .entry-title { 526 605 margin-bottom: 0.5em; } 527 606 .bp-user #buddypress { 528 /* General elements & classes, pagination, filters */529 607 /** 530 *----------------------------------------------------- 531 * @subsection 7.1 - Item Header 532 *----------------------------------------------------- 608 *-------------------------------------------- 609 * @subsection 6.2.2.1 - classes, pag, filters 610 *-------------------------------------------- 611 */ 612 /** 613 *------------------------------------------- 614 * @subsection 6.2.2.2 - Extended Profiles 615 *------------------------------------------- 533 616 */ 534 617 /** 535 *----------------------------------------------------- 536 * @subsection 7.2 - Extended Profile 537 *----------------------------------------------------- 538 */ 539 /** 540 *----------------------------------------------------- 541 * @subsection 7.3 - Groups 542 *----------------------------------------------------- 618 *------------------------------------------- 619 * @subsection 6.2.2.3 - Groups 620 *------------------------------------------- 543 621 */ } 544 622 .bp-user #buddypress table th { … … 586 664 line-height: 20px; 587 665 width: 40%; } 588 .bp-user #buddypress #item-header { 589 padding: 20px 0; } 590 .bp-user #buddypress #item-header #item-header-avatar { 591 text-align: center; 592 width: 100%; } 593 .bp-user #buddypress #item-header #item-header-avatar img.avatar, .bp-user #buddypress #item-header #item-header-avatar a { 594 border-bottom: 0; 595 display: inline-block; 596 float: none; } 597 @media screen and (min-width: 46.25em) { 598 .bp-user #buddypress #item-header #item-header-avatar { 666 .bp-user #buddypress .profile { 667 /* Edit profile */ } 668 .bp-user #buddypress .profile .bp-widget h4 { 669 background: rgba(85, 85, 85, 0.8); 670 color: #fff; 671 margin-bottom: 0; 672 padding: 0.4em; } 673 .bp-user #buddypress .profile .bp-widget table { 674 margin-top: 0; } 675 .bp-user #buddypress .profile #profile-edit-form .button-nav:before, .bp-user #buddypress .profile #profile-edit-form .button-nav:after { 676 content: " "; 677 display: table; } 678 .bp-user #buddypress .profile #profile-edit-form .button-nav:after { 679 clear: both; } 680 .bp-user #buddypress .profile #profile-edit-form ul.button-nav { 681 border-bottom: 1px solid #eaeaea; 682 margin-right: 0; } 683 .bp-user #buddypress .profile #profile-edit-form ul.button-nav li { 599 684 float: right; 600 width: 20%; } 601 .bp-user #buddypress #item-header #item-header-avatar img.avatar, .bp-user #buddypress #item-header #item-header-avatar a { 602 float: right; 603 width: 100%; } 604 .bp-user #buddypress #item-header #item-header-content { 605 float: left; 606 margin-left: 5%; 607 width: 69%; } } 608 .bp-user #buddypress .profile .bp-widget h4 { 609 background: rgba(85, 85, 85, 0.8); 610 color: #fff; 611 margin-bottom: 0; 612 padding: 0.4em; } 613 .bp-user #buddypress .profile .bp-widget table { 614 margin-top: 0; } 685 margin-bottom: 0; } 686 .bp-user #buddypress .profile #profile-edit-form ul.button-nav li.current { 687 border: 1px solid #eaeaea; 688 border-bottom-color: #fff; 689 margin-bottom: -1px; } 690 .bp-user #buddypress .profile #profile-edit-form ul.button-nav a { 691 background: none; 692 border: 0; 693 font-size: 18px; 694 font-size: 1.8rem; } 695 .bp-user #buddypress .profile #profile-edit-form .field-visibility-settings-toggle, .bp-user #buddypress .profile #profile-edit-form .field-visibility-settings { 696 font-size: 14px; 697 font-size: 1.4rem; } 698 .bp-user #buddypress .profile #profile-edit-form .field-visibility-settings-close, .bp-user #buddypress .profile #profile-edit-form .visibility-toggle-link { 699 background: #555; 700 color: #fff; 701 padding: 0.2em 0.5em; } 702 .bp-user #buddypress .profile .bp-avatar #bp-delete-avatar a { 703 font-size: inherit; } 615 704 @media screen and (min-width: 77.5em) { 616 705 .bp-user #buddypress #groups-list li .item { … … 620 709 /** 621 710 *------------------------------------------------------------------------------- 622 * @section 8.0 - Forms - General711 * @section 7.0 - Forms - General 623 712 *------------------------------------------------------------------------------- 624 713 */ … … 682 771 /** 683 772 *------------------------------------------------------------------------------- 684 * @section 9.0 - Tables - General773 * @section 8.0 - Tables - General 685 774 *------------------------------------------------------------------------------- 686 775 */ … … 713 802 padding: 0; 714 803 text-align: center; } 804 805 /** 806 *------------------------------------------------------------------------------- 807 * @section 9.0 - Error / Success messages 808 *------------------------------------------------------------------------------- 809 */ 810 #buddypress div#message.info p { 811 background: #c6e4ee; 812 border: 1px solid #78bed6; } -
trunk/src/bp-templates/bp-legacy/css/twentyfifteen.css
r9806 r9807 32 32 4.4 - Blogs Loop 33 33 5.0 - Directories - Members, Groups, Blogs, Forums 34 6.0 - Single Group Screens 35 6.1 - Item-header 36 6.2 - Management settings screens 37 6.3 - Group members list 38 7.0 - Single User Account Screens 39 7.1 - Item Header 40 7.2 - Extended Profiles 41 7.3 - Groups 42 7.4 - friends 43 7.5 - Private Messaging Threads 44 7.6 - Settings 45 8.0 - Forms - General 46 9.0 - Tables - General 47 10.0 - Error / Success Messages 48 11.0 - Ajax Loading 49 12.0 - Widgets 34 6.0 - Single Item screens: User Account & Single Group Screens 35 6.1 - Item Headers: Global 36 6.1.1 - Item-header: Groups; 37 6.1.2 - item-header: User Accounts 38 6.2 - Item Body: Global 39 6.2.1 - item-body: Groups 40 6.2.1.1- Management settings screens 41 6.2.1.2 - Group members list 42 6.2.2 - item-body: User Accounts 43 6.2.2.1 - classes, pag, filters 44 6.2.2.2 - Extended Profiles 45 6.2.2.3 - Groups 46 6.2.2.4 - friends 47 6.2.2.5 - Private Messaging Threads 48 6.2.2.6 - Settings 49 7.0 - Forms - General 50 8.0 - Tables - General 51 9.0 - Error / Success Messages 52 10.0 - Ajax Loading 53 11.0 - Widgets 50 54 --------------------------------------------------------------*/ 51 55 /** … … 95 99 96 100 /** 97 *------------------------------------------------------------------------------- 98 * @section 2.1 - Navs - Object Nav / Sub Nav (item-list-tabs) 99 *------------------------------------------------------------------------------- 101 *---------------------------------------------------------- 102 * @section 2.1 - Navs Object Nav / Sub Nav (item-list-tabs) 100 103 * 101 * @description The main navigational elements for BP screens 104 * The main navigational elements for all BP screens 105 *---------------------------------------------------------- 102 106 */ 103 107 #buddypress { … … 151 155 opacity: 1; } 152 156 153 /*__ Vertical menu User accountscreens __*/157 /*__ Vertical menu User Account / Group single screens __*/ 154 158 @media screen and (min-width: 55em) { 155 /*.bp-user*/ 156 #buddypress { 159 .bp-user #buddypress, .single-item.groups #buddypress { 157 160 background: #f7f7f7; } 158 159 160 161 border-right: 1px solid rgba(153, 153, 153, 0.1);162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 /** 184 *---------------------------------------------------------- ---------------------161 #buddypress #item-header, #buddypress #item-body { 162 background: #fff; } 163 #buddypress #object-nav { 164 border-right: 1px solid #ddd; 165 float: left; 166 margin-right: -1px; 167 width: 200px; } 168 #buddypress #object-nav ul { 169 border-bottom: 0; 170 padding: 0; } 171 #buddypress #object-nav ul li { 172 float: none; 173 overflow: hidden; } 174 #buddypress #object-nav ul li span { 175 border-radius: 10%; 176 float: right; 177 margin-right: 15px; } 178 #buddypress #item-body { 179 border-left: 1px solid #ddd; 180 overflow: hidden; 181 padding: 0 10px; 182 width: auto; } 183 #buddypress #item-body #subnav { 184 margin: 0 -10px; } } 185 186 /** 187 *---------------------------------------------------------- 185 188 * @section 2.2 - Pagination 186 *---------------------------------------------------------- ---------------------189 *---------------------------------------------------------- 187 190 */ 188 191 #buddypress div.pagination { … … 282 285 283 286 /** 284 *---------------------------------------------------------- ---------------------287 *---------------------------------------------------------- 285 288 * @section 4.1 - Activity 286 *---------------------------------------------------------- ---------------------287 */ 288 /** 289 *----------------------------------------------------- --------------------------289 *---------------------------------------------------------- 290 */ 291 /** 292 *----------------------------------------------------- 290 293 * @section 4.1.1 - Activity Whats New 291 *------------------------------------------------------------------------------- 292 */ 294 *----------------------------------------------------- 295 */ 296 #buddypress form#whats-new-form p.activity-greeting { 297 line-height: 1.4; } 293 298 #buddypress form#whats-new-form textarea { 294 299 width: 100%; } 300 @media screen and (max-width: 46.25em) { 301 #buddypress form#whats-new-form #whats-new-content { 302 clear: left; 303 margin: 10px 0 20px; 304 padding: 10px 0 0; } } 295 305 #buddypress form#whats-new-form #whats-new-options[style] { 296 min-height: 6rem; } 306 min-height: 6rem; 307 overflow: visible; } 308 #buddypress form#whats-new-form #whats-new-options[style] #whats-new-post-in-box { 309 border: 1px solid rgba(153, 153, 153, 0.5); 310 float: left; 311 line-height: 1.5em; 312 margin-top: 12px; 313 padding-left: 0.2em; 314 width: 100%; } 315 #buddypress form#whats-new-form #whats-new-options[style] #whats-new-post-in-box select { 316 background: none; 317 border: 0; 318 float: right; 319 margin: 0; 320 min-height: 1.5em; 321 padding-left: 0.4em; } 322 @media screen and (min-width: 30em) { 323 #buddypress form#whats-new-form #whats-new-options[style] #whats-new-post-in-box { 324 width: auto; } 325 #buddypress form#whats-new-form #whats-new-options[style] #whats-new-submit { 326 float: right; } } 297 327 #buddypress #item-body form#whats-new-form { 298 328 margin: 40px 0; } 299 329 300 330 /** 301 *----------------------------------------------------- --------------------------331 *----------------------------------------------------- 302 332 * @section 4.1.2 - Activity Listing 303 *----------------------------------------------------- --------------------------333 *----------------------------------------------------- 304 334 */ 305 335 #buddypress .activity-list li .activity-avatar a img.avatar { … … 339 369 340 370 /** 341 *----------------------------------------------------- --------------------------371 *----------------------------------------------------- 342 372 * @section 4.1.3 - Activity Comments 343 *----------------------------------------------------- --------------------------373 *----------------------------------------------------- 344 374 */ 345 375 #buddypress .activity .activity-comments { … … 367 397 368 398 /** 369 *---------------------------------------------------------- ---------------------399 *---------------------------------------------------------- 370 400 * @section 4.2 - Members Loop 371 *---------------------------------------------------------- ---------------------401 *---------------------------------------------------------- 372 402 */ 373 403 @media screen and (min-width: 59.6875em) { … … 379 409 /** 380 410 *------------------------------------------------------------------------------- 381 * @section 6.0 - Single Group Screens 382 *------------------------------------------------------------------------------- 383 */ 384 /** 385 *------------------------------------------------------ 386 * @subsection 6.1 - item-header 387 *------------------------------------------------------ 388 */ 411 * @section 6.0 - Single Item screens: User Account & Single Group Screens 412 *------------------------------------------------------------------------------- 413 */ 414 /** 415 *----------------------------------------------------------- 416 * @subsection 6.1 - Item Header Global 417 *----------------------------------------------------------- 418 */ 419 /** 420 *----------------------------------------------------- 421 * @subsection 6.1.1 - item-header Groups 422 * 423 * Group Specific Item Header 424 *----------------------------------------------------- 425 */ 389 426 @media screen and (max-width: 38.75em) { 390 . groups #buddypress div#item-header {427 .single-item.groups #buddypress div#item-header { 391 428 display: flex; 392 429 flex-direction: column; } 393 . groups #buddypress div#item-header #item-header-avatar {430 .single-item.groups #buddypress div#item-header #item-header-avatar { 394 431 order: 1; 395 432 text-align: center; } 396 . groups #buddypress div#item-header #item-header-avatar a {433 .single-item.groups #buddypress div#item-header #item-header-avatar a { 397 434 border-bottom: 0; } 398 . groups #buddypress div#item-header #item-header-avatar a img {435 .single-item.groups #buddypress div#item-header #item-header-avatar a img { 399 436 display: inline-block; 400 437 float: none; } 401 . groups #buddypress div#item-header #item-header-content {438 .single-item.groups #buddypress div#item-header #item-header-content { 402 439 order: 2; } 403 . groups #buddypress div#item-header #item-actions {440 .single-item.groups #buddypress div#item-header #item-actions { 404 441 order: 3; } } 405 . groups #buddypress div#item-header {442 .single-item.groups #buddypress div#item-header { 406 443 padding-bottom: 40px; } 407 . groups #buddypress div#item-header div#item-actions {444 .single-item.groups #buddypress div#item-header div#item-actions { 408 445 margin: 0; 409 446 width: 100%; } 410 447 @media screen and (min-width: 38.75em) { 411 . groups #buddypress div#item-header div#item-actions {448 .single-item.groups #buddypress div#item-header div#item-actions { 412 449 clear: none; 413 450 float: right; 414 451 width: 50%; } } 415 . groups #buddypress div#item-header div#item-actions h3 {452 .single-item.groups #buddypress div#item-header div#item-actions h3 { 416 453 background: #555; 417 454 color: #fff; … … 420 457 padding: 0.2em; } 421 458 @media screen and (min-width: 46.25em) { 422 . groups #buddypress div#item-header div#item-actions h3 {459 .single-item.groups #buddypress div#item-header div#item-actions h3 { 423 460 font-size: 16px; 424 461 font-size: 1.6rem; } } 425 462 @media screen and (min-width: 46.25em) { 426 . groups #buddypress div#item-header #item-header-avatar,.groups #buddypress div#item-header #item-header-content {463 .single-item.groups #buddypress div#item-header #item-header-avatar, .single-item.groups #buddypress div#item-header #item-header-content { 427 464 float: left; } 428 . groups #buddypress div#item-header #item-header-avatar {465 .single-item.groups #buddypress div#item-header #item-header-avatar { 429 466 width: 21%; } 430 . groups #buddypress div#item-header #item-header-content {467 .single-item.groups #buddypress div#item-header #item-header-content { 431 468 margin-left: 4%; 432 469 width: 40%; } 433 . groups #buddypress div#item-header div#item-actions {470 .single-item.groups #buddypress div#item-header div#item-actions { 434 471 float: right; 435 472 width: 28%; } } 436 473 437 474 /** 438 *------------------------------------------------------- 439 * @subsection 6.2 - Management settings screens 440 *------------------------------------------------------- 475 *----------------------------------------------------- 476 * @subsection 6.1.2 - Item Header User Accounts 477 * 478 * User Accounts Specific Item Header 479 *----------------------------------------------------- 480 */ 481 .bp-user #buddypress #item-header { 482 padding: 20px 0; } 483 .bp-user #buddypress #item-header #item-header-avatar { 484 text-align: center; 485 width: 100%; } 486 .bp-user #buddypress #item-header #item-header-avatar img.avatar, .bp-user #buddypress #item-header #item-header-avatar a { 487 border-bottom: 0; 488 display: inline-block; 489 float: none; } 490 @media screen and (min-width: 46.25em) { 491 .bp-user #buddypress #item-header #item-header-avatar { 492 float: left; 493 width: 20%; } 494 .bp-user #buddypress #item-header #item-header-avatar img.avatar, .bp-user #buddypress #item-header #item-header-avatar a { 495 float: left; 496 width: 100%; } 497 .bp-user #buddypress #item-header #item-header-content { 498 float: right; 499 margin-right: 5%; 500 width: 69%; } } 501 502 /** 503 *----------------------------------------------------------- 504 * @subsection 6.2 - Item Body: Global 505 *----------------------------------------------------------- 506 */ 507 /** 508 *---------------------------------------------------- 509 * @subsection 6.2.1 - Item Body Groups 510 * 511 * Groups specific item body rules - screens 512 *---------------------------------------------------- 513 */ 514 /** 515 *----------------------------------------- 516 * @subsection 6.2.1.1 - Group Management 517 *----------------------------------------- 441 518 */ 442 519 .groups #group-settings-form h4 { … … 498 575 499 576 /** 500 *----------------------------------------- -------------501 * @subsection 6. 3 - Group Members list502 *----------------------------------------- -------------577 *----------------------------------------- 578 * @subsection 6.2.1.2 - Group members 579 *----------------------------------------- 503 580 */ 504 581 .groups.group-members #subnav li { … … 519 596 520 597 /** 521 *------------------------------------------------------------------------------- 522 * @section 7.0 - Single User Account Screens 523 *------------------------------------------------------------------------------- 598 *----------------------------------------------------- 599 * @subsection 6.2.2 - Item Body User Accounts 600 * 601 * User Account specific item body rules 602 *----------------------------------------------------- 524 603 */ 525 604 .bp-user .entry-title { 526 605 margin-bottom: 0.5em; } 527 606 .bp-user #buddypress { 528 /* General elements & classes, pagination, filters */529 607 /** 530 *----------------------------------------------------- 531 * @subsection 7.1 - Item Header 532 *----------------------------------------------------- 608 *-------------------------------------------- 609 * @subsection 6.2.2.1 - classes, pag, filters 610 *-------------------------------------------- 611 */ 612 /** 613 *------------------------------------------- 614 * @subsection 6.2.2.2 - Extended Profiles 615 *------------------------------------------- 533 616 */ 534 617 /** 535 *----------------------------------------------------- 536 * @subsection 7.2 - Extended Profile 537 *----------------------------------------------------- 538 */ 539 /** 540 *----------------------------------------------------- 541 * @subsection 7.3 - Groups 542 *----------------------------------------------------- 618 *------------------------------------------- 619 * @subsection 6.2.2.3 - Groups 620 *------------------------------------------- 543 621 */ } 544 622 .bp-user #buddypress table th { … … 586 664 line-height: 20px; 587 665 width: 40%; } 588 .bp-user #buddypress #item-header { 589 padding: 20px 0; } 590 .bp-user #buddypress #item-header #item-header-avatar { 591 text-align: center; 592 width: 100%; } 593 .bp-user #buddypress #item-header #item-header-avatar img.avatar, .bp-user #buddypress #item-header #item-header-avatar a { 594 border-bottom: 0; 595 display: inline-block; 596 float: none; } 597 @media screen and (min-width: 46.25em) { 598 .bp-user #buddypress #item-header #item-header-avatar { 666 .bp-user #buddypress .profile { 667 /* Edit profile */ } 668 .bp-user #buddypress .profile .bp-widget h4 { 669 background: rgba(85, 85, 85, 0.8); 670 color: #fff; 671 margin-bottom: 0; 672 padding: 0.4em; } 673 .bp-user #buddypress .profile .bp-widget table { 674 margin-top: 0; } 675 .bp-user #buddypress .profile #profile-edit-form .button-nav:before, .bp-user #buddypress .profile #profile-edit-form .button-nav:after { 676 content: " "; 677 display: table; } 678 .bp-user #buddypress .profile #profile-edit-form .button-nav:after { 679 clear: both; } 680 .bp-user #buddypress .profile #profile-edit-form ul.button-nav { 681 border-bottom: 1px solid #eaeaea; 682 margin-left: 0; } 683 .bp-user #buddypress .profile #profile-edit-form ul.button-nav li { 599 684 float: left; 600 width: 20%; } 601 .bp-user #buddypress #item-header #item-header-avatar img.avatar, .bp-user #buddypress #item-header #item-header-avatar a { 602 float: left; 603 width: 100%; } 604 .bp-user #buddypress #item-header #item-header-content { 605 float: right; 606 margin-right: 5%; 607 width: 69%; } } 608 .bp-user #buddypress .profile .bp-widget h4 { 609 background: rgba(85, 85, 85, 0.8); 610 color: #fff; 611 margin-bottom: 0; 612 padding: 0.4em; } 613 .bp-user #buddypress .profile .bp-widget table { 614 margin-top: 0; } 685 margin-bottom: 0; } 686 .bp-user #buddypress .profile #profile-edit-form ul.button-nav li.current { 687 border: 1px solid #eaeaea; 688 border-bottom-color: #fff; 689 margin-bottom: -1px; } 690 .bp-user #buddypress .profile #profile-edit-form ul.button-nav a { 691 background: none; 692 border: 0; 693 font-size: 18px; 694 font-size: 1.8rem; } 695 .bp-user #buddypress .profile #profile-edit-form .field-visibility-settings-toggle, .bp-user #buddypress .profile #profile-edit-form .field-visibility-settings { 696 font-size: 14px; 697 font-size: 1.4rem; } 698 .bp-user #buddypress .profile #profile-edit-form .field-visibility-settings-close, .bp-user #buddypress .profile #profile-edit-form .visibility-toggle-link { 699 background: #555; 700 color: #fff; 701 padding: 0.2em 0.5em; } 702 .bp-user #buddypress .profile .bp-avatar #bp-delete-avatar a { 703 font-size: inherit; } 615 704 @media screen and (min-width: 77.5em) { 616 705 .bp-user #buddypress #groups-list li .item { … … 620 709 /** 621 710 *------------------------------------------------------------------------------- 622 * @section 8.0 - Forms - General711 * @section 7.0 - Forms - General 623 712 *------------------------------------------------------------------------------- 624 713 */ … … 682 771 /** 683 772 *------------------------------------------------------------------------------- 684 * @section 9.0 - Tables - General773 * @section 8.0 - Tables - General 685 774 *------------------------------------------------------------------------------- 686 775 */ … … 713 802 padding: 0; 714 803 text-align: center; } 804 805 /** 806 *------------------------------------------------------------------------------- 807 * @section 9.0 - Error / Success messages 808 *------------------------------------------------------------------------------- 809 */ 810 #buddypress div#message.info p { 811 background: #c6e4ee; 812 border: 1px solid #78bed6; } -
trunk/src/bp-templates/bp-legacy/css/twentyfifteen.scss
r9806 r9807 81 81 82 82 // Box sizing 83 84 83 @mixin box-model($box-model) { 85 84 // -webkit-box-sizing: $box-model; 86 85 // -moz-box-sizing: $box-model; 87 86 box-sizing: $box-model; 87 } 88 89 @mixin message-box($background) { 90 background: lighten($background, 10%); 91 border: 1px solid darken($background, 10%); 88 92 } 89 93 … … 95 99 $border-color: #999; // border color is varied using rgba 96 100 $border-light: #eaeaea; // BP dividers 101 $border-med: #ddd; 97 102 $body-text: #333; // 2015 body text color 98 103 $bp-button-hover: #ededed; // this is the default BP button hover background 104 $notice-info: #9fd1e2; 99 105 /*-------------------------------------------------------------- 100 106 … … 130 136 4.4 - Blogs Loop 131 137 5.0 - Directories - Members, Groups, Blogs, Forums 132 6.0 - Single Group Screens 133 6.1 - Item-header 134 6.2 - Management settings screens 135 6.3 - Group members list 136 7.0 - Single User Account Screens 137 7.1 - Item Header 138 7.2 - Extended Profiles 139 7.3 - Groups 140 7.4 - friends 141 7.5 - Private Messaging Threads 142 7.6 - Settings 143 8.0 - Forms - General 144 9.0 - Tables - General 145 10.0 - Error / Success Messages 146 11.0 - Ajax Loading 147 12.0 - Widgets 138 6.0 - Single Item screens: User Account & Single Group Screens 139 6.1 - Item Headers: Global 140 6.1.1 - Item-header: Groups; 141 6.1.2 - item-header: User Accounts 142 6.2 - Item Body: Global 143 6.2.1 - item-body: Groups 144 6.2.1.1- Management settings screens 145 6.2.1.2 - Group members list 146 6.2.2 - item-body: User Accounts 147 6.2.2.1 - classes, pag, filters 148 6.2.2.2 - Extended Profiles 149 6.2.2.3 - Groups 150 6.2.2.4 - friends 151 6.2.2.5 - Private Messaging Threads 152 6.2.2.6 - Settings 153 7.0 - Forms - General 154 8.0 - Tables - General 155 9.0 - Error / Success Messages 156 10.0 - Ajax Loading 157 11.0 - Widgets 148 158 --------------------------------------------------------------*/ 149 159 … … 243 253 244 254 /** 245 *------------------------------------------------------------------------------- 246 * @section 2.1 - Navs - Object Nav / Sub Nav (item-list-tabs) 247 *------------------------------------------------------------------------------- 255 *---------------------------------------------------------- 256 * @section 2.1 - Navs Object Nav / Sub Nav (item-list-tabs) 248 257 * 249 * @description The main navigational elements for BP screens 258 * The main navigational elements for all BP screens 259 *---------------------------------------------------------- 250 260 */ 251 261 … … 282 292 } 283 293 } 294 284 295 /*__ Horizontal menus __*/ 285 296 #object-nav { 286 297 ul { 287 // background-color: #eee;288 // border-bottom: 1px solid #ddd;289 298 overflow: hidden; 290 299 li {float: none;} … … 358 367 } // close #buddypress 359 368 360 /*__ Vertical menu User accountscreens __*/361 362 // This block contains therules to re-factor the item-body structural element369 /*__ Vertical menu User Account / Group single screens __*/ 370 371 // This block contains rules to re-factor the item-body structural element 363 372 // to sit alongside the vert menu 364 // Structural layout and faux column styling of backgrounds is more suited365 // to the earlier section. todo: re-position sort out when known what styles366 // are being used.367 373 368 374 @media screen and (min-width: 55em) { 369 /*.bp-user*/ #buddypress { 375 .bp-user #buddypress, 376 .single-item.groups #buddypress { 370 377 background: $light-background; 371 378 } 379 380 #buddypress { 372 381 #item-header, 373 382 #item-body { … … 376 385 377 386 #object-nav { 378 border-right: 1px solid rgba($border-color, 0.1);387 border-right: 1px solid $border-med; 379 388 float: left; 380 389 margin-right: -1px; … … 399 408 400 409 #item-body { 401 border-left: 1px solid #ddd;410 border-left: 1px solid $border-med; 402 411 overflow: hidden; 403 412 padding: 0 $spacing-val-sm; … … 409 418 } 410 419 411 } // close .bp-user#buddypress420 } // close #buddypress 412 421 } // close @media 413 422 414 423 /** 415 *---------------------------------------------------------- ---------------------424 *---------------------------------------------------------- 416 425 * @section 2.2 - Pagination 417 *---------------------------------------------------------- ---------------------426 *---------------------------------------------------------- 418 427 */ 419 428 … … 571 580 572 581 /** 573 *---------------------------------------------------------- ---------------------582 *---------------------------------------------------------- 574 583 * @section 4.1 - Activity 575 *---------------------------------------------------------- ---------------------576 */ 577 578 /** 579 *----------------------------------------------------- --------------------------584 *---------------------------------------------------------- 585 */ 586 587 /** 588 *----------------------------------------------------- 580 589 * @section 4.1.1 - Activity Whats New 581 *----------------------------------------------------- --------------------------590 *----------------------------------------------------- 582 591 */ 583 592 584 593 #buddypress { 585 594 form#whats-new-form { 595 596 // Line-height issue inherited from BP rules, override. 597 p.activity-greeting { 598 line-height: 1.4; 599 } 600 586 601 textarea {width: 100%;} 587 602 // corrective measure for clipped elements due to JS inline styling 603 604 @media screen and (max-width: 46.25em) { 605 #whats-new-content { 606 clear: left; 607 margin: $spacing-val-sm 0 $spacing-val-md; 608 padding: $spacing-val-sm 0 0; 609 } 610 } 611 588 612 #whats-new-options[style] { 589 613 min-height: 6rem; // unit open to debate px value might be better. 590 } 591 } 614 overflow: visible; 615 616 #whats-new-post-in-box { 617 border: 1px solid rgba($border-color, 0.5); 618 float: left; 619 line-height: 1.5em; 620 margin-top: 12px; 621 padding-left: 0.2em; 622 width: 100%; 623 624 select { 625 background: none; 626 border: 0; 627 float: right; 628 margin: 0; 629 min-height: 1.5em; 630 padding-left: 0.4em; 631 } 632 } 633 634 @media screen and (min-width: 30em) { 635 #whats-new-post-in-box { 636 width: auto; 637 } 638 639 #whats-new-submit { 640 float: right; 641 } 642 } 643 } 644 } 645 592 646 // User account form requires matching bp default specificity 593 647 #item-body { … … 599 653 600 654 /** 601 *----------------------------------------------------- --------------------------655 *----------------------------------------------------- 602 656 * @section 4.1.2 - Activity Listing 603 *----------------------------------------------------- --------------------------657 *----------------------------------------------------- 604 658 */ 605 659 … … 677 731 678 732 /** 679 *----------------------------------------------------- --------------------------733 *----------------------------------------------------- 680 734 * @section 4.1.3 - Activity Comments 681 *----------------------------------------------------- --------------------------735 *----------------------------------------------------- 682 736 */ 683 737 #buddypress { … … 725 779 726 780 /** 727 *---------------------------------------------------------- ---------------------781 *---------------------------------------------------------- 728 782 * @section 4.2 - Members Loop 729 *---------------------------------------------------------- ---------------------783 *---------------------------------------------------------- 730 784 */ 731 785 … … 751 805 /** 752 806 *------------------------------------------------------------------------------- 753 * @section 6.0 - Single Group Screens807 * @section 6.0 - Single Item screens: User Account & Single Group Screens 754 808 *------------------------------------------------------------------------------- 755 809 */ 756 810 757 811 758 /** 759 *------------------------------------------------------ 760 * @subsection 6.1 - item-header 761 *------------------------------------------------------ 762 */ 763 764 .groups { 812 /** 813 *----------------------------------------------------------- 814 * @subsection 6.1 - Item Header Global 815 *----------------------------------------------------------- 816 */ 817 818 /** 819 *----------------------------------------------------- 820 * @subsection 6.1.1 - item-header Groups 821 * 822 * Group Specific Item Header 823 *----------------------------------------------------- 824 */ 825 826 .single-item.groups { 765 827 #buddypress { 766 828 … … 845 907 846 908 /** 847 *------------------------------------------------------- 848 * @subsection 6.2 - Management settings screens 849 *------------------------------------------------------- 909 *----------------------------------------------------- 910 * @subsection 6.1.2 - Item Header User Accounts 911 * 912 * User Accounts Specific Item Header 913 *----------------------------------------------------- 914 */ 915 916 .bp-user { 917 #buddypress { 918 #item-header { 919 padding: $spacing-val-md 0; 920 921 #item-header-avatar { 922 text-align: center; 923 width: 100%; 924 925 img.avatar, 926 a { 927 border-bottom: 0; 928 display: inline-block; 929 float: none; 930 } 931 } 932 933 @media screen and (min-width: 46.25em) { 934 #item-header-avatar { 935 float: left; 936 width: 20%; 937 938 img.avatar, 939 a { 940 float: left; 941 width: 100%; 942 } 943 } 944 945 #item-header-content { 946 float: right; 947 margin-right: 5%; 948 width: 69%; 949 } 950 951 } // close @media 952 953 } // close #item-header 954 955 } // close #buddypress 956 } // close .bp-user 957 958 /** 959 *----------------------------------------------------------- 960 * @subsection 6.2 - Item Body: Global 961 *----------------------------------------------------------- 962 */ 963 964 /** 965 *---------------------------------------------------- 966 * @subsection 6.2.1 - Item Body Groups 967 * 968 * Groups specific item body rules - screens 969 *---------------------------------------------------- 970 */ 971 972 /** 973 *----------------------------------------- 974 * @subsection 6.2.1.1 - Group Management 975 *----------------------------------------- 850 976 */ 851 977 … … 953 1079 954 1080 /** 955 *----------------------------------------- -------------956 * @subsection 6. 3 - Group Members list957 *----------------------------------------- -------------958 */ 959 960 // Massage the members search for groups nav specifically 1081 *----------------------------------------- 1082 * @subsection 6.2.1.2 - Group members 1083 *----------------------------------------- 1084 */ 1085 1086 // Massage the members search for groups nav specifically. 961 1087 .groups.group-members { 962 1088 #subnav { … … 987 1113 988 1114 /** 989 *------------------------------------------------------------------------------- 990 * @section 7.0 - Single User Account Screens 991 *------------------------------------------------------------------------------- 1115 *----------------------------------------------------- 1116 * @subsection 6.2.2 - Item Body User Accounts 1117 * 1118 * User Account specific item body rules 1119 *----------------------------------------------------- 992 1120 */ 993 1121 … … 997 1125 #buddypress { 998 1126 999 /* General elements & classes, pagination, filters */ 1127 /** 1128 *-------------------------------------------- 1129 * @subsection 6.2.2.1 - classes, pag, filters 1130 *-------------------------------------------- 1131 */ 1000 1132 1001 1133 table { … … 1047 1179 } // close .notifications-options-nav 1048 1180 1049 /** 1050 *----------------------------------------------------- 1051 * @subsection 7.1 - Item Header 1052 *----------------------------------------------------- 1053 */ 1054 1055 #item-header { 1056 padding: $spacing-val-md 0; 1057 1058 #item-header-avatar { 1059 text-align: center; 1060 width: 100%; 1061 1062 img.avatar, 1063 a { 1064 border-bottom: 0; 1065 display: inline-block; 1066 float: none; 1067 } 1068 } 1069 1070 @media screen and (min-width: 46.25em) { 1071 #item-header-avatar { 1072 float: left; 1073 width: 20%; 1074 1075 img.avatar, 1076 a { 1077 float: left; 1078 width: 100%; 1079 } 1080 } 1081 1082 #item-header-content { 1083 float: right; 1084 margin-right: 5%; 1085 width: 69%; 1086 } 1087 1088 } // close @media 1089 1090 } // close #item-header 1091 1092 /** 1093 *----------------------------------------------------- 1094 * @subsection 7.2 - Extended Profile 1095 *----------------------------------------------------- 1181 /** 1182 *------------------------------------------- 1183 * @subsection 6.2.2.2 - Extended Profiles 1184 *------------------------------------------- 1096 1185 */ 1097 1186 .profile { … … 1106 1195 table {margin-top: 0;} 1107 1196 } 1197 /* Edit profile */ 1198 1199 #profile-edit-form { 1200 .button-nav:before, 1201 .button-nav:after { 1202 content: " "; 1203 display: table; 1204 } 1205 1206 .button-nav:after { 1207 clear: both; 1208 } 1209 1210 ul.button-nav { 1211 border-bottom: 1px solid $border-light; 1212 margin-left: 0; 1213 1214 li { 1215 float: left; 1216 margin-bottom: 0; 1217 1218 &.current { 1219 border: 1px solid $border-light; 1220 border-bottom-color: #fff; 1221 margin-bottom: -1px; 1222 } 1223 } // li 1224 1225 a { 1226 background: none; 1227 border: 0; 1228 @include font-size(18) 1229 } 1230 } //.button-nav 1231 1232 .field-visibility-settings-toggle, 1233 .field-visibility-settings { 1234 @include font-size(14); 1235 } 1236 1237 .field-visibility-settings-close, 1238 .visibility-toggle-link { 1239 background: $dark-background; 1240 color: #fff; 1241 padding: 0.2em 0.5em; 1242 } 1243 } // close profile form 1244 1245 .bp-avatar { 1246 #bp-delete-avatar { 1247 a {font-size: inherit; } 1248 } 1249 } 1108 1250 } // close .profile 1109 1251 1110 1252 /** 1111 *------------------------------------------- ----------1112 * @subsection 7.3 - Groups1113 *------------------------------------------- ----------1253 *------------------------------------------- 1254 * @subsection 6.2.2.3 - Groups 1255 *------------------------------------------- 1114 1256 */ 1115 1257 … … 1131 1273 /** 1132 1274 *------------------------------------------------------------------------------- 1133 * @section 8.0 - Forms - General1275 * @section 7.0 - Forms - General 1134 1276 *------------------------------------------------------------------------------- 1135 1277 */ … … 1267 1409 /** 1268 1410 *------------------------------------------------------------------------------- 1269 * @section 9.0 - Tables - General1411 * @section 8.0 - Tables - General 1270 1412 *------------------------------------------------------------------------------- 1271 1413 */ … … 1327 1469 } // .notifications, .message-notices 1328 1470 } // #buddypress 1471 1472 /** 1473 *------------------------------------------------------------------------------- 1474 * @section 9.0 - Error / Success messages 1475 *------------------------------------------------------------------------------- 1476 */ 1477 #buddypress { 1478 div#message.info { 1479 p { 1480 @include message-box($notice-info); 1481 } 1482 } 1483 }
Note: See TracChangeset
for help on using the changeset viewer.