Changeset 10532 for trunk/src/bp-templates/bp-legacy/css/twentysixteen.scss
- Timestamp:
- 02/05/2016 11:35:34 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-legacy/css/twentysixteen.scss
r10493 r10532 174 174 $stripe-even: #dbe5ff; 175 175 $unread: #dce5ff; 176 176 $link-action: #c82b2b; 177 177 /*-------------------------------------------------------------- 178 178 … … 1957 1957 } 1958 1958 1959 /* Sitewide Notices loop */ 1959 .acfb-holder { 1960 list-style: none; 1961 1962 li {margin-left: 0;} 1963 1964 li.friend-tab { 1965 background: lighten($notice-info, 20%); 1966 border: inherit; 1967 margin-right: 0; 1968 padding: 0.5em; 1969 1970 span.p { 1971 // the 'X' close 1972 padding-left: $spacing-val-sm; 1973 1974 &:focus, 1975 &:hover { 1976 color: $link-action; 1977 cursor: pointer; 1978 } 1979 } 1980 1981 a { 1982 border-bottom: 0; 1983 text-decoration: none; 1984 1985 img { 1986 // this is the tiny user avatar 1987 display: inline; 1988 height: 20px; 1989 vertical-align: middle; 1990 width: 20px !important; // override inline style 1991 } 1992 } 1993 } 1994 } 1995 1960 1996 #message-threads.sitewide-notices { 1961 1997 … … 2018 2054 2019 2055 } // #buddypress 2056 2057 // acfb auto complete name list sits in doc footer before body close 2058 .ac_results { 2059 background: #eee; 2060 padding-left: $spacing-val-sm; 2061 2062 ul { margin: 0; } 2063 2064 li { 2065 margin: $spacing-val-sm 0; 2066 2067 &:focus, 2068 &:hover { 2069 cursor: pointer; 2070 } 2071 } 2072 } 2073 2020 2074 } // close .bp-user 2021 2075
Note: See TracChangeset
for help on using the changeset viewer.