Changeset 7595
- Timestamp:
- 11/21/2013 12:51:13 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/bp-templates/bp-legacy/css/buddypress.css
r7450 r7595 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: 0 10px 1px; 775 } 768 776 /*-------------------------------------------------------------- 769 777 3.6 - Ajax Loading … … 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 } … … 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; … … 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 }
Note: See TracChangeset
for help on using the changeset viewer.