Skip to:
Content

bbPress.org

Changeset 4172


Ignore:
Timestamp:
08/24/2012 08:21:31 AM (12 years ago)
Author:
johnjamesjacoby
Message:

Capabilities:

  • Tweak CSS for capability UI to fix layout issues with varying height divs.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/plugin/bbp-admin/bbp-users.php

    r4164 r4172  
    7171        /*<![CDATA[*/
    7272            div.bbp-user-capabilities {
    73                 float: left;
    74                 margin: 0 20px 0 0;
    75             }
    76             body.rtl div.bbp-user-capabilities {
    77                 float: right;
    78                 margin: 0 0 0 20px;
     73                margin: 0 10px 10px;
     74                display: inline-block;
     75                vertical-align: top;
    7976            }
    8077           
Note: See TracChangeset for help on using the changeset viewer.