Plugin Directory

Changeset 1743107


Ignore:
Timestamp:
10/09/2017 06:26:08 AM (8 years ago)
Author:
itamarg
Message:
  • Fixed table header class affecting other pages of WP admin.
Location:
sr-partner/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • sr-partner/trunk/admin/css/sr-partner-main.css

    r1717421 r1743107  
    322322    background-repeat: no-repeat;
    323323    height: 24px;
    324     width: 24px;
    325    
    326 }
    327 
     324    width: 24px;   
     325}
    328326.sr-partner-table {
     327    border-spacing: 0;
    329328    font-size: 12px;
    330329    color: #085394;
    331330    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;
    332347}
    333348.sr-partner-w382 {
     
    379394    vertical-align: middle;
    380395}
    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 
    402396#sr-partner-alert-wrapper {
    403397  width: 100%;
  • sr-partner/trunk/readme.txt

    r1740112 r1743107  
    44Requires at least: 4.6
    55Tested up to: 4.8.1
    6 Stable tag: 1.1.6
     6Stable tag: 1.1.7
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    4848
    4949== 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.
    5057
    5158= 1.1.6 =
  • sr-partner/trunk/sr-partner.php

    r1740112 r1743107  
    1717 * Plugin URI:        https://www.seoreseller.com/
    1818 * Description:       SEOReseller's suite of tools for building, managing, and growing your digital marketing agency.
    19  * Version:           1.1.6
     19 * Version:           1.1.7
    2020 * Author:            SEOReseller Team
    2121 * Author URI:        https://www.seoreseller.com/
     
    4343defined('SR_PARTNER_PLUGIN_NAME') || define('SR_PARTNER_PLUGIN_NAME', 'sr-partner');
    4444
    45 defined('SR_PARTNER_VERSION') || define('SR_PARTNER_VERSION', '1.1.6');
     45defined('SR_PARTNER_VERSION') || define('SR_PARTNER_VERSION', '1.1.7');
    4646defined('SR_PARTNER_DEBUG')   || define('SR_PARTNER_DEBUG', false);
    4747
Note: See TracChangeset for help on using the changeset viewer.