Skip to:
Content

BuddyPress.org

Changeset 2127


Ignore:
Timestamp:
11/25/2009 08:35:57 PM (17 years ago)
Author:
apeatling
Message:

Default theme updates for activity comment support.

Location:
trunk/bp-themes/bp-default/_inc
Files:
1 added
1 edited

Legend:

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

    r2114 r2127  
    472472                padding: 6px 10px 15px 10px;
    473473                font: bold 1em "Lucida Grande", "Lucida Sans Unicode", Tahoma, Verdana, sans-serif !important;
     474                margin-bottom: 10px;
    474475        }
    475476                .left-menu div.bp-widget h4 {
     
    12681269
    12691270.activity-list {
    1270         padding: 10px 0 5px 0 !important;
     1271        padding: 5px 0 5px 0 !important;
    12711272}
    12721273
    12731274.activity-list li {
    12741275        position: relative;
    1275         margin: 5px 15px;
    1276         padding: 0 50px 0 34px !important;
     1276        margin: 0 15px;
     1277        padding: 10px 50px 0 55px !important;
    12771278        background: none !important;
     1279        border-bottom: 1px solid #eee;
    12781280}
    12791281        ul#activity-filter-links li#afilter-blogs a {
     
    13031305        .activity-list li div.activity-avatar {
    13041306                position: absolute;
    1305                 margin: -1px 0 0 -35px;
     1307                margin: 1px 0 0 -55px;
    13061308        }
    13071309                .widget .activity-list li div.activity-avatar img.avatar {
     
    14111413}
    14121414
     1415/** Activity Stream Comments *********************/
     1416
     1417        div.activity-comments {
     1418                padding-top: 8px;
     1419                margin-bottom: 20px;
     1420        }
     1421                div.activity-comments a {
     1422                        color: #888;
     1423                }
     1424
     1425        div.activity-comments ul, div.activity-comments ul li {
     1426                border: none;
     1427                list-style: none;
     1428        }
     1429                div.activity-comments ul {
     1430                        clear: left;
     1431                }
     1432                        div.activity-comments > ul:first-child {
     1433                                padding-left: 0;
     1434                                margin: 0;
     1435                        }
     1436
     1437                div.activity-comments ul li {
     1438                        border-top: 1px solid #eee;
     1439                        padding: 10px 0 !important;
     1440                        margin-left: 0;
     1441                }
     1442                        div.activity-comments ul li p:last-child {
     1443                                margin-bottom: 0;
     1444                        }
     1445
     1446                        div.activity-comments > ul > li:first-child {
     1447                                border-top: none;
     1448                                margin-left: 0 !important;
     1449                        }
     1450
     1451                        div.activity-comments > ul:first-child > li:first-child {
     1452                                background: url( ../images/comment_topline.gif) top left no-repeat !important;
     1453                                padding-top: 20px !important;
     1454                        }
     1455
     1456                        div.activity-comments ul li:first-child {
     1457                                margin-left: 10px;
     1458                        }
     1459
     1460                        div.activity-comments ul li:last-child {
     1461                                margin-bottom: -8px;
     1462                        }
     1463
     1464                div.activity-comments ul li > ul {
     1465                        margin-top: 5px;
     1466                }
     1467
     1468                div.activity-comments div.acomment-avatar img {
     1469                        border-width: 2px !important;
     1470                        float: left;
     1471                        margin-right: 10px;
     1472                }
     1473
     1474                div.activity-comments div.acomment-content {
     1475                        font-size: 11px;
     1476                        margin-left: 39px;
     1477                        margin-top: 5px;
     1478                }
     1479                        div.acomment-content .time-since { display: none; }
     1480                        div.acomment-content .activity-delete-link { display: none; }
     1481                        div.acomment-content .comment-header { display: none; }
     1482
     1483                div.activity-comments div.acomment-meta {
     1484                        font-size: 11px;
     1485                        color: #888;
     1486                }
     1487
     1488                div.activity-comments form.ac-form {
     1489                        display: none;
     1490                        margin: 10px 0 10px 33px;
     1491                        background: #f0f0f0;
     1492                        padding: 8px;
     1493                }
     1494                        div.activity-comments form.root {
     1495                                margin-left: -8px !important;
     1496                        }
     1497
     1498                        div.activity-comments form textarea {
     1499                                width: 93%;
     1500                                font-family: inherit;
     1501                                font-size: 11px;
     1502                                color: #555;
     1503                                padding: 8px;
     1504                                height: 60px;
     1505                        }
     1506                                div.activity-comments form input {
     1507                                        margin-top: 5px;
     1508                                }
     1509
     1510                        div.activity-comments form div.ac-reply-avatar {
     1511                                float: left;
     1512                        }
     1513                                div.ac-reply-avatar img {
     1514                                        border: 2px solid #fff !important;
     1515                                }
     1516
     1517                        div.activity-comments form div.ac-reply-content {
     1518                                margin-left: 25px;
     1519                                padding-left: 15px;
     1520                        }
     1521
     1522/** What's New Box ***********************************/
     1523
     1524form#whats-new-form {
     1525        background: url( ../images/message_thread_back.gif ) top left repeat-x;
     1526        padding: 15px;
     1527        margin: 10px 0 20px 0;
     1528}
     1529        form#whats-new-form h5 {
     1530                margin: 0;
     1531                font-weight: normal;
     1532                font-size: 12px;
     1533                color: #888;
     1534                margin-left: 58px;
     1535                padding: 0 0 3px 0;
     1536        }
     1537
     1538        form#whats-new-form #whats-new-avatar {
     1539                float: left;
     1540        }
     1541
     1542        form#whats-new-form #whats-new-content {
     1543                margin-left: 38px;
     1544                padding-left: 22px;
     1545        }
     1546
     1547        form#whats-new-form textarea {
     1548                width: 96.5%;
     1549                height: 60px;
     1550                padding: 10px;
     1551                font-size: 1.2em;
     1552                font-family: Arial, tahoma, verdana, sans-serif;
     1553                color: #555;
     1554                margin-bottom: 10px;
     1555        }
     1556
     1557        form#whats-new-form #whats-new-latest {
     1558                float: left;
     1559                width: 35%;
     1560                font-size: 11px;
     1561                color: #888;
     1562        }
     1563
     1564        form#whats-new-form #whats-new-options {
     1565                float: right;
     1566        }
    14131567
    14141568/**** BLOGS *****************/
Note: See TracChangeset for help on using the changeset viewer.