Plugin Directory

Changeset 482878


Ignore:
Timestamp:
12/31/2011 10:44:15 PM (14 years ago)
Author:
Seberius
Message:

Version 1.1.2 - Code improvements for theme compatibility.

Location:
swtor-recruitment/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • swtor-recruitment/trunk/css/style.css

    r482714 r482878  
    11.swtor-recruitment-container {
    22    width: 100%;
    3 }
    4 
    5 .swtor-cleanup {
    63    float: none;
    74    clear: both;
     
    106103    left: 136px;
    107104    top: 24px;
     105    margin: 0;
    108106}
    109107
     
    112110    left: 136px;
    113111    top: 23px;
     112    margin: 0;
    114113}
  • swtor-recruitment/trunk/readme.txt

    r482714 r482878  
    55Requires at least: 3.2
    66Tested up to: 3.3
    7 Stable tag: 1.1.1
     7Stable tag: 1.1.2
    88
    99An easy to use widget that displays your SWTOR guild's current recruiting needs.
     
    4545== Changelog ==
    4646
     47= 1.1.2 =
     48* Code improvements for theme compatibility.
     49* This is necessary for themes that have margins declared in CSS with the universal selector "* { }".
     50
    4751= 1.1.1 =
    48 *A fix for a display issue that was appearing with some themes.
     52* A fix for a display issue that was appearing with some themes.
    4953
    5054= 1.1.0 =
     
    6064== Upgrade Notice ==
    6165
     66= 1.1.2 =
     67A code improvement for theme compatibility.  This is optional if you are not experiencing any display issues.
     68
    6269= 1.1.1 =
    6370A fix for a display issue that was appearing with some themes.
  • swtor-recruitment/trunk/swtor_recruit_main.php

    r482714 r482878  
    44*Plugin URI: http://imcsoc.com/records/swtor-recruitment
    55*Description: An easy to use widget that displays your SWTOR guild's current recruiting needs.
    6 *Version: 1.1.1
     6*Version: 1.1.2
    77*Author: Seberius
    88*/
     
    164164        <?php echo $before_title . $title . $after_title; ?>
    165165       
    166         <div class = "swtor-cleanup swtor-recruitment-container" onclick = "location.href = '<?php echo $current_URL; ?>'" style = "cursor:pointer;" title = "<?php echo $current_URL; ?>">
     166        <div class = "swtor-recruitment-container" onclick = "location.href = '<?php echo $current_URL; ?>'" style = "cursor:pointer;" title = "<?php echo $current_URL; ?>">
    167167            <div class = "<?php echo 'swtor-language-' . $current_language . ' swtor-' . $current_faction; ?>" ></div>
    168168            <?php for ($class_num = 0; $class_num <= 3; $class_num++) { ?>
Note: See TracChangeset for help on using the changeset viewer.