Changeset 10310
- Timestamp:
- 10/25/2015 03:14:19 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/twentysixteen-rtl.css
r10295 r10310 443 443 display: inline-block; 444 444 float: none; 445 } 446 447 @media screen and (min-width: 38.75em) { 445 margin-bottom: 10px; 446 } 447 448 @media screen and (min-width: 44.375em) { 448 449 #buddypress ul.item-list li .item-avatar img.avatar { 449 450 display: block; … … 475 476 font-size: 1.125rem; 476 477 line-height: 1.2; 478 text-align: center; 479 width: 100%; 480 } 481 482 @media screen and (min-width: 44.375em) { 483 #buddypress ul.item-list li .item .item-title { 484 text-align: right; 485 } 477 486 } 478 487 479 488 #buddypress ul.item-list li .item .item-title .update { 489 display: block; 480 490 font-size: 12px; 481 491 font-size: 0.75rem; 492 padding: 10px 0; 493 text-align: right; 482 494 } 483 495 … … 496 508 } 497 509 #buddypress ul.item-list li .item { 498 right: 10%;510 right: 5%; 499 511 margin-right: 0; 500 512 position: relative; … … 1645 1657 float: right; 1646 1658 margin: 0; 1647 width: 70%;1659 width: 100%; 1648 1660 } 1649 1661 -
trunk/src/bp-templates/bp-legacy/css/twentysixteen.css
r10295 r10310 443 443 display: inline-block; 444 444 float: none; 445 } 446 447 @media screen and (min-width: 38.75em) { 445 margin-bottom: 10px; 446 } 447 448 @media screen and (min-width: 44.375em) { 448 449 #buddypress ul.item-list li .item-avatar img.avatar { 449 450 display: block; … … 475 476 font-size: 1.125rem; 476 477 line-height: 1.2; 478 text-align: center; 479 width: 100%; 480 } 481 482 @media screen and (min-width: 44.375em) { 483 #buddypress ul.item-list li .item .item-title { 484 text-align: left; 485 } 477 486 } 478 487 479 488 #buddypress ul.item-list li .item .item-title .update { 489 display: block; 480 490 font-size: 12px; 481 491 font-size: 0.75rem; 492 padding: 10px 0; 493 text-align: left; 482 494 } 483 495 … … 496 508 } 497 509 #buddypress ul.item-list li .item { 498 left: 10%;510 left: 5%; 499 511 margin-left: 0; 500 512 position: relative; … … 1645 1657 float: left; 1646 1658 margin: 0; 1647 width: 70%;1659 width: 100%; 1648 1660 } 1649 1661 -
trunk/src/bp-templates/bp-legacy/css/twentysixteen.scss
r10295 r10310 737 737 display: inline-block; 738 738 float: none; 739 margin-bottom: $spacing-val-sm; 739 740 740 741 // Quite early on we need to move avatars to the left(right) 741 @ media screen and (min-width: 38.75em){742 @include small-up { 742 743 display: block; 743 744 float: left; … … 764 765 @include font-size(18); 765 766 line-height: 1.2; 767 text-align: center; 768 769 @include small-up { 770 text-align: left; 771 } 772 773 width: 100%; 766 774 767 775 .update { 776 display: block; 768 777 @include font-size(12); 769 778 … … 771 780 @include font-size(14); 772 781 } 782 783 padding: $spacing-val-sm 0; 784 text-align: left; 773 785 } 774 786 } … … 784 796 785 797 .item { 786 left: 10%;798 left: 5%; 787 799 margin-left: 0; 788 800 position: relative; … … 2108 2120 float: left; 2109 2121 margin: 0; 2110 width: 70%;2122 width: 100%; 2111 2123 } 2112 2124
Note: See TracChangeset
for help on using the changeset viewer.