Changeset 11586 for trunk/src/bp-templates/bp-legacy/css/twentyfifteen.scss
- Timestamp:
- 06/10/2017 07:56:32 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-legacy/css/twentyfifteen.scss
r11133 r11586 1764 1764 1765 1765 .message-metadata { 1766 overflow: hidden; 1766 1767 &::after { 1768 clear: both; 1769 content: ""; 1770 display: table; 1771 } 1767 1772 1768 1773 img.avatar { … … 1799 1804 .alt { 1800 1805 background: $content-background; 1806 } 1807 1808 .bp-tooltip:hover::after, 1809 .bp-tooltip:active::after, 1810 .bp-tooltip:focus::after { 1811 right: 40px; 1812 text-align: right; 1801 1813 } 1802 1814 … … 1849 1861 padding-left: 41px; 1850 1862 width: 100%; 1851 1852 a::after {1853 content: " \2013 \00a0"attr(title);1854 @include font-size(12);1855 }1856 1863 } 1857 1864 … … 2283 2290 2284 2291 } // .notifications, .message-notices 2292 2293 .messages-notices { 2294 2295 .bp-tooltip:hover::after, 2296 .bp-tooltip:active::after, 2297 .bp-tooltip:focus::after { 2298 left: 0; 2299 margin-top: 10px; 2300 max-width: 240px; 2301 right: auto; 2302 text-align: left; 2303 transform: translateX(0); 2304 } 2305 } 2306 2285 2307 } // #buddypress 2286 2308
Note: See TracChangeset
for help on using the changeset viewer.