Plugin Directory

Changeset 1865613


Ignore:
Timestamp:
04/27/2018 10:58:08 PM (8 years ago)
Author:
teamacle
Message:

title update

Location:
teamacle/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • teamacle/trunk/public/css/teamacle-plugin-install.css

    r1863307 r1865613  
    1616    max-width: 875px;
    1717}
    18 
     18.teamacle-title {
     19    text-align: center;
     20}
     21.teamacle-title > img {
     22    width: 258px;
     23    height: 24px;
     24}
     25.teamacle-title > p {
     26    font-size: 30px;
     27    margin-top: 10px;
     28}
    1929.cta {
    2030    background: white;
  • teamacle/trunk/teamacle.php

    r1864959 r1865613  
    5252        $arrow_right_img = plugins_url('public/images/arrow_right.svg',__FILE__);
    5353        $plugin_icon = plugins_url('public/images/plugin_icon.svg',__FILE__);
    54     $plugin_install_page = admin_url()."/options-general.php?page=Teamacle";
     54        $teamacle_logo_icon = plugins_url('public/images/teamacle-logo.png',__FILE__);
     55        $plugin_install_page = admin_url()."/options-general.php?page=Teamacle";
    5556        if (isset($_GET['authenticated'])) {
    5657            $dismissable_message = $this->dismissibleMessage('You successfully authenticated with Teamacle');
     
    6566    <section id="main_content" style="padding-top: 70px;">
    6667        <div class="container">
     68            <div class="teamacle-title">
     69                <img src='$teamacle_logo_icon'>
     70                <p>Enhance Your Website with <strong>Live Chat</strong> Customer Support
     71            </div>
    6772            <div class="cta">
    6873                <div class="sp__2--lg sp__2--xlg"></div>
Note: See TracChangeset for help on using the changeset viewer.