Style update

This commit is contained in:
carpentryplus25
2026-02-26 16:36:25 -05:00
parent 15d58084ba
commit c1677a835f

View File

@@ -1288,13 +1288,18 @@ function dapper_settings_page_content() {
?>
</form>
<div style="margin-top:40px; padding:12px 16px; background:#f6f7f7; color:#50575e; font-family:-apple-system,BlinkMacOSystemFont,'Segoe UI',Roboto,Oxygen-Sans,Ubuntu,Cantarell,'Helvetica Neue',sans-serif; font-size:13px; line-height:1.5; border-radius:4px; text-align:center; border:1px solid #c3c4c7; box-shadow:0 1px 3px rgba(0,0,0,0.1);">
<strong>Dapper v<?php echo esc_html(defined('DAPPER_VERSION') ? DAPPER_VERSION : 'unknown'); ?></strong>
commit <code style="background:#e2e4e7; padding:2px 5px; border-radius:3px; font-family:Consolas,Monaco,'Lucida Console',monospace;"><?php echo esc_html(DAPPER_BUILD); ?></code>
<?php if (DAPPER_BUILD === 'dev-local'): ?>
<span style="color:#d63638; font-style:italic;">(local dev no git detected)</span>
<?php endif; ?>
</div>
<div class="notice notice-info inline" style="margin: 40px 0 20px; padding: 12px 16px; text-align: center; border-left: 4px solid #2271b1;">
<p style="margin: 0; font-size: 13px; color: #1d2327;">
<strong>Dapper v<?php echo esc_html( defined('DAPPER_VERSION') ? DAPPER_VERSION : 'unknown' ); ?></strong>
• commit
<code style="background: #f0f0f1; padding: 2px 6px; border-radius: 3px; font-family: Consolas, Monaco, 'Lucida Console', monospace;">
<?php echo esc_html( DAPPER_BUILD ); ?>
</code>
<?php if ( DAPPER_BUILD === 'dev-local' ) : ?>
<span style="color: #d63638; font-style: italic;">(local dev no git detected)</span>
<?php endif; ?>
</p>
</div>
</div>
<div id="email-settings">