Skip to:
Content

BuddyPress.org

Changeset 10808


Ignore:
Timestamp:
05/25/2016 04:38:17 PM (10 years ago)
Author:
dcavins
Message:

Apply RTLCSS to stylesheets.

This commit records the updates to our CSS files
as rendered via the new grunt tool RTLCSS.

See #7007.

Props netweb.

Location:
trunk/src
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/bp-activity/css/mentions-rtl.css

    r10695 r10808  
    1212    z-index: 1000; /* >999 for wp-admin */
    1313}
    14 /* @noflip */
    1514.atwho-view {
    16     left: 0; 
     15    left: 0;
    1716}
    1817.atwho-view ul {
  • trunk/src/bp-core/css/buddybar-rtl.css

    r9819 r10808  
    8787    float: right;
    8888    position: relative;
    89     background: url('../images/admin-menu-arrow.gif') 12% 53% no-repeat;
     89    background: url('../images/admin-menu-arrow.gif') 88% 53% no-repeat;
    9090    padding-left: 11px;
    9191}
     
    122122    -moz-border-radius: 3px;
    123123    -webkit-border-radius: 3px;
     124    -moz-border-radius-topright: 0;
     125    -webkit-border-top-right-radius: 0;
    124126    -moz-border-radius-topleft: 0;
    125     -webkit-border-top-right-radius: 0;
    126     -moz-border-radius-topright: 0;
    127127    -webkit-border-top-left-radius: 0;
    128128}
  • trunk/src/bp-members/admin/css/admin-rtl.css

    r10799 r10808  
    174174    text-align: right;
    175175    vertical-align: middle;
    176     width: 200px;
     176    width: 192px;
    177177}
    178178
  • trunk/src/bp-messages/css/autocomplete/jquery.autocompletefb-rtl.css

    r9819 r10808  
    55    background: #fff;
    66    border: 1px solid #ccc;
    7     -moz-border-radius-bottomleft: 3px;
     7    -moz-border-radius-bottomright: 3px;
    88    -khtml-border-bottom-right-radius: 3px;
    99    -webkit-border-bottom-right-radius: 3px;
    1010    border-bottom-right-radius: 3px;
    11     -moz-border-radius-bottomright: 3px;
     11    -moz-border-radius-bottomleft: 3px;
    1212    -khtml-border-bottom-left-radius: 3px;
    1313    -webkit-border-bottom-left-radius: 3px;
Note: See TracChangeset for help on using the changeset viewer.