Updated styling for 'Manage Jobs' page
This commit is contained in:
parent
fe70cd65ea
commit
dee9632ebd
1 changed files with 2 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue