- Timestamp:
- 02/02/2016 12:08:05 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-legacy/css/twentythirteen.scss
r10451 r10493 322 322 } 323 323 } 324 324 /*__ Horizontal menus & small screen __*/ 325 325 326 326 #buddypress { … … 416 416 } // close #buddypress 417 417 418 418 /*__ Vertical menu User Account / Group single screens __*/ 419 419 420 420 // This block contains rules to re-factor the item-body structural element … … 424 424 425 425 @media screen and (min-width: 55em) { 426 427 .bp-user #buddypress,428 .single-item.groups #buddypress {429 // background: $light-background;430 }431 426 432 427 body:not(.sidebar) { … … 1323 1318 1324 1319 #item-header-cover-image { 1325 // #item-header-content {1326 // }1327 1320 1328 1321 #item-actions { … … 1823 1816 1824 1817 #message-thread { 1825 //Single message view1818 //Single message view 1826 1819 a { 1827 1820 border-bottom: 0; … … 1996 1989 } 1997 1990 1998 /* Auto Complete background */1999 1991 .acfb-holder { 2000 1992 … … 2016 2008 } 2017 2009 2018 /* Sitewide Notices loop */2019 2010 .sitewide-notices { 2020 2011 tr { … … 2048 2039 #settings-form { 2049 2040 padding: 0 $spacing-val-sm; 2050 // 'p' = email notification screen sub heading2041 // 'p' = email notification screen sub heading 2051 2042 > p { 2052 2043 @include font-size(20); … … 2096 2087 *------------------------------------------------------------------------------- 2097 2088 */ 2098 2089 // Attempt to reset form control widths 2099 2090 #main { 2100 2091 #buddypress { … … 2115 2106 #buddypress { 2116 2107 2117 // Match BP form elements to Themes(2013) styling where styles2118 // are not inherited or being overriden.2108 // Match BP form elements to Themes(2013) styling where styles 2109 // are not inherited or being overriden. 2119 2110 div.activity-comments { 2120 2111 … … 2385 2376 2386 2377 #buddypress { 2387 /* Auto Complete background */2388 2378 .acfb-holder { 2389 2379 … … 2391 2381 background: $notice-info; 2392 2382 border: inherit; 2393 2394 } 2395 } 2383 } 2384 } 2385 }
Note: See TracChangeset
for help on using the changeset viewer.