Updated styling for 'Manage Jobs' page

This commit is contained in:
Ruben Ramirez 2025-04-04 15:15:42 -05:00
parent fe70cd65ea
commit dee9632ebd

View file

@ -30,6 +30,8 @@ get_header(); ?>
<div class="entry-content">
<h2 class="quiztech-section-title"><?php esc_html_e( 'Your Job Postings', 'quiztech' ); ?></h2>
<p style="margin-bottom: 20px;"><a href="#add-new-job-form" class="quiztech-button quiztech-button-primary add-new-job-button"><?php esc_html_e( 'Add New Job', 'quiztech' ); ?></a></p>
<?php
// Query args to get jobs for the current user
$current_user_id = get_current_user_id();
@ -93,7 +95,6 @@ get_header(); ?>
wp_reset_postdata();
?>
<p style="margin-top: 20px;"><a href="#add-new-job-form" class="quiztech-button quiztech-button-primary add-new-job-button"><?php esc_html_e( 'Add New Job', 'quiztech' ); ?></a></p>
<div id="add-new-job-form" class="quiztech-section" style="margin-top: 20px; padding-top: 20px; border-top: 1px solid #ccc; display: none;"> <!-- Initially hidden -->
<h2 class="quiztech-section-title"><?php esc_html_e( 'Add New Job Details', 'quiztech' ); ?></h2>