Skip to:
Content

BuddyPress.org

Changeset 4424


Ignore:
Timestamp:
05/24/2011 10:05:42 PM (15 years ago)
Author:
djpaul
Message:

Normalise activity stream and blog comment styles. Props hnla for initial patch, see #3242

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/bp-themes/bp-default/_inc/css/default.css

    r4422 r4424  
    365365        font-size: 11px;
    366366}
     367#footer-widget-area div.item-content {
     368        margin-left: 38px;
     369}
    367370#footer-widget-area div.item-meta,
    368 #footer-widget-area div.item-content,
    369371div#sidebar div.item-meta,
    370372div#sidebar div.item-content {
     
    524526ul.item-list li img.avatar {
    525527        float: left;
    526         margin: 0 10px 10px 0;
     528        margin: 0 10px 15px 0;
    527529}
    528530ul.item-list li div.item-title,
     
    11481150
    11491151ul.activity-list li {
    1150         padding: 20px 0 0 0;
     1152        padding: 10px 0 0;
    11511153        overflow: hidden;
     1154}
     1155.activity-list .activity-avatar {
     1156        float: left;
    11521157}
    11531158ul.activity-list > li:first-child {
     
    11551160}
    11561161ul.activity-list li.has-comments {
    1157         padding-bottom: 20px;
     1162        padding-bottom: 10px;
    11581163}
    11591164body.activity-permalink ul.activity-list li.has-comments {
     
    12771282        line-height: 220%;
    12781283}
     1284.activity-header {
     1285        margin-right: 130px;
     1286}
    12791287.activity-list .activity-content .activity-header img.avatar {
    12801288        float: none !important;
     
    14371445        padding: 10px 0 0;
    14381446}
    1439 div.activity-comments ul li p:last-child,
    14401447.commentlist .comment-content a:first-child {
    14411448        margin-bottom: 10px;
     
    18181825        font-style: italic;
    18191826}
     1827.entry {
     1828        margin-bottom: 15px;
     1829}
    18201830p.date,
    18211831p.postmetadata {
     
    18291839}
    18301840p.postmetadata {
    1831         margin-top: 15px;
    18321841        clear: left;
    18331842        overflow: hidden;
     
    19151924#comments ol.commentlist {
    19161925        border-bottom: 1px solid #e4e4e4;
    1917         margin-bottom: 30px;
     1926        margin: 0 0 30px 0;
    19181927}
    19191928ol.commentlist li {
     
    19431952        font-size: 11px;
    19441953        margin: 10px 0;
    1945         padding: 0 0 3px;
    19461954}
    19471955div.comment-meta em {
     
    19651973        border-color: #059AE7;
    19661974        color: #fff;
     1975}
     1976#reply-title {
     1977        margin-top: 0;
    19671978}
    19681979#reply-title small {
     
    19952006.commentlist ul.children {
    19962007        background: #f5f5f5;
    1997         margin-bottom: 20px;
     2008        margin-bottom: 10px;
    19982009        margin-left: 75px;
    19992010        padding: 1px 10px;
     
    20542065        -moz-border-radius: 4px;
    20552066        -webkit-border-radius: 4px;
     2067}
     2068#respond .form-submit {
     2069        margin-bottom: 0;
    20562070}
    20572071ol.commentlist #respond {
Note: See TracChangeset for help on using the changeset viewer.