Changeset 9147
- Timestamp:
- 11/16/2014 03:20:39 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-legacy/css/buddypress-rtl.css
r8926 r9147 729 729 float: left; 730 730 } 731 #buddypress .standard-form #blog-details-section { 731 #buddypress .standard-form #blog-details-section, 732 #buddypress #notifications-bulk-management { 732 733 clear: right; 734 } 735 body.no-js #buddypress #notifications-bulk-management #select-all-notifications, 736 body.no-js #buddypress label[for="message-type-select"], 737 body.no-js #buddypress #message-type-select, 738 body.no-js #buddypress #delete_inbox_messages, 739 body.no-js #buddypress #delete_sentbox_messages, 740 body.no-js #buddypress #notifications-bulk-management #select-all-notifications { 741 display: none; 733 742 } 734 743 #buddypress .standard-form input:focus, … … 819 828 padding: 0 10px 1px; 820 829 } 830 831 /* Form classes & generic attr styling */ 832 #buddypress form *[disabled="disabled"]{ 833 cursor: default; 834 opacity: .4; 835 } 836 .bp-screen-reader-text { 837 clip: rect(1px, 1px, 1px, 1px); 838 position: absolute; 839 } 840 821 841 /*-------------------------------------------------------------- 822 842 3.6 - Ajax Loading … … 863 883 #buddypress input[type="button"].disabled, 864 884 #buddypress input[type="reset"].disabled, 885 #buddypress input[type="submit"][disabled=disabled], 865 886 #buddypress button.pending, 866 887 #buddypress button.disabled,
Note: See TracChangeset
for help on using the changeset viewer.