Changeset 10493 for trunk/src/bp-templates/bp-legacy/css/twentytwelve.scss
- 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/twentytwelve.scss
r10451 r10493 353 353 } 354 354 355 355 /*__ Horizontal menus __*/ 356 356 #buddypress { 357 357 … … 457 457 } 458 458 459 459 /*__ Vertical menu User Account / Group single screens __*/ 460 460 461 461 // This block contains rules to re-factor the item-body structural element … … 1204 1204 .bp-user { 1205 1205 #buddypress { 1206 // On object nav links, table links (notifications etc) we don't really need :visited1207 // inheritance, so set pseudo class to :link color.1206 // On object nav links, table links (notifications etc) we don't really need :visited 1207 // inheritance, so set pseudo class to :link color. 1208 1208 a { 1209 1209 &:visited { … … 1376 1376 float: left; 1377 1377 } 1378 1379 // #item-header-avatar {1380 // width: 21%;1381 // }1382 1378 1383 1379 #item-header-content { … … 1836 1832 1837 1833 #message-thread { 1838 //Single message view1834 //Single message view 1839 1835 a { 1840 1836 border-bottom: 0; … … 2061 2057 2062 2058 td:first-child + td + td { 2063 // notice date2059 // notice date 2064 2060 border-bottom: 0; 2065 2061 … … 2070 2066 2071 2067 td:last-child { 2072 // notice actions2068 // notice actions 2073 2069 line-height: 1; 2074 2070 padding-bottom: 1em; … … 2076 2072 2077 2073 a:last-child { 2078 // hide the 'x' text2074 // hide the 'x' text 2079 2075 line-height: 0; 2080 2076 margin-left: 0.7em; … … 2162 2158 *------------------------------------------------------------------------------- 2163 2159 */ 2164 // Attempt to reset form control widths 2160 2161 // Attempt to reset form control widths 2165 2162 #main { 2166 2163 #buddypress { … … 2181 2178 #buddypress { 2182 2179 2183 // Match BP form elements to Themes(2012) styling where styles2184 // are not inherited or being overriden.2180 // Match BP form elements to Themes(2012) styling where styles 2181 // are not inherited or being overriden. 2185 2182 div.activity-comments { 2186 2183 … … 2437 2434 2438 2435 #buddypress { 2439 /* Auto Complete background */ 2436 2440 2437 .acfb-holder { 2441 2438
Note: See TracChangeset
for help on using the changeset viewer.