- Timestamp:
- 02/02/2016 12:08:05 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-legacy/css/twentyfourteen.scss
r10451 r10493 830 830 .activity { 831 831 .activity-comments { 832 // border-left: 1px solid $border-light;833 832 margin-left: 0; 834 833 margin-top: 5px; … … 1425 1424 1426 1425 tbody > tr:first-child { 1426 1427 1427 td.bulk-select-check, 1428 1428 td.thread-from { 1429 1429 border-top: 1px solid $border-med; 1430 1430 } 1431 1431 } 1432 1432 … … 1581 1581 1582 1582 td:first-child + td + td { 1583 // notice date1583 // notice date 1584 1584 border-bottom: 0; 1585 1585 … … 1590 1590 1591 1591 td:last-child { 1592 // notice actions1592 // notice actions 1593 1593 border-bottom-color: $border-med; 1594 1594 line-height: 1; … … 1596 1596 1597 1597 a:last-child { 1598 // hide the 'x' text1598 // hide the 'x' text 1599 1599 line-height: 0; 1600 1600 margin-left: 0.7em; … … 1709 1709 margin: $spacing-val-sm 0; 1710 1710 1711 // Stylise the seach form elements, in part this deals with padding1712 // issues on the submit & sizing issues between bp styles & twentyfourteen1711 // Stylise the seach form elements, in part this deals with padding 1712 // issues on the submit & sizing issues between bp styles & twentyfourteen 1713 1713 form { 1714 1714 border: 1px solid #ccc; … … 1747 1747 } 1748 1748 1749 1749 }// close form 1750 1750 1751 1751 } // close .dir-search, .message-search … … 1847 1847 1848 1848 #buddypress { 1849 /* Auto Complete background */1850 1849 .acfb-holder { 1851 1850 … … 1853 1852 background: $notice-info; 1854 1853 border: inherit; 1855 1856 } 1857 } 1854 } 1855 } 1856 }
Note: See TracChangeset
for help on using the changeset viewer.