Plugin Directory

Changeset 3421363


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

uploading correct files

Location:
pcrecruiter-extensions/tags/2.0.1
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • pcrecruiter-extensions/tags/2.0.1/assets/css/pcr-job-board.css

    r3421359 r3421363  
    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/tags/2.0.1/includes/class-social-widget.php

    r3421359 r3421363  
    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">
Note: See TracChangeset for help on using the changeset viewer.