- Timestamp:
- 02/05/2016 11:35:34 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-legacy/css/twentyfourteen.scss
r10493 r10532 140 140 $stripe-even: #dbe5ff; 141 141 $unread: #cddaff; 142 $link-action: #c82b2b; 142 143 143 144 // 2014 font family … … 1537 1538 } // close #messages-threads 1538 1539 1539 /* Read Single thread */1540 1540 #message-thread { 1541 1541 … … 1557 1557 } 1558 1558 1559 /* Sitewide Notices loop */ 1559 .acfb-holder { 1560 list-style: none; 1561 margin: 0; 1562 1563 li {margin-left: 0;} 1564 1565 li.friend-tab { 1566 background: lighten($notice-info, 20%); 1567 border: inherit; 1568 margin-right: 0; 1569 padding: 0.5em; 1570 1571 span.p { 1572 // the 'X' close 1573 padding-left: $spacing-val-sm; 1574 1575 &:focus, 1576 &:hover { 1577 color: $link-action; 1578 cursor: pointer; 1579 } 1580 } 1581 1582 a { 1583 border-bottom: 0; 1584 text-decoration: none; 1585 1586 img { 1587 // this is the tiny user avatar 1588 display: inline; 1589 height: 20px; 1590 vertical-align: middle; 1591 width: 20px !important; // override inline style 1592 } 1593 } 1594 } 1595 } 1596 1560 1597 #message-threads.sitewide-notices { 1561 1598 td { … … 1612 1649 1613 1650 } // close #buddypress - user acounts item-body 1651 1652 .bp-user { 1653 1654 // acfb auto complete name list sits in doc footer before body close 1655 .ac_results { 1656 background: #eee; 1657 padding-left: $spacing-val-sm; 1658 1659 ul { margin: 0; } 1660 1661 li { 1662 margin: $spacing-val-sm 0; 1663 1664 &:focus, 1665 &:hover { 1666 cursor: pointer; 1667 } 1668 } 1669 } 1670 1671 } 1614 1672 1615 1673 /** … … 1845 1903 *------------------------------------------------------------------------------- 1846 1904 */ 1847 1848 #buddypress {1849 .acfb-holder {1850 1851 li.friend-tab {1852 background: $notice-info;1853 border: inherit;1854 }1855 }1856 }
Note: See TracChangeset
for help on using the changeset viewer.