Skip to:
Content

BuddyPress.org

Changeset 9162


Ignore:
Timestamp:
11/21/2014 09:12:13 PM (11 years ago)
Author:
boonebgorges
Message:

RTL styles for new messages interface.

See [9161], #6005.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-templates/bp-legacy/css/buddypress-rtl.css

    r9159 r9162  
    251251#buddypress .activity-list .activity-content .activity-header img.avatar {
    252252    float: none !important;
    253     margin: 0 0 -8px 5px !important;
     253    margin: 0 5px -8px 0 !important;
    254254}
    255255#buddypress a.bp-secondary-action,
     
    739739body.no-js #buddypress #delete_inbox_messages,
    740740body.no-js #buddypress #delete_sentbox_messages,
    741 body.no-js #buddypress #notifications-bulk-management #select-all-notifications {
     741body.no-js #buddypress #messages-bulk-management #select-all-messages {
    742742    display: none;
    743743}
     
    975975#buddypress table#message-threads {
    976976    clear: both;
    977     margin: 0;
    978     width: auto;
    979977}
    980978#buddypress table.profile-fields {
     
    10161014    width: 25%;
    10171015}
     1016#buddypress #message-threads .thread-info {
     1017    min-width: 40%;
     1018}
    10181019#buddypress table tr td.thread-info p {
    10191020    margin: 0;
     
    13851386    font-weight: bold;
    13861387}
     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}
    13871393#buddypress li span.unread-count,
    13881394#buddypress tr.unread span.unread-count {
     
    13951401    padding: 1px 6px;
    13961402    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;
    14041403}
    14051404#buddypress div#message-thread div.message-box {
Note: See TracChangeset for help on using the changeset viewer.