Changeset 11586 for trunk/src/bp-templates/bp-legacy/css/twentyten.scss
- 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/twentyten.scss
r11006 r11586 1839 1839 1840 1840 .message-metadata { 1841 overflow: hidden; 1841 1842 &::after { 1843 clear: both; 1844 content: ""; 1845 display: table; 1846 } 1842 1847 1843 1848 img.avatar { … … 1874 1879 .alt { 1875 1880 background: $content-background; 1881 } 1882 1883 .bp-tooltip:hover::after, 1884 .bp-tooltip:active::after, 1885 .bp-tooltip:focus::after { 1886 right: 40px; 1887 text-align: right; 1876 1888 } 1877 1889 … … 1938 1950 padding-left: 41px; 1939 1951 width: 100%; 1940 1941 a::after {1942 content: " \2016 \00a0"attr(title);1943 @include font-size(12);1944 }1945 1952 } 1946 1953 … … 2423 2430 } // .notifications, .message-notices 2424 2431 2432 .messages-notices { 2433 2434 .bp-tooltip:hover::after, 2435 .bp-tooltip:active::after, 2436 .bp-tooltip:focus::after { 2437 left: 0; 2438 margin-top: 10px; 2439 max-width: 240px; 2440 right: auto; 2441 text-align: left; 2442 transform: translateX(0); 2443 } 2444 } 2445 2425 2446 } // #buddypress 2426 2447 } // .bp-user
Note: See TracChangeset
for help on using the changeset viewer.