Changeset 482878
- Timestamp:
- 12/31/2011 10:44:15 PM (14 years ago)
- Location:
- swtor-recruitment/trunk
- Files:
-
- 3 edited
-
css/style.css (modified) (3 diffs)
-
readme.txt (modified) (3 diffs)
-
swtor_recruit_main.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
swtor-recruitment/trunk/css/style.css
r482714 r482878 1 1 .swtor-recruitment-container { 2 2 width: 100%; 3 }4 5 .swtor-cleanup {6 3 float: none; 7 4 clear: both; … … 106 103 left: 136px; 107 104 top: 24px; 105 margin: 0; 108 106 } 109 107 … … 112 110 left: 136px; 113 111 top: 23px; 112 margin: 0; 114 113 } -
swtor-recruitment/trunk/readme.txt
r482714 r482878 5 5 Requires at least: 3.2 6 6 Tested up to: 3.3 7 Stable tag: 1.1. 17 Stable tag: 1.1.2 8 8 9 9 An easy to use widget that displays your SWTOR guild's current recruiting needs. … … 45 45 == Changelog == 46 46 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 47 51 = 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. 49 53 50 54 = 1.1.0 = … … 60 64 == Upgrade Notice == 61 65 66 = 1.1.2 = 67 A code improvement for theme compatibility. This is optional if you are not experiencing any display issues. 68 62 69 = 1.1.1 = 63 70 A fix for a display issue that was appearing with some themes. -
swtor-recruitment/trunk/swtor_recruit_main.php
r482714 r482878 4 4 *Plugin URI: http://imcsoc.com/records/swtor-recruitment 5 5 *Description: An easy to use widget that displays your SWTOR guild's current recruiting needs. 6 *Version: 1.1. 16 *Version: 1.1.2 7 7 *Author: Seberius 8 8 */ … … 164 164 <?php echo $before_title . $title . $after_title; ?> 165 165 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; ?>"> 167 167 <div class = "<?php echo 'swtor-language-' . $current_language . ' swtor-' . $current_faction; ?>" ></div> 168 168 <?php for ($class_num = 0; $class_num <= 3; $class_num++) { ?>
Note: See TracChangeset
for help on using the changeset viewer.