Changeset 11586 for trunk/src/bp-templates/bp-legacy/css/twentytwelve.scss
- Timestamp:
- 06/10/2017 07:56:32 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-legacy/css/twentytwelve.scss
r11136 r11586 1887 1887 1888 1888 .message-metadata { 1889 overflow: hidden; 1889 1890 &::after { 1891 clear: both; 1892 content: ""; 1893 display: table; 1894 } 1890 1895 1891 1896 img.avatar { … … 1922 1927 .alt { 1923 1928 background: $content-background; 1929 } 1930 1931 .bp-tooltip:hover::after, 1932 .bp-tooltip:active::after, 1933 .bp-tooltip:focus::after { 1934 right: 40px; 1935 text-align: right; 1924 1936 } 1925 1937 … … 1986 1998 padding-left: 41px; 1987 1999 width: 100%; 1988 1989 a::after {1990 content: " \2016 \00a0"attr(title);1991 @include font-size(12);1992 }1993 2000 } 1994 2001 … … 2462 2469 } // .notifications, .message-notices 2463 2470 2471 .messages-notices { 2472 2473 .bp-tooltip:hover::after, 2474 .bp-tooltip:active::after, 2475 .bp-tooltip:focus::after { 2476 left: 0; 2477 margin-top: 10px; 2478 max-width: 240px; 2479 right: auto; 2480 text-align: left; 2481 transform: translateX(0); 2482 } 2483 } 2484 2464 2485 } // #buddypress 2465 2486 } // .bp-user
Note: See TracChangeset
for help on using the changeset viewer.