Changeset 8388
- Timestamp:
- 05/04/2014 07:18:36 PM (6 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Gruntfile.js
r8387 r8388 13 13 'bp-members/admin/css/*.css', 14 14 'bp-messages/css/*.css', 15 'bp-templates/bp-legacy/css ,*.css',15 'bp-templates/bp-legacy/css/*.css', 16 16 'bp-xprofile/admin/css/*.css', 17 17 '!**/*-rtl.css' // Exclude RTL files -
trunk/src/bp-templates/bp-legacy/css/buddypress-rtl.css
r8215 r8388 116 116 #buddypress form#whats-new-form #whats-new-content { 117 117 margin-right: 55px; 118 padding: 0 0 20px 20px;118 padding: 0 20px 20px 0; 119 119 } 120 120 #buddypress form#whats-new-form p.activity-greeting { … … 294 294 white-space: nowrap; 295 295 } 296 #buddypress .activity-list li.load-more { 296 #buddypress .activity-list li.load-more, 297 #buddypress .activity-list li.load-newest { 297 298 background: #f0f0f0; 298 299 font-size: 110%; … … 301 302 text-align: center; 302 303 } 303 #buddypress .activity-list li.load-more a { 304 #buddypress .activity-list li.load-more a, 305 #buddypress .activity-list li.load-newest a { 304 306 color: #4D4D4D; 305 307 } … … 490 492 margin: -39px 0 0 0; 491 493 } 492 #buddypress div.dir-search input[type=text] { 494 #buddypress div.dir-search input[type=text], 495 #buddypress li.groups-members-search input[type=text] { 493 496 font-size: 90%; 494 497 padding: 1px 3px; … … 518 521 } 519 522 #buddypress div#message.error p { 520 background-color: #f fa;521 border: 1px solid # 960;523 background-color: #fdc; 524 border: 1px solid #a00; 522 525 clear: right; 523 color: # 960;526 color: #800; 524 527 } 525 528 #buddypress div#message.updated p { 526 529 background-color: #efc; 527 530 border: 1px solid #591; 528 color: # 591;531 color: #250; 529 532 } 530 533 #buddypress .standard-form#signup_form div div.error { … … 585 588 #buddypress .standard-form input[type=password], 586 589 #buddypress .dir-search input[type=search], 587 #buddypress .dir-search input[type=text] { 590 #buddypress .dir-search input[type=text], 591 #buddypress .groups-members-search input[type=search], 592 #buddypress .groups-members-search input[type=text] { 588 593 border: 1px solid #ccc; 589 594 background: #fafafa; … … 606 611 margin: 15px 0 5px 0; 607 612 } 608 #buddypress .standard-form div.checkbox label ,609 #buddypress .standard-form div.radio label {613 #buddypress .standard-form div.checkbox label:nth-child(n+2), 614 #buddypress .standard-form div.radio div label { 610 615 color: #888; 611 616 font-size: 100%; … … 744 749 } 745 750 746 #buddypress form.standard-form . right-menu {747 float: right; 748 } 749 750 #buddypress form.standard-form . right-menu #invite-list ul{751 margin: 751 #buddypress form.standard-form .left-menu { 752 float: right; 753 } 754 755 #buddypress form.standard-form .left-menu #invite-list ul{ 756 margin:1%; 752 757 list-style: none; 753 758 } 754 759 755 #buddypress form.standard-form . right-menu #invite-list ul li {756 margin: 760 #buddypress form.standard-form .left-menu #invite-list ul li { 761 margin:0 1% 0 0; 757 762 } 758 763 … … 763 768 #buddypress form.standard-form .main-column ul#friend-list { 764 769 clear:none; 770 float: right; 765 771 } 766 772 … … 769 775 } 770 776 777 /* Overrides for embedded WP editors */ 778 #buddypress .wp-editor-wrap a.button, 779 #buddypress .wp-editor-wrap button, 780 #buddypress .wp-editor-wrap input[type=submit], 781 #buddypress .wp-editor-wrap input[type=button], 782 #buddypress .wp-editor-wrap input[type=reset] { 783 padding: 0 10px 1px; 784 } 771 785 /*-------------------------------------------------------------- 772 786 3.6 - Ajax Loading … … 883 897 padding: 1px 0 0 0; 884 898 } 885 #buddypress table { 899 #buddypress table.notifications, 900 #buddypress table.notifications-settings, 901 #buddypress table.profile-settings, 902 #buddypress table.profile-fields, 903 #buddypress table.wp-profile-fields, 904 #buddypress table.messages-notices, 905 #buddypress table.forum { 886 906 width: 100%; 887 907 } 888 #buddypress table thead tr { 908 #buddypress table.notifications thead tr, 909 #buddypress table.notifications-settings thead tr, 910 #buddypress table.profile-settings thead tr, 911 #buddypress table.profile-fields thead tr, 912 #buddypress table.wp-profile-fields thead tr, 913 #buddypress table.messages-notices thead tr, 914 #buddypress table.forum thead tr { 889 915 background: #eaeaea; 890 916 } … … 906 932 margin-top: 0; 907 933 } 908 #buddypress table tr td, 909 #buddypress table tr th { 934 #buddypress table.notifications tr td, 935 #buddypress table.notifications-settings tr td, 936 #buddypress table.profile-settings tr td, 937 #buddypress table.profile-fields tr td, 938 #buddypress table.wp-profile-fields tr td, 939 #buddypress table.messages-notices tr td, 940 #buddypress table.forum tr td, 941 #buddypress table.notifications tr th, 942 #buddypress table.notifications-settings tr th, 943 #buddypress table.profile-fields tr th, 944 #buddypress table.wp-profile-fields tr th, 945 #buddypress table.messages-notices tr th, 946 #buddypress table.forum tr th { 910 947 padding: 8px; 911 948 vertical-align: middle; 912 949 } 913 #buddypress table tr td.label { 950 #buddypress table.notifications tr td.label, 951 #buddypress table.notifications-settings tr td.label, 952 #buddypress table.profile-fields tr td.label, 953 #buddypress table.wp-profile-fields tr td.label, 954 #buddypress table.messages-notices tr td.label, 955 #buddypress table.forum tr td.label { 914 956 border-left: 1px solid #eaeaea; 915 957 font-weight: bold; … … 927 969 text-align: center; 928 970 } 929 #buddypress table tr.alt td { 971 #buddypress table.notifications tr.alt td, 972 #buddypress table.notifications-settings tr.alt td, 973 #buddypress table.profile-settings tr.alt td, 974 #buddypress table.profile-fields tr.alt td, 975 #buddypress table.wp-profile-fields tr.alt td, 976 #buddypress table.messages-notices tr.alt td, 977 #buddypress table.forum tr.alt td { 930 978 background: #f5f5f5; 931 979 } … … 937 985 margin-bottom: 0; 938 986 } 987 #buddypress table.notifications th.icon, 988 #buddypress table.notifications td:first-child, 939 989 #buddypress table.notification-settings th.icon, 940 990 #buddypress table.notification-settings td:first-child { 941 991 display: none; 942 992 } 943 #buddypress table.notification-settings th.title { 993 #buddypress table.notification-settings th.title, 994 #buddypress table.profile-settings th.title { 944 995 width: 80%; 945 996 } … … 1038 1089 margin-top: 3px; 1039 1090 text-decoration: none; 1040 background: #ffff00; 1091 background-color: #ffd; 1092 border: 1px solid #cb2; 1093 color: #440; 1094 1041 1095 } 1042 1096 #buddypress div#item-header { … … 1247 1301 } 1248 1302 #buddypress div#item-nav ul li.loading a { 1249 background-position: 88% 50%;1303 background-position: 12% 50%; 1250 1304 } 1251 1305 #buddypress div.item-list-tabs#object-nav { … … 1304 1358 #buddypress div#message-thread img.avatar { 1305 1359 float: right; 1306 margin: 0 10px 0 0;1360 margin: 0 0 0 10px; 1307 1361 vertical-align: middle; 1308 1362 } … … 1433 1487 .widget.buddypress div.avatar-block{ 1434 1488 overflow: hidden; 1489 } 1490 1491 .widget.buddypress #bp-login-widget-form label { 1492 display: block; 1493 margin: 1rem 0 .5rem; 1494 } 1495 1496 .widget.buddypress #bp-login-widget-form #bp-login-widget-submit { 1497 margin-left: 10px; 1498 } 1499 1500 .widget.buddypress .bp-login-widget-user-avatar { 1501 float: right; 1502 width: 60px; 1503 } 1504 1505 .widget.buddypress .bp-login-widget-user-links > div { 1506 padding-right: 60px; 1507 } 1508 1509 .widget.buddypress .bp-login-widget-user-links > div { 1510 margin-bottom: .5rem; 1511 } 1512 1513 .widget.buddypress .bp-login-widget-user-links > div.bp-login-widget-user-link a { 1514 font-weight: bold; 1435 1515 } 1436 1516
Note: See TracChangeset
for help on using the changeset viewer.