Plugin Directory

Changeset 3421365


Ignore:
Timestamp:
12/16/2025 07:39:05 PM (4 weeks ago)
Author:
arothman
Message:

uploading correct files to trunk

Location:
pcrecruiter-extensions/trunk
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • pcrecruiter-extensions/trunk/PCRecruiter-Extensions.php

    r3420610 r3421365  
    55 * Plugin URI: https://www.pcrecruiter.net
    66 * Description: Integrates PCRecruiter job boards with WordPress via iframe embed or full job sync with /job/ custom post type.
    7  * Version: 2.0
     7 * Version: 2.0.1
    88 * Requires at least: 5.6
    99 * Requires PHP: 7.4
  • pcrecruiter-extensions/trunk/assets/css/pcr-job-board.css

    r3420599 r3421365  
    328328   LOGOS
    329329   ======================================== */
    330 .positionlogo, .companylogo {
    331     display: block;
    332     height: 50px;
    333     width: 50px;
    334     background-size: cover;
    335     background-repeat: no-repeat;
    336     background-position: center;
    337 }
     330.positionlogo,
     331.companylogo {
     332  display: block;
     333  height: 50px;
     334  width: 50px;
     335  background-size: cover;
     336  background-repeat: no-repeat;
     337  background-position: center;
     338}
     339/* ========================================
     340   LOGOS
     341   ======================================== */
     342#pcrbox .social-widget {
     343  display: flex;
     344  gap: 5px;
     345  max-width: 265px;
     346}
     347
     348#pcrbox .social-icon {
     349  width: 40px;
     350  height: 40px;
     351  border-radius: 50%;
     352  background-color: #f0f0f0;
     353  display: inline-flex;
     354  align-items: center;
     355  justify-content: center;
     356  overflow: hidden;
     357  text-decoration: none;
     358  padding: 0;
     359  margin: 0;
     360  line-height: 1;
     361}
     362
     363#pcrbox .social-icon:hover {
     364  background-color: #ddd;
     365}
     366
     367#pcrbox .social-icon svg {
     368  width: 20px;
     369  height: 20px;
     370  display: block;
     371}
  • pcrecruiter-extensions/trunk/includes/class-social-widget.php

    r3420599 r3421365  
    2020
    2121    return '
    22     <style>
    23         #pcrbox .social-widget {
    24             display: flex;
    25             gap: 5px;
    26             width: 265px;
    27         }
    28        
    29         #pcrbox .social-icon {
    30             width: 40px;
    31             height: 40px;
    32             border-radius: 50%;
    33             background-color: #f0f0f0;
    34             display: inline-flex;
    35             align-items: center;
    36             justify-content: center;
    37             overflow: hidden;
    38             text-decoration: none;
    39             padding: 0;
    40             margin: 0;
    41             line-height: 1;
    42         }
    43 
    44         #pcrbox .social-icon:hover {
    45             background-color: #ddd;
    46         }
    47 
    48         #pcrbox .social-icon svg {
    49             width: 20px;
    50             height: 20px;
    51             display: block;
    52         }
    53     </style>
    5422
    5523    <div class="social-widget">
  • pcrecruiter-extensions/trunk/readme.txt

    r3420613 r3421365  
    55Tested up to: 6.9
    66Requires PHP: 7.4
    7 Stable tag: 2.0.0
     7Stable tag: 2.0.1
    88License: GPLv3 or later
    99License URI: https://www.gnu.org/licenses/gpl-3.0.html
Note: See TracChangeset for help on using the changeset viewer.