Plugin Directory

Changeset 2529148


Ignore:
Timestamp:
05/10/2021 02:09:25 PM (5 years ago)
Author:
callcenteronline
Message:

admin - banner.png

Location:
call-center-online/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • call-center-online/trunk/admin/cco-call-me-admin.php

    r2529012 r2529148  
    3939    {
    4040        ?>
    41         <div class="wrap">
    42 
    43             <img src="<?php echo plugin_dir_url(__DIR__) . 'image/logo.png' ?>" class="cco-admin-logo"/>
     41        <div class="wrap cco-wrap">
     42
     43            <img src="<?php echo plugin_dir_url(__DIR__) . 'image/banner.png' ?>" class="cco-admin-logo"/>
    4444            <h2>Ustawienia wtyczki Call Center Online</h2>
    4545            <form method="post" action="options.php">
  • call-center-online/trunk/css/style.css

    r2529012 r2529148  
    2929
    3030.cco-admin-logo {
    31   width: 300px;
    3231  margin-top: 15px;
     32  display: block;
     33  background-position: left;
     34  background-repeat: no-repeat;
     35  height: 85px;
     36}
     37
     38.wrap.cco-wrap {
     39  max-width: 100%;
     40  overflow: hidden;
    3341}
    3442
Note: See TracChangeset for help on using the changeset viewer.