Plugin Directory

Changeset 2315971


Ignore:
Timestamp:
06/01/2020 04:01:01 PM (6 years ago)
Author:
XpertOne
Message:

Gwangi Update

Location:
match-me-for-buddypress/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • match-me-for-buddypress/trunk/loader.php

    r2315966 r2315971  
    66 * Author: Muhammad Kashif
    77 * Author URI: https://kashif.io/
    8  * Version: 1.2.3
     8 * Version: 1.3
    99 */
    1010
  • match-me-for-buddypress/trunk/mp-settings.php

    r2315965 r2315971  
    126126       
    127127        echo "</div>";
    128        
     128
    129129
    130130        echo '</div>';
    131131
    132         echo "
    133        
    134          <style>
    135          
    136          .mp-settings-content{
    137             width: 70%;
    138             display: inline-block;
    139          }
    140          
    141          .mp-settings-content h1{
    142             background: #23c388;
    143             clear: both;
    144             text-align: center;
    145             color: #fff;
    146             margin-right: 17px;
    147          }
    148          
    149          .mp-settings-sidebar {
    150             width: 26%;
    151             display: inline-block;
    152             background: #eaeaeabd;
    153             padding: 10px 20px;
    154         }
    155          
    156          .mp-container{
    157             background: #d2f7fd47;
    158             padding: 10px 20px;
    159            
    160          }
    161          
    162          
    163                
    164          </style>
    165        
    166         ";
    167132    }
    168133
  • match-me-for-buddypress/trunk/src/css/style.css

    r2180015 r2315971  
     1.mp-settings-content{
     2  width: 70%;
     3  display: inline-block;
     4}
     5
     6.mp-settings-content h1{
     7  background: #23c388;
     8  clear: both;
     9  text-align: center;
     10  color: #fff;
     11  margin-right: 17px;
     12}
     13
     14.mp-settings-sidebar {
     15  width: 26%;
     16  display: inline-block;
     17  background: #eaeaeabd;
     18  padding: 10px 20px;
     19}
     20
     21.mp-container{
     22  background: #d2f7fd47;
     23  padding: 10px 20px;
     24
     25}
     26
    127.hmk-get-percent{
    228  display: inline-block;
Note: See TracChangeset for help on using the changeset viewer.