Changeset 10443
- Timestamp:
- 01/07/2016 08:33:28 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/twentytwelve-rtl.css
r10404 r10443 91 91 } 92 92 93 #buddypress div.item-list-tabs ul li a:visited { 94 color: #21759b; 95 } 96 93 97 #buddypress div.item-list-tabs ul li a span { 94 98 border-radius: 25%; … … 358 362 *------------------------------------------------------------------------------- 359 363 */ 364 #buddypress ul.item-list { 365 border-top: 0; 366 } 367 360 368 #buddypress ul.item-list li { 361 369 overflow: hidden !important; … … 421 429 422 430 #buddypress ul.item-list li .item .item-title { 423 font-size: 1 8px;424 font-size: 1. 2857142857rem;431 font-size: 16px; 432 font-size: 1.1428571429rem; 425 433 line-height: 1.2; 426 434 text-align: center; … … 436 444 #buddypress ul.item-list li .item .item-title > a { 437 445 text-decoration: none; 446 } 447 448 #buddypress ul.item-list li .item .item-title > a:visited { 449 color: #21759b; 438 450 } 439 451 … … 466 478 } 467 479 #buddypress ul.item-list li .item .item-title { 468 font-size: 22px;469 font-size: 1. 5714285714rem;480 font-size: 18px; 481 font-size: 1.2857142857rem; 470 482 } 471 483 } … … 557 569 margin: 0; 558 570 min-height: 1.5em; 559 padding -right: 0.4em;571 padding: 0 0.4em 0 0; 560 572 } 561 573 … … 566 578 #buddypress form#whats-new-form #whats-new-content.active #whats-new-options[style] #whats-new-submit { 567 579 float: left; 580 } 581 #buddypress form#whats-new-form #whats-new-content.active #whats-new-options[style] #whats-new-submit input { 582 padding: 0; 568 583 } 569 584 } … … 610 625 } 611 626 627 #buddypress #activity-stream li .activity-header a:visited { 628 color: #21759b; 629 } 630 612 631 @media screen and (min-width: 46.25em) { 613 632 #buddypress #activity-stream li .activity-avatar { … … 646 665 font-size: 12px; 647 666 font-size: 0.8571428571rem; 648 padding: 2px 4px;649 667 } 650 668 … … 695 713 } 696 714 697 #buddypress #activity-stream .load-more:focus a, #buddypress #activity-stream .load-more:hover a {698 font-style: italic;699 }700 701 715 #buddypress #activity-stream .load-more a { 702 716 display: block; … … 740 754 #buddypress #activity-stream .activity-comments > ul { 741 755 background: rgba(247, 247, 247, 0.6); 742 border-right: 1px solid #eaeaea; 743 margin: 2em 2px 0 0; 756 margin: 10px 2px 0 0; 744 757 } 745 758 746 759 #buddypress #activity-stream .activity-comments > ul > li:hover * { 747 760 color: #555; 761 } 762 763 #buddypress #activity-stream .activity-comments > ul > li .acomment-meta, 764 #buddypress #activity-stream .activity-comments > ul > li .acomment-content { 765 font-size: 12px; 766 font-size: 0.8571428571rem; 748 767 } 749 768 … … 849 868 *------------------------------------------------------------------------------- 850 869 */ 870 .bp-user #buddypress a:visited { 871 color: #21759b; 872 } 873 851 874 /** 852 875 *----------------------------------------------------------- … … 864 887 .single-item.groups #buddypress #item-header-content #item-meta p { 865 888 margin-bottom: 0.5em; 866 }867 868 @media screen and (max-width: 46.25em) {869 .bp-user main header.entry-header,870 .single-item.groups main header.entry-header {871 padding-bottom: 1rem;872 }873 889 } 874 890 … … 883 899 884 900 @media screen and (max-width: 46.25em) { 901 .bp-user main header.entry-header, 902 .single-item.groups main header.entry-header { 903 padding-bottom: 1rem; 904 } 905 } 906 907 @media screen and (max-width: 37.5em) { 908 .bp-user #buddypress h1, 909 .single-item.groups #buddypress h1 { 910 margin-bottom: 0; 911 } 912 .bp-user #buddypress #item-header-avatar img.avatar, 913 .single-item.groups #buddypress #item-header-avatar img.avatar { 914 margin-left: 0; 915 } 916 .bp-user #buddypress #item-header-content, 917 .single-item.groups #buddypress #item-header-content { 918 width: 100%; 919 } 920 } 921 922 @media screen and (max-width: 46.25em) { 885 923 .bp-user #buddypress #item-header .generic-button, 886 924 .single-item.groups #buddypress #item-header .generic-button { 887 925 float: none; 888 926 margin: 1.5em 0 0 0; 889 }890 }891 892 @media screen and (max-width: 37.5em) {893 .bp-user #buddypress h1,894 .single-item.groups #buddypress h1 {895 margin-bottom: 0;896 }897 .bp-user #buddypress #item-header-avatar img.avatar,898 .single-item.groups #buddypress #item-header-avatar img.avatar {899 margin-left: 0;900 }901 .bp-user #buddypress #item-header-content,902 .single-item.groups #buddypress #item-header-content {903 width: 100%;904 927 } 905 928 } … … 983 1006 } 984 1007 1008 .single-item.groups #buddypress div#item-header div#item-actions #group-admins li, 1009 .single-item.groups #buddypress div#item-header div#item-actions #group-mods li { 1010 margin: 0; 1011 } 1012 985 1013 @media screen and (min-width: 46.25em) { 986 1014 .single-item.groups #buddypress div#item-header #item-header-avatar, … … 995 1023 float: left; 996 1024 width: 28%; 1025 } 1026 } 1027 1028 @media screen and (max-width: 64em) { 1029 .single-item.groups #buddypress #cover-image-container #item-header-cover-image #item-actions { 1030 border: 0; 1031 clear: both; 1032 margin-top: 0 !important; 1033 max-width: 100% !important; 1034 padding-top: 0 !important; 1035 width: auto; 1036 } 1037 .single-item.groups #buddypress #cover-image-container #item-header-cover-image #item-actions h3 { 1038 border-bottom: 1px solid #eaeaea; 997 1039 } 998 1040 } … … 1216 1258 .bp-user #buddypress .notifications-options-nav, 1217 1259 .bp-user #buddypress .messages-options-nav { 1218 width: 50%;1260 width: 40%; 1219 1261 } 1220 1262 } … … 1234 1276 float: right; 1235 1277 margin-left: 0; 1236 width: 60%; 1278 width: 49%; 1279 } 1280 1281 @media screen and (min-width: 37.5em) { 1282 .bp-user #buddypress .notifications-options-nav select, 1283 .bp-user #buddypress .messages-options-nav select { 1284 width: auto; 1285 } 1237 1286 } 1238 1287 1239 1288 .bp-user #buddypress .notifications-options-nav input, 1240 1289 .bp-user #buddypress .messages-options-nav input { 1241 float: left;1290 float: right; 1242 1291 font-family: inherit; 1243 1292 line-height: 20px; 1244 1293 margin-right: 1%; 1245 width: 39%; 1294 width: 50%; 1295 } 1296 1297 @media screen and (min-width: 37.5em) { 1298 .bp-user #buddypress .notifications-options-nav input, 1299 .bp-user #buddypress .messages-options-nav input { 1300 width: auto; 1301 } 1246 1302 } 1247 1303 … … 1305 1361 } 1306 1362 1363 .bp-user #buddypress .profile #profile-edit-form .field-visibility-settings-toggle { 1364 margin: 5px 0 24px; 1365 } 1366 1307 1367 .bp-user #buddypress .profile #profile-edit-form .field-visibility-settings-toggle, 1308 1368 .bp-user #buddypress .profile #profile-edit-form .field-visibility-settings { … … 1313 1373 .bp-user #buddypress .profile #profile-edit-form .field-visibility-settings-close, 1314 1374 .bp-user #buddypress .profile #profile-edit-form .visibility-toggle-link { 1315 background: #555; 1375 background: #6f6f6f; 1376 -webkit-border-radius: 2px; 1377 -moz-border-radius: 2px; 1378 -ms-border-radius: 2px; 1379 border-radius: 2px; 1380 background-clip: padding-box; 1381 color: #eee; 1382 font-weight: bold; 1383 padding: 0.1em 0.5em; 1384 text-decoration: none; 1385 } 1386 1387 .bp-user #buddypress .profile #profile-edit-form .field-visibility-settings-close:focus, .bp-user #buddypress .profile #profile-edit-form .field-visibility-settings-close:hover, 1388 .bp-user #buddypress .profile #profile-edit-form .visibility-toggle-link:focus, 1389 .bp-user #buddypress .profile #profile-edit-form .visibility-toggle-link:hover { 1316 1390 color: #fff; 1317 padding: 0.2em 0.5em;1318 1391 } 1319 1392 … … 1505 1578 1506 1579 .bp-user #buddypress #message-threads tr.unread td { 1507 background: rgba(157, 195, 200, 0.4); 1508 border-color: #d4d0ba; 1580 border-color: #eaeaea; 1509 1581 } 1510 1582 … … 1701 1773 float: right; 1702 1774 width: 70%; 1703 }1704 1705 #buddypress div.dir-search form input[type='text'],1706 #buddypress div.message-search form input[type='text'],1707 #buddypress li.groups-members-search form input[type='text'] {1708 float: right;1709 margin: 0;1710 width: 100%;1711 1775 } 1712 1776 … … 1720 1784 font-size: 1rem; 1721 1785 border: 0; 1722 line-height: inherit; 1786 border-radius: 0; 1787 line-height: 1.8; 1788 min-height: 2rem; 1723 1789 } 1724 1790 … … 1727 1793 #buddypress li.groups-members-search form input[type='text'] { 1728 1794 border-left: 1px solid rgba(212, 208, 186, 0.6); 1729 padding: 0.2em 0.2em 0.2em 0; 1795 float: right; 1796 margin: 0; 1797 padding: 0 0.2em 0; 1798 width: 100%; 1730 1799 } 1731 1800 … … 1735 1804 float: left; 1736 1805 font-weight: normal; 1737 padding: 0 .2em1em;1806 padding: 0 1em; 1738 1807 text-align: center; 1739 1808 text-transform: none; -
trunk/src/bp-templates/bp-legacy/css/twentytwelve.css
r10404 r10443 91 91 } 92 92 93 #buddypress div.item-list-tabs ul li a:visited { 94 color: #21759b; 95 } 96 93 97 #buddypress div.item-list-tabs ul li a span { 94 98 border-radius: 25%; … … 358 362 *------------------------------------------------------------------------------- 359 363 */ 364 #buddypress ul.item-list { 365 border-top: 0; 366 } 367 360 368 #buddypress ul.item-list li { 361 369 overflow: hidden !important; … … 421 429 422 430 #buddypress ul.item-list li .item .item-title { 423 font-size: 1 8px;424 font-size: 1. 2857142857rem;431 font-size: 16px; 432 font-size: 1.1428571429rem; 425 433 line-height: 1.2; 426 434 text-align: center; … … 436 444 #buddypress ul.item-list li .item .item-title > a { 437 445 text-decoration: none; 446 } 447 448 #buddypress ul.item-list li .item .item-title > a:visited { 449 color: #21759b; 438 450 } 439 451 … … 466 478 } 467 479 #buddypress ul.item-list li .item .item-title { 468 font-size: 22px;469 font-size: 1. 5714285714rem;480 font-size: 18px; 481 font-size: 1.2857142857rem; 470 482 } 471 483 } … … 557 569 margin: 0; 558 570 min-height: 1.5em; 559 padding -left:0.4em;571 padding: 0 0 0 0.4em; 560 572 } 561 573 … … 566 578 #buddypress form#whats-new-form #whats-new-content.active #whats-new-options[style] #whats-new-submit { 567 579 float: right; 580 } 581 #buddypress form#whats-new-form #whats-new-content.active #whats-new-options[style] #whats-new-submit input { 582 padding: 0; 568 583 } 569 584 } … … 610 625 } 611 626 627 #buddypress #activity-stream li .activity-header a:visited { 628 color: #21759b; 629 } 630 612 631 @media screen and (min-width: 46.25em) { 613 632 #buddypress #activity-stream li .activity-avatar { … … 646 665 font-size: 12px; 647 666 font-size: 0.8571428571rem; 648 padding: 2px 4px;649 667 } 650 668 … … 695 713 } 696 714 697 #buddypress #activity-stream .load-more:focus a, #buddypress #activity-stream .load-more:hover a {698 font-style: italic;699 }700 701 715 #buddypress #activity-stream .load-more a { 702 716 display: block; … … 740 754 #buddypress #activity-stream .activity-comments > ul { 741 755 background: rgba(247, 247, 247, 0.6); 742 border-left: 1px solid #eaeaea; 743 margin: 2em 0 0 2px; 756 margin: 10px 0 0 2px; 744 757 } 745 758 746 759 #buddypress #activity-stream .activity-comments > ul > li:hover * { 747 760 color: #555; 761 } 762 763 #buddypress #activity-stream .activity-comments > ul > li .acomment-meta, 764 #buddypress #activity-stream .activity-comments > ul > li .acomment-content { 765 font-size: 12px; 766 font-size: 0.8571428571rem; 748 767 } 749 768 … … 849 868 *------------------------------------------------------------------------------- 850 869 */ 870 .bp-user #buddypress a:visited { 871 color: #21759b; 872 } 873 851 874 /** 852 875 *----------------------------------------------------------- … … 864 887 .single-item.groups #buddypress #item-header-content #item-meta p { 865 888 margin-bottom: 0.5em; 866 }867 868 @media screen and (max-width: 46.25em) {869 .bp-user main header.entry-header,870 .single-item.groups main header.entry-header {871 padding-bottom: 1rem;872 }873 889 } 874 890 … … 883 899 884 900 @media screen and (max-width: 46.25em) { 901 .bp-user main header.entry-header, 902 .single-item.groups main header.entry-header { 903 padding-bottom: 1rem; 904 } 905 } 906 907 @media screen and (max-width: 37.5em) { 908 .bp-user #buddypress h1, 909 .single-item.groups #buddypress h1 { 910 margin-bottom: 0; 911 } 912 .bp-user #buddypress #item-header-avatar img.avatar, 913 .single-item.groups #buddypress #item-header-avatar img.avatar { 914 margin-right: 0; 915 } 916 .bp-user #buddypress #item-header-content, 917 .single-item.groups #buddypress #item-header-content { 918 width: 100%; 919 } 920 } 921 922 @media screen and (max-width: 46.25em) { 885 923 .bp-user #buddypress #item-header .generic-button, 886 924 .single-item.groups #buddypress #item-header .generic-button { 887 925 float: none; 888 926 margin: 1.5em 0 0 0; 889 }890 }891 892 @media screen and (max-width: 37.5em) {893 .bp-user #buddypress h1,894 .single-item.groups #buddypress h1 {895 margin-bottom: 0;896 }897 .bp-user #buddypress #item-header-avatar img.avatar,898 .single-item.groups #buddypress #item-header-avatar img.avatar {899 margin-right: 0;900 }901 .bp-user #buddypress #item-header-content,902 .single-item.groups #buddypress #item-header-content {903 width: 100%;904 927 } 905 928 } … … 983 1006 } 984 1007 1008 .single-item.groups #buddypress div#item-header div#item-actions #group-admins li, 1009 .single-item.groups #buddypress div#item-header div#item-actions #group-mods li { 1010 margin: 0; 1011 } 1012 985 1013 @media screen and (min-width: 46.25em) { 986 1014 .single-item.groups #buddypress div#item-header #item-header-avatar, … … 995 1023 float: right; 996 1024 width: 28%; 1025 } 1026 } 1027 1028 @media screen and (max-width: 64em) { 1029 .single-item.groups #buddypress #cover-image-container #item-header-cover-image #item-actions { 1030 border: 0; 1031 clear: both; 1032 margin-top: 0 !important; 1033 max-width: 100% !important; 1034 padding-top: 0 !important; 1035 width: auto; 1036 } 1037 .single-item.groups #buddypress #cover-image-container #item-header-cover-image #item-actions h3 { 1038 border-bottom: 1px solid #eaeaea; 997 1039 } 998 1040 } … … 1216 1258 .bp-user #buddypress .notifications-options-nav, 1217 1259 .bp-user #buddypress .messages-options-nav { 1218 width: 50%;1260 width: 40%; 1219 1261 } 1220 1262 } … … 1234 1276 float: left; 1235 1277 margin-right: 0; 1236 width: 60%; 1278 width: 49%; 1279 } 1280 1281 @media screen and (min-width: 37.5em) { 1282 .bp-user #buddypress .notifications-options-nav select, 1283 .bp-user #buddypress .messages-options-nav select { 1284 width: auto; 1285 } 1237 1286 } 1238 1287 1239 1288 .bp-user #buddypress .notifications-options-nav input, 1240 1289 .bp-user #buddypress .messages-options-nav input { 1241 float: right;1290 float: left; 1242 1291 font-family: inherit; 1243 1292 line-height: 20px; 1244 1293 margin-left: 1%; 1245 width: 39%; 1294 width: 50%; 1295 } 1296 1297 @media screen and (min-width: 37.5em) { 1298 .bp-user #buddypress .notifications-options-nav input, 1299 .bp-user #buddypress .messages-options-nav input { 1300 width: auto; 1301 } 1246 1302 } 1247 1303 … … 1305 1361 } 1306 1362 1363 .bp-user #buddypress .profile #profile-edit-form .field-visibility-settings-toggle { 1364 margin: 5px 0 24px; 1365 } 1366 1307 1367 .bp-user #buddypress .profile #profile-edit-form .field-visibility-settings-toggle, 1308 1368 .bp-user #buddypress .profile #profile-edit-form .field-visibility-settings { … … 1313 1373 .bp-user #buddypress .profile #profile-edit-form .field-visibility-settings-close, 1314 1374 .bp-user #buddypress .profile #profile-edit-form .visibility-toggle-link { 1315 background: #555; 1375 background: #6f6f6f; 1376 -webkit-border-radius: 2px; 1377 -moz-border-radius: 2px; 1378 -ms-border-radius: 2px; 1379 border-radius: 2px; 1380 background-clip: padding-box; 1381 color: #eee; 1382 font-weight: bold; 1383 padding: 0.1em 0.5em; 1384 text-decoration: none; 1385 } 1386 1387 .bp-user #buddypress .profile #profile-edit-form .field-visibility-settings-close:focus, .bp-user #buddypress .profile #profile-edit-form .field-visibility-settings-close:hover, 1388 .bp-user #buddypress .profile #profile-edit-form .visibility-toggle-link:focus, 1389 .bp-user #buddypress .profile #profile-edit-form .visibility-toggle-link:hover { 1316 1390 color: #fff; 1317 padding: 0.2em 0.5em;1318 1391 } 1319 1392 … … 1505 1578 1506 1579 .bp-user #buddypress #message-threads tr.unread td { 1507 background: rgba(157, 195, 200, 0.4); 1508 border-color: #d4d0ba; 1580 border-color: #eaeaea; 1509 1581 } 1510 1582 … … 1701 1773 float: left; 1702 1774 width: 70%; 1703 }1704 1705 #buddypress div.dir-search form input[type='text'],1706 #buddypress div.message-search form input[type='text'],1707 #buddypress li.groups-members-search form input[type='text'] {1708 float: left;1709 margin: 0;1710 width: 100%;1711 1775 } 1712 1776 … … 1720 1784 font-size: 1rem; 1721 1785 border: 0; 1722 line-height: inherit; 1786 border-radius: 0; 1787 line-height: 1.8; 1788 min-height: 2rem; 1723 1789 } 1724 1790 … … 1727 1793 #buddypress li.groups-members-search form input[type='text'] { 1728 1794 border-right: 1px solid rgba(212, 208, 186, 0.6); 1729 padding: 0.2em 0 0.2em 0.2em; 1795 float: left; 1796 margin: 0; 1797 padding: 0 0.2em 0; 1798 width: 100%; 1730 1799 } 1731 1800 … … 1735 1804 float: right; 1736 1805 font-weight: normal; 1737 padding: 0 .2em1em;1806 padding: 0 1em; 1738 1807 text-align: center; 1739 1808 text-transform: none; -
trunk/src/bp-templates/bp-legacy/css/twentytwelve.scss
r10404 r10443 291 291 color: #555; 292 292 } 293 // Keep links from inheriting :visited states 294 &:visited { 295 color: #21759b; 296 } 293 297 294 298 span {border-radius: 25%;} 295 299 } 300 296 301 } 297 302 } … … 438 443 div#subnav.item-list-tabs { 439 444 li.last { 440 // float: right;441 445 margin-left: 0; 442 446 text-align: right; 443 // width: 230px; 447 444 448 @media screen and (max-width: 30em) { 445 449 clear: left; … … 638 642 #buddypress { 639 643 ul.item-list { 644 border-top: 0; 645 640 646 li { 641 647 overflow: hidden !important; … … 692 698 693 699 .item-title { 694 @include font-size(1 8);700 @include font-size(16); 695 701 line-height: 1.2; 696 702 text-align: center; … … 702 708 width: 100%; 703 709 704 > a {text-decoration: none;} 710 > a { 711 text-decoration: none; 712 713 &:visited { color: #21759b;} 714 } 705 715 706 716 .update { … … 715 725 text-align: left; 716 726 } 717 } 718 719 } 727 } // close .item-title 728 729 } // close .item 720 730 721 731 @include medium-up { … … 733 743 734 744 .item-title { 735 @include font-size( 22)745 @include font-size(18) 736 746 } 737 747 } … … 746 756 margin-left: 0; 747 757 padding: $spacing-val-md 0 $spacing-val-xs; 758 748 759 // push the actions to the right 749 750 760 @include medium-up { 751 761 clear: none; … … 841 851 margin: 0; 842 852 min-height: 1.5em; 843 padding -left:0.4em;853 padding: 0 0 0 0.4em; 844 854 } 845 855 } … … 852 862 #whats-new-submit { 853 863 float: right; 864 865 input { 866 padding: 0; 867 } 854 868 } 855 869 } … … 908 922 .activity-header { 909 923 @include font-size(14); 924 925 a:visited { 926 color: #21759b; 927 } 910 928 } 911 929 … … 916 934 margin-right: $spacing-val-sm; 917 935 text-align: left; 918 a {border-bottom: 0;} 936 937 a { 938 border-bottom: 0; 939 } 919 940 } 920 941 … … 955 976 a { 956 977 @include font-size(12); 957 padding: 2px 4px;958 978 } 959 979 } … … 1004 1024 background: darken($light-background, 1%); 1005 1025 border: 1px solid rgba(#9fd1e2, 0.3); 1006 a { font-style: italic; }1007 1026 } 1008 1027 … … 1058 1077 > ul { 1059 1078 background: rgba($light-background, 0.6); 1060 border-left: 1px solid $border-light; 1061 margin: 2em 0 0 2px; 1079 margin: $spacing-val-sm 0 0 2px; 1062 1080 1063 1081 > li { … … 1066 1084 color: #555; 1067 1085 } 1086 1087 .acomment-meta, 1088 .acomment-content { 1089 @include font-size(12); 1090 } 1091 1068 1092 } 1069 1093 … … 1193 1217 */ 1194 1218 1219 .bp-user { 1220 #buddypress { 1221 // On object nav links, table links (notifications etc) we don't really need :visited 1222 // inheritance, so set pseudo class to :link color. 1223 a { 1224 &:visited { 1225 color: #21759b; 1226 } 1227 } 1228 } 1229 } 1195 1230 1196 1231 /** … … 1213 1248 } 1214 1249 1250 @media screen and (max-width: 37.500em) { 1251 h1, 1252 #item-header-content { 1253 text-align: center; 1254 } 1255 } 1256 1215 1257 @media screen and (max-width: 46.25em) { 1216 1258 main { … … 1221 1263 } 1222 1264 1223 @media screen and (max-width: 37.500em) {1224 h1,1225 #item-header-content {1226 text-align: center;1227 }1228 }1229 1230 1265 #buddypress { 1266 @media screen and (max-width: 37.500em) { 1267 h1 { 1268 margin-bottom: 0; 1269 } 1270 1271 #item-header-avatar { 1272 img.avatar { 1273 margin-right: 0; 1274 } 1275 } 1276 1277 #item-header-content { 1278 width: 100%; 1279 } 1280 } // close @media 1281 1231 1282 @media screen and (max-width: 46.25em) { 1232 1283 #item-header { … … 1237 1288 } 1238 1289 } 1239 1240 @media screen and (max-width: 37.500em) { 1241 h1 { 1242 margin-bottom: 0; 1243 } 1244 1245 #item-header-avatar { 1246 img.avatar { 1247 margin-right: 0; 1248 } 1249 } 1250 1251 #item-header-content { 1252 width: 100%; 1253 } 1254 } 1255 } 1290 } // close #buddypress 1291 1256 1292 } 1257 1293 … … 1339 1375 padding: 0.2em; 1340 1376 } 1377 1378 #group-admins, 1379 #group-mods { 1380 li { 1381 margin: 0; 1382 } 1383 } 1384 1341 1385 } // close item-actions 1342 1386 … … 1366 1410 } // close #item-header 1367 1411 } // close #buddypress 1368 } // close .groups 1412 1413 // These rules handle the specific instance of Cover Images on single groups 1414 // activated & attempt to address positioning concerns arising from themes 1415 // breakpoints. 1416 // Due to cover image styles being applied via embedded styles & thus carrying 1417 // heavier weight than linked styles the use !important to override may be required. 1418 #buddypress { 1419 #cover-image-container { 1420 #item-header-cover-image { 1421 @media screen and (max-width: 64em) { 1422 #item-actions { 1423 border: 0; 1424 clear: both; 1425 margin-top: 0 !important; 1426 max-width: 100% !important; 1427 padding-top: 0 !important; 1428 width: auto; 1429 1430 h3 {border-bottom: 1px solid $border-light;} 1431 } 1432 } 1433 } 1434 } 1435 } 1436 1437 } // close .single-item.groups 1369 1438 1370 1439 /** … … 1614 1683 width: 100%; 1615 1684 @media screen and (min-width: 37.500em) { 1616 width: 50%;1685 width: 40%; 1617 1686 } 1618 1687 … … 1627 1696 float: left; 1628 1697 margin-right: 0; 1629 width: 60%; 1698 width: 49%; 1699 1700 @media screen and (min-width: 37.500em) { 1701 width: auto; 1702 } 1630 1703 } 1631 1704 1632 1705 input { 1633 float: right;1706 float: left; 1634 1707 font-family: inherit; 1635 1708 line-height: 20px; 1636 1709 margin-left: 1%; 1637 width: 39%; 1710 width: 50%; 1711 1712 @media screen and (min-width: 37.500em) { 1713 width: auto; 1714 } 1638 1715 1639 1716 &[disabled="disabled"]:focus, … … 1704 1781 } //.button-nav 1705 1782 1783 .field-visibility-settings-toggle { 1784 margin: $spacing-val-xs 0 $spacing-val-md; 1785 } 1786 1706 1787 .field-visibility-settings-toggle, 1707 1788 .field-visibility-settings { … … 1711 1792 .field-visibility-settings-close, 1712 1793 .visibility-toggle-link { 1713 background: $dark-background; 1714 color: #fff; 1715 padding: 0.2em 0.5em; 1794 background: lighten($dark-background, 10%); 1795 @include border-radius(2px); 1796 color: #eee; 1797 font-weight: bold; 1798 padding: 0.1em 0.5em; 1799 text-decoration: none; 1800 1801 &:focus, 1802 &:hover { 1803 color: #fff; 1804 } 1716 1805 } 1717 1806 } // close profile form … … 1919 2008 tr.unread { 1920 2009 td { 1921 background: rgba($unread, 0.4); 1922 border-color: $border-color; 2010 border-color: $border-light; 1923 2011 } 1924 2012 } … … 2106 2194 #buddypress { 2107 2195 2108 // Match BP form elements to Themes(201 6) styling where styles2196 // Match BP form elements to Themes(2012) styling where styles 2109 2197 // are not inherited or being overriden. 2110 2198 div.activity-comments { … … 2156 2244 2157 2245 // Stylise the seach form elements, in part this deals with padding 2158 // issues on the submit & sizing issues between bp styles & 201 62246 // issues on the submit & sizing issues between bp styles & 2012 2159 2247 2160 2248 form { // *sigh* only to bludgeon over specified rules … … 2165 2253 float: left; 2166 2254 width: 70%; 2167 }2168 2169 input[type='text'] {2170 float: left;2171 margin: 0;2172 width: 100%;2173 2255 } 2174 2256 … … 2177 2259 @include font-size(14); 2178 2260 border: 0; 2179 line-height: inherit; 2261 border-radius: 0; 2262 line-height: 1.8; 2263 min-height: 2rem; 2180 2264 } 2181 2265 2182 2266 input[type='text'] { 2183 2267 border-right: 1px solid rgba($border-color, 0.6); 2184 padding: 0.2em 0 0.2em 0.2em; 2268 float: left; 2269 margin: 0; 2270 padding: 0 0.2em 0; 2271 width: 100%; 2185 2272 } 2186 2273 … … 2188 2275 float: right; 2189 2276 font-weight: normal; 2190 padding: 0 .2em1em;2277 padding: 0 1em; 2191 2278 text-align: center; 2192 2279 text-transform: none;
Note: See TracChangeset
for help on using the changeset viewer.