- Timestamp:
- 06/10/2017 07:56:32 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-legacy/css/twentyfourteen.scss
r11134 r11586 1497 1497 padding-left: 41px; 1498 1498 width: 100%; 1499 1500 a::after {1501 content: " \2013 \00a0"attr(title);1502 @include font-size(12);1503 }1504 1499 } 1505 1500 … … 1575 1570 } 1576 1571 } 1572 1573 .bp-tooltip:hover::after, 1574 .bp-tooltip:active::after, 1575 .bp-tooltip:focus::after { 1576 right: 40px; 1577 text-align: right; 1578 } 1577 1579 } 1578 1580 … … 1665 1667 text-indent: 0; 1666 1668 } 1669 } 1670 } 1671 1672 .messages-notices { 1673 1674 .bp-tooltip:hover::after, 1675 .bp-tooltip:active::after, 1676 .bp-tooltip:focus::after { 1677 left: 0; 1678 margin-top: 10px; 1679 max-width: 240px; 1680 right: auto; 1681 text-align: left; 1682 transform: translateX(0); 1667 1683 } 1668 1684 }
Note: See TracChangeset
for help on using the changeset viewer.