Skip to:
Content

BuddyPress.org

Changeset 10256


Ignore:
Timestamp:
10/12/2015 07:29:23 PM (10 years ago)
Author:
djpaul
Message:

Updte compiled CSS

Location:
trunk/src/bp-templates/bp-legacy/css
Files:
2 edited

Legend:

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

    r10237 r10256  
    841841#buddypress .wp-editor-wrap input[type=button],
    842842#buddypress .wp-editor-wrap input[type=reset] {
    843     padding: 0 10px 1px;
     843    padding: 0 8px 1px;
    844844}
    845845
     
    15851585    margin: 0;
    15861586}
     1587#buddypress .wp-editor-container {
     1588    border: 1px solid #dedede;
     1589}
     1590#buddypress .html-active button.switch-html {
     1591    border-bottom-color: transparent;
     1592    border-bottom-right-radius: 0;
     1593    border-bottom-left-radius: 0;
     1594    background: #f5f5f5;
     1595}
     1596#buddypress .tmce-active button.switch-tmce {
     1597    border-bottom-color: transparent;
     1598    border-bottom-right-radius: 0;
     1599    border-bottom-left-radius: 0;
     1600    background: #f5f5f5;
     1601}
     1602#buddypress .standard-form .wp-editor-container textarea {
     1603    width: 100%;
     1604    padding-top: 0;
     1605    padding-bottom: 0;
     1606}
    15871607
    15881608/*--------------------------------------------------------------
  • trunk/src/bp-templates/bp-legacy/css/twentyfifteen-rtl.css

    r10162 r10256  
    17091709}
    17101710
     1711#buddypress .wp-editor-wrap a.button,
     1712#buddypress .wp-editor-wrap button,
     1713#buddypress .wp-editor-wrap input[type=submit],
     1714#buddypress .wp-editor-wrap input[type=button],
     1715#buddypress .wp-editor-wrap input[type=reset] {
     1716    padding: 0 5px 1px;
     1717}
     1718
    17111719#buddypress .standard-form li,
    17121720#buddypress .group-create-form li {
Note: See TracChangeset for help on using the changeset viewer.