Ticket #5208: BP2020Survey.patch
File BP2020Survey.patch, 4.3 KB (added by , 3 years ago) |
---|
-
buddypress.org/public_html/wp-content/themes/bporg-developer/header.php
19 19 <?php get_template_part( 'template-parts/header', 'accessibility' ); ?> 20 20 21 21 <div id="header"> 22 <style type="text/css"> 23 @media screen and (max-width:768px) { .survey-wrapper { margin-bottom:20px; } #header-inner {height:82px} } 24 .survey-wrapper { width: 100%; position: absolute; } 25 .survey-div { font-family: 'Open Sans', Helvetica, Arial, 'Liberation Sans', sans-serif; font-weight: 600; display: block; margin: 0 auto; font-size: 13px; color: #fff; height: 24px; width: 245px; text-align:center !important; background-color: rgba(0, 0, 0, 0.8); border-radius: 0 0 4px 4px; } 26 .survey-div a { color: #fff; font-weight: 500; display: block; } 27 .survey-div a:hover { text-decoration: none; } 28 #wpadminbar { top: 82px; } 29 #main { margin-top: 120px; } 30 @media screen and (max-width:360px) { .survey-div { width: 100%; } } 31 </style> 32 <div class="survey-wrapper"><div class="survey-div"> 33 <a href="https://mercime.survey.fm/2020-buddypress-survey">Take the 2020 BuddyPress Survey →</a> 34 </div></div> 22 35 <div id="header-inner"> 23 36 24 37 <?php get_template_part( 'template-parts/header', 'nav' ); ?> -
buddypress.org/public_html/wp-content/themes/buddypress-org/header.php
7 7 <?php get_template_part( 'header', 'accessibility' ); ?> 8 8 9 9 <div id="header"> 10 <style type="text/css"> 11 @media screen and (max-width:768px) { .survey-wrapper { margin-bottom:20px; } #header-inner {height:82px} } 12 .survey-wrapper { width: 100%; position: absolute; } 13 .survey-div { font-family: 'Open Sans', Helvetica, Arial, 'Liberation Sans', sans-serif; font-weight: 600; display: block; margin: 0 auto; font-size: 13px; color: #fff; height: 24px; width: 245px; text-align:center !important; background-color: rgba(0, 0, 0, 0.8); border-radius: 0 0 4px 4px; } 14 .survey-div a { color: #fff; font-weight: 500; display: block; } 15 .survey-div a:hover { text-decoration: none; } 16 #wpadminbar { top: 82px; } 17 #main { margin-top: 120px; } 18 @media screen and (max-width:360px) { .survey-div { width: 100%; } } 19 </style> 20 <div class="survey-wrapper"><div class="survey-div"> 21 <a href="https://mercime.survey.fm/2020-buddypress-survey">Take the 2020 BuddyPress Survey →</a> 22 </div></div> 10 23 <div id="header-inner"> 11 24 <?php get_template_part( 'header', 'nav' ); ?> 12 25 -
buddypress.org/public_html/wp-content/themes/codex-buddypress-org/header.php
7 7 <?php get_template_part( 'header', 'accessibility' ); ?> 8 8 9 9 <div id="header"> 10 <style type="text/css"> 11 @media screen and (max-width:768px) { .survey-wrapper { margin-bottom:20px; } #header-inner {height:82px} } 12 .survey-wrapper { width: 100%; position: absolute; } 13 .survey-div { font-family: 'Open Sans', Helvetica, Arial, 'Liberation Sans', sans-serif; font-weight: 600; display: block; margin: 0 auto; font-size: 13px; color: #fff; height: 24px; width: 245px; text-align:center !important; background-color: rgba(0, 0, 0, 0.8); border-radius: 0 0 4px 4px; } 14 .survey-div a { color: #fff; font-weight: 500; display: block; } 15 .survey-div a:hover { text-decoration: none; } 16 #wpadminbar { top: 82px; } 17 #main { margin-top: 120px; } 18 @media screen and (max-width:360px) { .survey-div { width: 100%; } } 19 </style> 20 <div class="survey-wrapper"><div class="survey-div"> 21 <a href="https://mercime.survey.fm/2020-buddypress-survey">Take the 2020 BuddyPress Survey →</a> 22 </div></div> 10 23 <div id="header-inner"> 11 24 <?php get_template_part( 'header', 'nav' ); ?> 12 25