diff --git bp-templates/bp-legacy/css/buddypress.css bp-templates/bp-legacy/css/buddypress.css
index 32c1f7c..768169a 100644
|
|
a.bp-title-button { |
765 | 765 | clear:none; |
766 | 766 | } |
767 | 767 | |
| 768 | // Overrides for embedded WP editors |
| 769 | #buddypress .wp-editor-wrap a.button, |
| 770 | #buddypress .wp-editor-wrap button, |
| 771 | #buddypress .wp-editor-wrap input[type=submit], |
| 772 | #buddypress .wp-editor-wrap input[type=button], |
| 773 | #buddypress .wp-editor-wrap input[type=reset] { |
| 774 | padding: 0px 10px 1px; |
| 775 | } |
768 | 776 | /*-------------------------------------------------------------- |
769 | 777 | 3.6 - Ajax Loading |
770 | 778 | --------------------------------------------------------------*/ |
… |
… |
a.bp-title-button { |
879 | 887 | margin: 20px 0 0 0; |
880 | 888 | padding: 1px 0 0 0; |
881 | 889 | } |
882 | | #buddypress table { |
| 890 | #buddypress table.notifications, |
| 891 | #buddypress table.notifications-settings, |
| 892 | #buddypress table.profile-fields, |
| 893 | #buddypress table.wp-profile-fields, |
| 894 | #buddypress table.messages-notices, |
| 895 | #buddypress table.forum { |
883 | 896 | width: 100%; |
884 | 897 | } |
885 | | #buddypress table thead tr { |
| 898 | #buddypress table.notifications thead tr, |
| 899 | #buddypress table.notifications-settings thead tr, |
| 900 | #buddypress table.profile-fields thead tr, |
| 901 | #buddypress table.wp-profile-fields thead tr, |
| 902 | #buddypress table.messages-notices thead tr, |
| 903 | #buddypress table.forum thead tr { |
886 | 904 | background: #eaeaea; |
887 | 905 | } |
888 | 906 | #buddypress table#message-threads { |
… |
… |
a.bp-title-button { |
902 | 920 | #buddypress table.profile-fields p:last-child { |
903 | 921 | margin-top: 0; |
904 | 922 | } |
905 | | #buddypress table tr td, |
906 | | #buddypress table tr th { |
| 923 | #buddypress table.notifications tr td, |
| 924 | #buddypress table.notifications-settings tr td, |
| 925 | #buddypress table.profile-fields tr td, |
| 926 | #buddypress table.wp-profile-fields tr td, |
| 927 | #buddypress table.messages-notices tr td, |
| 928 | #buddypress table.forum tr td, |
| 929 | #buddypress table.notifications tr th, |
| 930 | #buddypress table.notifications-settings tr th, |
| 931 | #buddypress table.profile-fields tr th, |
| 932 | #buddypress table.wp-profile-fields tr th, |
| 933 | #buddypress table.messages-notices tr th, |
| 934 | #buddypress table.forum tr th { |
907 | 935 | padding: 8px; |
908 | 936 | vertical-align: middle; |
909 | 937 | } |
910 | | #buddypress table tr td.label { |
| 938 | #buddypress table.notifications tr td.label, |
| 939 | #buddypress table.notifications-settings tr td.label, |
| 940 | #buddypress table.profile-fields tr td.label, |
| 941 | #buddypress table.wp-profile-fields tr td.label, |
| 942 | #buddypress table.messages-notices tr td.label, |
| 943 | #buddypress table.forum tr td.label { |
911 | 944 | border-right: 1px solid #eaeaea; |
912 | 945 | font-weight: bold; |
913 | 946 | width: 25%; |
… |
… |
a.bp-title-button { |
923 | 956 | #buddypress table.forum td { |
924 | 957 | text-align: center; |
925 | 958 | } |
926 | | #buddypress table tr.alt td { |
| 959 | #buddypress table.notifications tr.alt td, |
| 960 | #buddypress table.notifications-settings tr.alt td, |
| 961 | #buddypress table.profile-fields tr.alt td, |
| 962 | #buddypress table.wp-profile-fields tr.alt td, |
| 963 | #buddypress table.messages-notices tr.alt td, |
| 964 | #buddypress table.forum tr.alt td { |
927 | 965 | background: #f5f5f5; |
928 | 966 | } |
929 | 967 | #buddypress table.notification-settings { |
… |
… |
a.bp-title-button { |
1037 | 1075 | background-color: #ffd; |
1038 | 1076 | border: 1px solid #cb2; |
1039 | 1077 | color: #440; |
1040 | | |
| 1078 | |
1041 | 1079 | } |
1042 | 1080 | #buddypress div#item-header { |
1043 | 1081 | overflow: hidden; |