Changeset 10593 for trunk/src/bp-templates/bp-legacy/css/twentytwelve.scss
- Timestamp:
- 02/15/2016 11:19:17 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-legacy/css/twentytwelve.scss
r10568 r10593 1301 1301 // Move visual flow of avatar & item-actions at narrow width, 1302 1302 // avatar first after group title 1303 @media screen and (max-width: 37.500em) {1303 @media screen and (max-width: 50em) { 1304 1304 div#item-header { 1305 1305 display: flex; … … 1338 1338 padding-bottom: $spacing-val-lg; 1339 1339 1340 #item-header-content { 1341 @include box-model(border-box); 1342 } 1343 1340 1344 div#item-actions { 1341 1345 margin: 0 !important; … … 1346 1350 clear: none; 1347 1351 float: right; 1348 margin-top: 225px !important;1349 1352 padding-left: 0.2em; 1350 1353 width: 30%; … … 1382 1385 1383 1386 #item-header-content { 1384 margin-left: 4%;1385 width: 40%;1387 margin-left: 2%; 1388 padding: 0 0.5em; 1386 1389 } 1387 1390 … … 1393 1396 } // close @media 1394 1397 1398 @media screen and (min-width: 64em) { 1399 #item-header-content { 1400 width: 40%; 1401 } 1402 } 1395 1403 } // close #item-header 1396 1404 } // close #buddypress … … 1400 1408 // breakpoints. 1401 1409 // Due to cover image styles being applied via embedded styles & thus carrying 1402 // heavier weight than linked styles the use !important to override may be required.1410 // heavier weight than linked styles the use of !important to override may be required. 1403 1411 #buddypress { 1404 1412 #cover-image-container { 1405 1413 #item-header-cover-image { 1414 1415 #item-actions { 1416 margin-top: 225px !important; 1417 } 1418 1419 @media screen and (min-width: 50em) and (max-width: 60em) { 1420 #item-header-content { 1421 max-width: 60% !important; 1422 width: 60% !important; 1423 } 1424 } 1425 1406 1426 @media screen and (max-width: 64em) { 1427 1407 1428 #item-actions { 1408 1429 border: 0; … … 1415 1436 h3 {border-bottom: 1px solid $border-light;} 1416 1437 } 1417 } 1438 } // @media 1439 1440 1418 1441 } 1419 1442 }
Note: See TracChangeset
for help on using the changeset viewer.