Changeset 10593
- Timestamp:
- 02/15/2016 11:19:17 AM (9 years ago)
- Location:
- trunk/src/bp-templates/bp-legacy/css
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-templates/bp-legacy/css/twentytwelve-rtl.css
r10568 r10593 928 928 } 929 929 930 @media screen and (max-width: 37.5em) {930 @media screen and (max-width: 50em) { 931 931 .single-item.groups #buddypress div#item-header { 932 932 display: flex; … … 958 958 .single-item.groups #buddypress div#item-header { 959 959 padding-bottom: 48px; 960 } 961 962 .single-item.groups #buddypress div#item-header #item-header-content { 963 -webkit-box-sizing: border-box; 964 -moz-box-sizing: border-box; 965 box-sizing: border-box; 960 966 } 961 967 … … 970 976 clear: none; 971 977 float: left; 972 margin-top: 225px !important;973 978 padding-right: 0.2em; 974 979 width: 30%; … … 1004 1009 } 1005 1010 .single-item.groups #buddypress div#item-header #item-header-content { 1006 margin-right: 4%;1007 width: 40%;1011 margin-right: 2%; 1012 padding: 0 0.5em; 1008 1013 } 1009 1014 .single-item.groups #buddypress div#item-header div#item-actions { 1010 1015 float: left; 1011 1016 width: 28%; 1017 } 1018 } 1019 1020 @media screen and (min-width: 64em) { 1021 .single-item.groups #buddypress div#item-header #item-header-content { 1022 width: 40%; 1023 } 1024 } 1025 1026 .single-item.groups #buddypress #cover-image-container #item-header-cover-image #item-actions { 1027 margin-top: 225px !important; 1028 } 1029 1030 @media screen and (min-width: 50em) and (max-width: 60em) { 1031 .single-item.groups #buddypress #cover-image-container #item-header-cover-image #item-header-content { 1032 max-width: 60% !important; 1033 width: 60% !important; 1012 1034 } 1013 1035 } -
trunk/src/bp-templates/bp-legacy/css/twentytwelve.css
r10568 r10593 928 928 } 929 929 930 @media screen and (max-width: 37.5em) {930 @media screen and (max-width: 50em) { 931 931 .single-item.groups #buddypress div#item-header { 932 932 display: flex; … … 958 958 .single-item.groups #buddypress div#item-header { 959 959 padding-bottom: 48px; 960 } 961 962 .single-item.groups #buddypress div#item-header #item-header-content { 963 -webkit-box-sizing: border-box; 964 -moz-box-sizing: border-box; 965 box-sizing: border-box; 960 966 } 961 967 … … 970 976 clear: none; 971 977 float: right; 972 margin-top: 225px !important;973 978 padding-left: 0.2em; 974 979 width: 30%; … … 1004 1009 } 1005 1010 .single-item.groups #buddypress div#item-header #item-header-content { 1006 margin-left: 4%;1007 width: 40%;1011 margin-left: 2%; 1012 padding: 0 0.5em; 1008 1013 } 1009 1014 .single-item.groups #buddypress div#item-header div#item-actions { 1010 1015 float: right; 1011 1016 width: 28%; 1017 } 1018 } 1019 1020 @media screen and (min-width: 64em) { 1021 .single-item.groups #buddypress div#item-header #item-header-content { 1022 width: 40%; 1023 } 1024 } 1025 1026 .single-item.groups #buddypress #cover-image-container #item-header-cover-image #item-actions { 1027 margin-top: 225px !important; 1028 } 1029 1030 @media screen and (min-width: 50em) and (max-width: 60em) { 1031 .single-item.groups #buddypress #cover-image-container #item-header-cover-image #item-header-content { 1032 max-width: 60% !important; 1033 width: 60% !important; 1012 1034 } 1013 1035 } -
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.