Changeset 1743107
- Timestamp:
- 10/09/2017 06:26:08 AM (8 years ago)
- Location:
- sr-partner/trunk
- Files:
-
- 3 edited
-
admin/css/sr-partner-main.css (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
-
sr-partner.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
sr-partner/trunk/admin/css/sr-partner-main.css
r1717421 r1743107 322 322 background-repeat: no-repeat; 323 323 height: 24px; 324 width: 24px; 325 326 } 327 324 width: 24px; 325 } 328 326 .sr-partner-table { 327 border-spacing: 0; 329 328 font-size: 12px; 330 329 color: #085394; 331 330 width: 100%; 331 } 332 .sr-partner-table thead tr { 333 background-color: #00AADC; 334 color: #fff; 335 font-size: 12px; 336 } 337 .sr-partner-table tbody tr:nth-child(even) { 338 background-color: #f3f3f3; 339 font-size: 11px; 340 } 341 .sr-partner-table tbody tr:nth-child(odd) { 342 background-color: #fff; 343 font-size: 11px; 344 } 345 .sr-partner-table td, th { 346 padding: 4px; 332 347 } 333 348 .sr-partner-w382 { … … 379 394 vertical-align: middle; 380 395 } 381 table {382 border-spacing: 0;383 }384 thead tr {385 background-color: #00AADC;386 color: #fff;387 font-size: 12px;388 }389 tbody tr:nth-child(even) {390 background-color: #f3f3f3;391 font-size: 11px;392 }393 tbody tr:nth-child(odd) {394 background-color: #fff;395 font-size: 11px;396 }397 td, th {398 padding: 4px;399 }400 401 402 396 #sr-partner-alert-wrapper { 403 397 width: 100%; -
sr-partner/trunk/readme.txt
r1740112 r1743107 4 4 Requires at least: 4.6 5 5 Tested up to: 4.8.1 6 Stable tag: 1.1. 66 Stable tag: 1.1.7 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 48 48 49 49 == Changelog == 50 51 = 1.1.7 = 52 53 * Release date: October 09, 2017 54 55 **Bug fixes** 56 * Fixed table header class affecting other pages of WP admin. 50 57 51 58 = 1.1.6 = -
sr-partner/trunk/sr-partner.php
r1740112 r1743107 17 17 * Plugin URI: https://www.seoreseller.com/ 18 18 * Description: SEOReseller's suite of tools for building, managing, and growing your digital marketing agency. 19 * Version: 1.1. 619 * Version: 1.1.7 20 20 * Author: SEOReseller Team 21 21 * Author URI: https://www.seoreseller.com/ … … 43 43 defined('SR_PARTNER_PLUGIN_NAME') || define('SR_PARTNER_PLUGIN_NAME', 'sr-partner'); 44 44 45 defined('SR_PARTNER_VERSION') || define('SR_PARTNER_VERSION', '1.1. 6');45 defined('SR_PARTNER_VERSION') || define('SR_PARTNER_VERSION', '1.1.7'); 46 46 defined('SR_PARTNER_DEBUG') || define('SR_PARTNER_DEBUG', false); 47 47
Note: See TracChangeset
for help on using the changeset viewer.