Changeset 9162
- Timestamp:
- 11/21/2014 09:12:13 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-legacy/css/buddypress-rtl.css
r9159 r9162 251 251 #buddypress .activity-list .activity-content .activity-header img.avatar { 252 252 float: none !important; 253 margin: 0 0 -8px 5px!important;253 margin: 0 5px -8px 0 !important; 254 254 } 255 255 #buddypress a.bp-secondary-action, … … 739 739 body.no-js #buddypress #delete_inbox_messages, 740 740 body.no-js #buddypress #delete_sentbox_messages, 741 body.no-js #buddypress # notifications-bulk-management #select-all-notifications {741 body.no-js #buddypress #messages-bulk-management #select-all-messages { 742 742 display: none; 743 743 } … … 975 975 #buddypress table#message-threads { 976 976 clear: both; 977 margin: 0;978 width: auto;979 977 } 980 978 #buddypress table.profile-fields { … … 1016 1014 width: 25%; 1017 1015 } 1016 #buddypress #message-threads .thread-info { 1017 min-width: 40%; 1018 } 1018 1019 #buddypress table tr td.thread-info p { 1019 1020 margin: 0; … … 1385 1386 font-weight: bold; 1386 1387 } 1388 #buddypress table#message-threads tr.unread td .thread-excerpt, 1389 #buddypress table#message-threads tr.unread td .activity, 1390 #buddypress table#message-threads tr.unread td.thread-options { 1391 font-weight: normal; 1392 } 1387 1393 #buddypress li span.unread-count, 1388 1394 #buddypress tr.unread span.unread-count { … … 1395 1401 padding: 1px 6px; 1396 1402 color: #fff; 1397 }1398 #buddypress div.messages-options-nav {1399 background: #eee;1400 font-size: 80%;1401 margin: 0;1402 padding: 5px 15px;1403 text-align: left;1404 1403 } 1405 1404 #buddypress div#message-thread div.message-box {
Note: See TracChangeset
for help on using the changeset viewer.