Making WordPress.org

Changeset 9278


Ignore:
Timestamp:
11/15/2019 06:53:39 AM (5 years ago)
Author:
johnjamesjacoby
Message:

BuddyPress/bbPress: responsive improvements, and tube-tv avatar radii.

Location:
sites/trunk/buddypress.org/public_html/wp-content/themes/bb-base
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • sites/trunk/buddypress.org/public_html/wp-content/themes/bb-base/functions.php

    r9156 r9278  
    5555
    5656    // Version of CSS
    57     $version = '201909300003';
     57    $version = '201911150001';
    5858
    5959    // Base theme styling
  • sites/trunk/buddypress.org/public_html/wp-content/themes/bb-base/style.css

    r9156 r9278  
    13021302    max-width: 100px;
    13031303    max-height: 100px;
     1304    border-radius: 20%;
    13041305}
    13051306
     
    17641765    }
    17651766}
     1767
     1768/* Mobile */
     1769@media only screen and (max-width: 480px) {
     1770    #bbpress-forums div.bbp-topic-author img.avatar,
     1771    #bbpress-forums div.bbp-reply-author img.avatar {
     1772        width: 100px;
     1773        height: 100px;
     1774        max-width: 100px;
     1775        max-height: 100px;
     1776    }
     1777
     1778    #bbpress-forums .bbp-author-role {
     1779        border: none;
     1780        background: transparent;
     1781        padding: 0;
     1782        margin: 0;
     1783    }
     1784
     1785    #bbpress-forums p.bbp-topic-post-date,
     1786    #bbpress-forums p.bbp-reply-post-date {
     1787        position: absolute;
     1788        right: -15px;
     1789        top: -15px;
     1790        font-size: 10px;
     1791    }
     1792
     1793    #bbpress-forums div.bbp-topic-author .bbp-author-avatar + br,
     1794    #bbpress-forums div.bbp-topic-author .bbp-author-avatar + br,
     1795    #bbpress-forums div.bbp-topic-ip,
     1796    #bbpress-forums div.bbp-reply-ip {
     1797        display: none;
     1798    }
     1799
     1800    #bbpress-forums li.bbp-body div.type-topic:hover span.bbp-admin-links,
     1801    #bbpress-forums li.bbp-body div.type-reply:hover span.bbp-admin-links {
     1802        display: block;
     1803        border-top: 1px dotted #ddd;
     1804        margin: 10px;
     1805        padding: 5px 0;
     1806    }
     1807}
Note: See TracChangeset for help on using the changeset viewer.