Changeset 1262
- Timestamp:
- 02/16/2015 09:59:50 PM (10 years ago)
- Location:
- sites/trunk/buddypress.org/public_html/wp-content
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
sites/trunk/buddypress.org/public_html/wp-content/plugins/bbpress-org/toolbar.php
r684 r1262 532 532 #wpadminbar #wp-admin-bar-user-info a:hover .display-name { color: #d84800; } 533 533 #wpadminbar #wp-admin-bar-user-info .username { color: #000; } 534 535 /* Some responsive'ish tweaks */ 536 @media screen and ( max-width: 460px ) { 537 #wpadminbar { 538 top: 140px; 539 } 540 #wp-toolbar { 541 width: 100%; 542 } 543 } 534 544 <?php endif; ?> 535 545 </style> -
sites/trunk/buddypress.org/public_html/wp-content/plugins/buddypress-org/toolbar.php
r685 r1262 494 494 #wpadminbar #wp-admin-bar-user-info a:hover .display-name { color: #d84800; } 495 495 #wpadminbar #wp-admin-bar-user-info .username { color: #000; } 496 497 /* Some responsive'ish tweaks */ 498 @media screen and ( max-width: 460px ) { 499 #wpadminbar { 500 top: 140px; 501 } 502 #wp-toolbar { 503 width: 100%; 504 } 505 } 506 496 507 <?php endif; ?> 497 508 </style> -
sites/trunk/buddypress.org/public_html/wp-content/themes/bb-base/style.css
r1261 r1262 56 56 } 57 57 58 body.bbpress #main,59 body.buddypress #main {60 width: 100%;61 }62 58 body.page-template-page-homepage-php #header { 63 59 position: relative; … … 1514 1510 -------------------------------------------------------------- */ 1515 1511 1512 /* Force widths for desktops */ 1513 @media screen and ( min-width: 960px ) { 1514 #header-inner, 1515 #headline-inner, 1516 #subnav-inner, 1517 #showcase-inner, 1518 #main, 1519 #footer { 1520 width: 960px; 1521 } 1522 } 1523 1516 1524 /* Do not fix #header for non-desktops */ 1517 1525 @media screen and ( max-width: 782px ) { … … 1526 1534 } 1527 1535 1528 /* Force widths for desktops */1529 @media screen and ( min-width: 960px ) {1530 #header-inner {1531 width: 960px;1532 }1533 #headline-inner {1534 width: 960px;1535 }1536 #subnav-inner {1537 width: 960px;1538 }1539 #showcase-inner {1540 width: 960px;1541 }1542 #footer {1543 width: 960px;1544 }1545 }1546 1547 1536 /* Bump #header-inner height on mobile to support stacked elements */ 1548 1537 @media screen and ( max-width: 460px ) { -
sites/trunk/buddypress.org/public_html/wp-content/themes/codex-bbpress-org/style.css
r984 r1262 47 47 .footer-meta-wrap .footer-meta { 48 48 margin: 0 auto; 49 width: 960px;49 width: 100%; 50 50 padding: 24px 0; 51 51 overflow: auto; -
sites/trunk/buddypress.org/public_html/wp-content/themes/codex-buddypress-org/less/b_footer.less
r442 r1262 10 10 .footer-meta { 11 11 margin: 0 auto; 12 width: 960px;12 width: 100%; 13 13 padding: 24px 0; 14 14 overflow: auto; -
sites/trunk/buddypress.org/public_html/wp-content/themes/codex-buddypress-org/screen.css
r981 r1262 127 127 .footer-meta-wrap .footer-meta { 128 128 margin: 0 auto; 129 width: 960px;129 width: 100%; 130 130 padding: 24px 0; 131 131 overflow: auto;
Note: See TracChangeset
for help on using the changeset viewer.