Changeset 11586 for trunk/src/bp-templates/bp-legacy/css/twentyeleven.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/twentyeleven.scss
r11006 r11586 1946 1946 1947 1947 .message-metadata { 1948 overflow: hidden; 1948 1949 &::after { 1950 clear: both; 1951 content: ""; 1952 display: table; 1953 } 1949 1954 1950 1955 img.avatar { … … 1981 1986 .alt { 1982 1987 background: $content-background; 1988 } 1989 1990 .bp-tooltip:hover::after, 1991 .bp-tooltip:active::after, 1992 .bp-tooltip:focus::after { 1993 right: 40px; 1994 text-align: right; 1983 1995 } 1984 1996 … … 2045 2057 padding-left: 41px; 2046 2058 width: 100%; 2047 2048 a::after {2049 content: " \2016 \00a0"attr(title);2050 @include font-size(12);2051 }2052 2059 } 2053 2060 … … 2522 2529 } // .notifications, .message-notices 2523 2530 2531 .messages-notices { 2532 2533 .bp-tooltip:hover::after, 2534 .bp-tooltip:active::after, 2535 .bp-tooltip:focus::after { 2536 left: 0; 2537 margin-top: 10px; 2538 max-width: 240px; 2539 right: auto; 2540 text-align: left; 2541 transform: translateX(0); 2542 } 2543 } 2544 2524 2545 } // #buddypress 2525 2546 } // .bp-user
Note: See TracChangeset
for help on using the changeset viewer.